Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2023
1 parent 7faf6e3 commit b26636c
Show file tree
Hide file tree
Showing 39 changed files with 171 additions and 113 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-chicken-explode.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bright-baboons-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-suits-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-hounds-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-peaches-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-cameras-speak.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/forty-knives-repair.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/great-parrots-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-toes-warn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mean-ghosts-visit.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/soft-crabs-fail.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-mirrors-study.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/warm-otters-prove.md

This file was deleted.

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

## 1.5.11

### Patch Changes

- Updated dependencies [[`211ccbb2`](https://github.com/shopware/frontends/commit/211ccbb2e4d9d6009847e6ff53099deb97d569de), [`b2b6905b`](https://github.com/shopware/frontends/commit/b2b6905beb8f28b79c0989ff9340c757e60001c9)]:
- @shopware-pwa/composables-next@0.13.3
- @shopware-pwa/api-client@0.6.0
- @shopware-pwa/helpers-next@0.4.0

## 1.5.10

### 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.5.10",
"version": "1.5.11",
"description": "",
"scripts": {
"dev": "vitepress",
Expand Down
18 changes: 18 additions & 0 deletions packages/api-client-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @shopware/api-client

## 0.4.0

### Minor Changes

- [#371](https://github.com/shopware/frontends/pull/371) [`83c94e9b`](https://github.com/shopware/frontends/commit/83c94e9bb609533c4a1275cbf3822b0fc2ea1dd5) Thanks [@patzick](https://github.com/patzick)! - New method `createAdminAPIClient` supporting Admin API 🅰🅿🅸

- [#373](https://github.com/shopware/frontends/pull/373) [`5510bb02`](https://github.com/shopware/frontends/commit/5510bb028b1fea4c63d677850f50bb7b5a1cf01a) Thanks [@patzick](https://github.com/patzick)! - Added `getSessionData` and `setSessionData` methods in admin API client for test purposes.

### Patch Changes

- [#375](https://github.com/shopware/frontends/pull/375) [`bd88d6fa`](https://github.com/shopware/frontends/commit/bd88d6fa95de2b90f8a1e08e34159b46c5932b3b) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _ofetch_ from **^1.1.1** to **^1.2.1**

- [`15d6e696`](https://github.com/shopware/frontends/commit/15d6e69616bd9bc5ad32f2a5f697e00c45a94784) Thanks [@patzick](https://github.com/patzick)! - Emit cjs bundle

- [#371](https://github.com/shopware/frontends/pull/371) [`83c94e9b`](https://github.com/shopware/frontends/commit/83c94e9bb609533c4a1275cbf3822b0fc2ea1dd5) Thanks [@patzick](https://github.com/patzick)! - Deprecated `apiType` param in `createAPIClient`, for Admin API client use `createAdminAPIClient` instead.

## 0.3.0

### Minor Changes
Expand Down
16 changes: 14 additions & 2 deletions packages/api-client-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,20 @@ try {

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

### Latest changes: 0.3.0
### Latest changes: 0.4.0

### Minor Changes

- [#330](https://github.com/shopware/frontends/pull/330) [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add `setCurrentCountry` for changing context countryId
- [#371](https://github.com/shopware/frontends/pull/371) [`83c94e9b`](https://github.com/shopware/frontends/commit/83c94e9bb609533c4a1275cbf3822b0fc2ea1dd5) Thanks [@patzick](https://github.com/patzick)! - New method `createAdminAPIClient` supporting Admin API 🅰🅿🅸

- [#373](https://github.com/shopware/frontends/pull/373) [`5510bb02`](https://github.com/shopware/frontends/commit/5510bb028b1fea4c63d677850f50bb7b5a1cf01a) Thanks [@patzick](https://github.com/patzick)! - Added `getSessionData` and `setSessionData` methods in admin API client for test purposes.

### Patch Changes

- [#375](https://github.com/shopware/frontends/pull/375) [`bd88d6fa`](https://github.com/shopware/frontends/commit/bd88d6fa95de2b90f8a1e08e34159b46c5932b3b) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _ofetch_ from **^1.1.1** to **^1.2.1**

- [`15d6e696`](https://github.com/shopware/frontends/commit/15d6e69616bd9bc5ad32f2a5f697e00c45a94784) Thanks [@patzick](https://github.com/patzick)! - Emit cjs bundle

- [#371](https://github.com/shopware/frontends/pull/371) [`83c94e9b`](https://github.com/shopware/frontends/commit/83c94e9bb609533c4a1275cbf3822b0fc2ea1dd5) Thanks [@patzick](https://github.com/patzick)! - Deprecated `apiType` param in `createAPIClient`, for Admin API client use `createAdminAPIClient` instead.
2 changes: 1 addition & 1 deletion packages/api-client-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware/api-client",
"version": "0.3.0",
"version": "0.4.0",
"description": "Shopware client for API connection.",
"author": "Shopware",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/api-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @shopware/api-gen

## 0.0.7

### Patch Changes

- [#369](https://github.com/shopware/frontends/pull/369) [`bc7a2db2`](https://github.com/shopware/frontends/commit/bc7a2db292d67cc448a901c1b7a9b5cb7dfbcd04) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _openapi-typescript_ from **^6.4.0** to **^6.5.2**
- Changed dependency _prettier_ from **^3.0.0** to **^3.0.2**

- [#375](https://github.com/shopware/frontends/pull/375) [`bd88d6fa`](https://github.com/shopware/frontends/commit/bd88d6fa95de2b90f8a1e08e34159b46c5932b3b) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _ofetch_ from **^1.1.1** to **^1.2.1**
- Changed dependency _openapi-typescript_ from **^6.5.2** to **^6.5.3**

## 0.0.6

### Patch Changes
Expand Down
12 changes: 9 additions & 3 deletions packages/api-gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ Documentation specific for this package: [api-gen](https://frontends.shopware.co

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

### Latest changes: 0.0.6
### Latest changes: 0.0.7

### Patch Changes

- [#349](https://github.com/shopware/frontends/pull/349) [`5d14bb5`](https://github.com/shopware/frontends/commit/5d14bb5df65fb14d630a8c4ab2b474fde04c477b) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:
- [#369](https://github.com/shopware/frontends/pull/369) [`bc7a2db2`](https://github.com/shopware/frontends/commit/bc7a2db292d67cc448a901c1b7a9b5cb7dfbcd04) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _openapi-typescript_ from **^6.3.4** to **^6.4.0**
- Changed dependency _openapi-typescript_ from **^6.4.0** to **^6.5.2**
- Changed dependency _prettier_ from **^3.0.0** to **^3.0.2**

- [#375](https://github.com/shopware/frontends/pull/375) [`bd88d6fa`](https://github.com/shopware/frontends/commit/bd88d6fa95de2b90f8a1e08e34159b46c5932b3b) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _ofetch_ from **^1.1.1** to **^1.2.1**
- Changed dependency _openapi-typescript_ from **^6.5.2** to **^6.5.3**
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": "0.0.6",
"version": "0.0.7",
"description": "Shopware CLI for API client generation.",
"author": "Shopware",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/cms-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopware-pwa/cms-base

## 0.8.5

### Patch Changes

- Updated dependencies [[`211ccbb2`](https://github.com/shopware/frontends/commit/211ccbb2e4d9d6009847e6ff53099deb97d569de), [`b2b6905b`](https://github.com/shopware/frontends/commit/b2b6905beb8f28b79c0989ff9340c757e60001c9)]:
- @shopware-pwa/composables-next@0.13.3
- @shopware-pwa/api-client@0.6.0
- @shopware-pwa/helpers-next@0.4.0

## 0.8.4

### Patch Changes
Expand Down
7 changes: 4 additions & 3 deletions packages/cms-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ 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: 0.8.4
### Latest changes: 0.8.5

### Patch Changes

- Updated dependencies [[`034e032`](https://github.com/shopware/frontends/commit/034e032270134cb51bb3da940d4b766d5866b1dd)]:
- Updated dependencies [[`211ccbb2`](https://github.com/shopware/frontends/commit/211ccbb2e4d9d6009847e6ff53099deb97d569de), [`b2b6905b`](https://github.com/shopware/frontends/commit/b2b6905beb8f28b79c0989ff9340c757e60001c9)]:
- @shopware-pwa/composables-next@0.13.3
- @shopware-pwa/api-client@0.6.0
- @shopware-pwa/helpers-next@0.4.0
- @shopware-pwa/composables-next@0.13.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": "0.8.4",
"version": "0.8.5",
"description": "Vue CMS support for Shopware",
"author": "Shopware",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/composables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @shopware-pwa/composables-next

## 0.13.3

### Patch Changes

- [#372](https://github.com/shopware/frontends/pull/372) [`211ccbb2`](https://github.com/shopware/frontends/commit/211ccbb2e4d9d6009847e6ff53099deb97d569de) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Fix `loadOrderDetails` return type

- [#380](https://github.com/shopware/frontends/pull/380) [`b2b6905b`](https://github.com/shopware/frontends/commit/b2b6905beb8f28b79c0989ff9340c757e60001c9) Thanks [@SuddenDev](https://github.com/SuddenDev)! - Adds the ability to specify a query for the loadMore function in the useListing composable.

- Updated dependencies []:
- @shopware-pwa/api-client@0.6.0
- @shopware-pwa/helpers-next@0.4.0

## 0.13.2

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/composables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,14 @@ 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: 0.13.2
### Latest changes: 0.13.3

### Patch Changes

- Updated dependencies [[`034e032`](https://github.com/shopware/frontends/commit/034e032270134cb51bb3da940d4b766d5866b1dd)]:
- [#372](https://github.com/shopware/frontends/pull/372) [`211ccbb2`](https://github.com/shopware/frontends/commit/211ccbb2e4d9d6009847e6ff53099deb97d569de) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Fix `loadOrderDetails` return type

- [#380](https://github.com/shopware/frontends/pull/380) [`b2b6905b`](https://github.com/shopware/frontends/commit/b2b6905beb8f28b79c0989ff9340c757e60001c9) Thanks [@SuddenDev](https://github.com/SuddenDev)! - Adds the ability to specify a query for the loadMore function in the useListing composable.

- Updated dependencies []:
- @shopware-pwa/api-client@0.6.0
- @shopware-pwa/helpers-next@0.4.0
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": "0.13.2",
"version": "0.13.3",
"description": "Shopware Frontends composables for Vue",
"author": "Shopware",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-shopware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# eslint-config-shopware

## 0.0.6

### Patch Changes

- [#369](https://github.com/shopware/frontends/pull/369) [`bc7a2db2`](https://github.com/shopware/frontends/commit/bc7a2db292d67cc448a901c1b7a9b5cb7dfbcd04) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _@typescript-eslint/eslint-plugin_ from **^6.2.1** to **^6.4.1**
- Changed dependency _@typescript-eslint/parser_ from **^6.2.1** to **^6.4.1**
- Changed dependency _eslint_ from **^8.46.0** to **^8.47.0**
- Changed dependency _eslint-config-prettier_ from **^8.9.0** to **^9.0.0**

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-shopware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-shopware",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"main": "index.js",
"license": "MIT",
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

## 0.5.4

### Patch Changes

- Updated dependencies [[`211ccbb2`](https://github.com/shopware/frontends/commit/211ccbb2e4d9d6009847e6ff53099deb97d569de), [`b2b6905b`](https://github.com/shopware/frontends/commit/b2b6905beb8f28b79c0989ff9340c757e60001c9)]:
- @shopware-pwa/composables-next@0.13.3
- @shopware-pwa/api-client@0.6.0

## 0.5.3

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

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

### Latest changes: 0.5.3
### Latest changes: 0.5.4

### Patch Changes

- Updated dependencies []:
- @shopware-pwa/composables-next@0.13.2
- Updated dependencies [[`211ccbb2`](https://github.com/shopware/frontends/commit/211ccbb2e4d9d6009847e6ff53099deb97d569de), [`b2b6905b`](https://github.com/shopware/frontends/commit/b2b6905beb8f28b79c0989ff9340c757e60001c9)]:
- @shopware-pwa/composables-next@0.13.3
- @shopware-pwa/api-client@0.6.0
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": "0.5.3",
"version": "0.5.4",
"description": "Nuxt 3 module for Shopware Frontends",
"author": "Shopware",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/typer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopware-pwa/typer

## 0.1.9

### Patch Changes

- [#369](https://github.com/shopware/frontends/pull/369) [`bc7a2db2`](https://github.com/shopware/frontends/commit/bc7a2db292d67cc448a901c1b7a9b5cb7dfbcd04) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _vite_ from **^4.4.7** to **^4.4.9**

## 0.1.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/typer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ Paths for type resolver and codebase are configured during plugin registration.
Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/typer/CHANGELOG.md)
### Latest changes: 0.1.8
### Latest changes: 0.1.9
### Patch Changes
- [#349](https://github.com/shopware/frontends/pull/349) [`5d14bb5`](https://github.com/shopware/frontends/commit/5d14bb5df65fb14d630a8c4ab2b474fde04c477b) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:
- [#369](https://github.com/shopware/frontends/pull/369) [`bc7a2db2`](https://github.com/shopware/frontends/commit/bc7a2db292d67cc448a901c1b7a9b5cb7dfbcd04) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:
- Changed dependency _vite_ from **^4.4.4** to **^4.4.7**
- Changed dependency _vite_ from **^4.4.7** to **^4.4.9**
Loading

0 comments on commit b26636c

Please sign in to comment.