Skip to content

Commit

Permalink
chore: next version release (#1437)
Browse files Browse the repository at this point in the history
chore: release

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 8, 2024
1 parent 82f10df commit 9e4abed
Show file tree
Hide file tree
Showing 23 changed files with 90 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-cows-repeat.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# docs

## 1.7.8

### Patch Changes

- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
- @shopware/api-client@1.1.2
- @shopware-pwa/composables-next@1.4.2

## 1.7.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"private": true,
"version": "1.7.7",
"version": "1.7.8",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/api-client-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/react": "3.6.2",
"@shopware/api-client": "1.1.1",
"@shopware/api-client": "1.1.2",
"@tutorialkit/astro": "1.1.1",
"@tutorialkit/theme": "1.0.0",
"@tutorialkit/types": "1.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopware/api-client

## 1.1.2

### Patch Changes

- [#1434](https://github.com/shopware/frontends/pull/1434) [`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381) Thanks [@quando1910](https://github.com/quando1910)! - set authentication header instead of appending, when session has expired and is being refreshed

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ calling `apiClient.hook` will autocomplete the list of available hooks.

Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-client/CHANGELOG.md)

### Latest changes: 1.1.1
### Latest changes: 1.1.2

### Patch Changes

- [#1425](https://github.com/shopware/frontends/pull/1425) [`8df7651`](https://github.com/shopware/frontends/commit/8df76511c8afca78c79fe3f009ed32d207913f86) Thanks [@quando1910](https://github.com/quando1910)! - - fix: override header value when invoke adminApiClient and storeAPiClient
- [#1434](https://github.com/shopware/frontends/pull/1434) [`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381) Thanks [@quando1910](https://github.com/quando1910)! - set authentication header instead of appending, when session has expired and is being refreshed
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware/api-client",
"version": "1.1.1",
"version": "1.1.2",
"description": "Shopware client for API connection.",
"author": "Shopware",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/api-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopware/api-gen

## 1.1.3

### Patch Changes

- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
- @shopware/api-client@1.1.2

## 1.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/api-gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ Prepare your config file named **api-gen.config.json**:

Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-gen/CHANGELOG.md)

### Latest changes: 1.1.2
### Latest changes: 1.1.3

### Patch Changes

- Updated dependencies [[`8df7651`](https://github.com/shopware/frontends/commit/8df76511c8afca78c79fe3f009ed32d207913f86)]:
- @shopware/api-client@1.1.1
- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
- @shopware/api-client@1.1.2
2 changes: 1 addition & 1 deletion packages/api-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware/api-gen",
"version": "1.1.2",
"version": "1.1.3",
"description": "Shopware CLI for API client generation.",
"author": "Shopware",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/cms-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopware-pwa/cms-base

## 1.1.2

### Patch Changes

- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
- @shopware/api-client@1.1.2
- @shopware-pwa/composables-next@1.4.2

## 1.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cms-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ No additional packages needed to be installed.

Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/cms-base/CHANGELOG.md)

### Latest changes: 1.1.1
### Latest changes: 1.1.2

### Patch Changes

- Updated dependencies [[`8df7651`](https://github.com/shopware/frontends/commit/8df76511c8afca78c79fe3f009ed32d207913f86)]:
- @shopware/api-client@1.1.1
- @shopware-pwa/composables-next@1.4.1
- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
- @shopware/api-client@1.1.2
- @shopware-pwa/composables-next@1.4.2
2 changes: 1 addition & 1 deletion packages/cms-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-pwa/cms-base",
"version": "1.1.1",
"version": "1.1.2",
"description": "Vue CMS support for Shopware",
"author": "Shopware",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/composables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopware-pwa/composables-next

## 1.4.2

### Patch Changes

- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
- @shopware/api-client@1.1.2

## 1.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/composables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ All composable functions are fully typed with TypeScript and they are registed g

Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/composables/CHANGELOG.md)

### Latest changes: 1.4.1
### Latest changes: 1.4.2

### Patch Changes

- Updated dependencies [[`8df7651`](https://github.com/shopware/frontends/commit/8df76511c8afca78c79fe3f009ed32d207913f86)]:
- @shopware/api-client@1.1.1
- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
- @shopware/api-client@1.1.2
2 changes: 1 addition & 1 deletion packages/composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-pwa/composables-next",
"version": "1.4.1",
"version": "1.4.2",
"description": "Shopware Frontends composables for Vue",
"author": "Shopware",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nuxt3-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopware-pwa/nuxt3-module

## 1.0.8

### Patch Changes

- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
- @shopware/api-client@1.1.2
- @shopware-pwa/composables-next@1.4.2

## 1.0.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/nuxt3-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ Internally, the module uses [API Client](https://npmjs.com/package/@shopware/api

Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/nuxt3-module/CHANGELOG.md)

### Latest changes: 1.0.7
### Latest changes: 1.0.8

### Patch Changes

- Updated dependencies [[`8df7651`](https://github.com/shopware/frontends/commit/8df76511c8afca78c79fe3f009ed32d207913f86)]:
- @shopware/api-client@1.1.1
- @shopware-pwa/composables-next@1.4.1
- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
- @shopware/api-client@1.1.2
- @shopware-pwa/composables-next@1.4.2
2 changes: 1 addition & 1 deletion packages/nuxt3-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-pwa/nuxt3-module",
"version": "1.0.7",
"version": "1.0.8",
"description": "Nuxt 3 module for Shopware Frontends",
"author": "Shopware",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopware-pwa/types

## 1.0.5

### Patch Changes

- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
- @shopware/api-client@1.1.2

## 1.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Documentation specific for this package: [types](https://frontends.shopware.com/

Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/types/CHANGELOG.md)

### Latest changes: 1.0.4
### Latest changes: 1.0.5

### Patch Changes

- Updated dependencies [[`8df7651`](https://github.com/shopware/frontends/commit/8df76511c8afca78c79fe3f009ed32d207913f86)]:
- @shopware/api-client@1.1.1
- Updated dependencies [[`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381)]:
- @shopware/api-client@1.1.2
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-pwa/types",
"version": "1.0.4",
"version": "1.0.5",
"description": "[DEPRECATED] Showare Store API Types",
"author": "Shopware",
"repository": {
Expand Down
23 changes: 12 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e4abed

Please sign in to comment.