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 Aug 23, 2023
1 parent 9848bb0 commit e6c11be
Show file tree
Hide file tree
Showing 23 changed files with 92 additions and 71 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-chicken-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-hounds-heal.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.

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.

12 changes: 12 additions & 0 deletions packages/api-client-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @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

- [#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
10 changes: 8 additions & 2 deletions packages/api-client-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,14 @@ 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

- [#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
9 changes: 9 additions & 0 deletions packages/api-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @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**

## 0.0.6

### Patch Changes
Expand Down
7 changes: 4 additions & 3 deletions packages/api-gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ 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**
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
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/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**
2 changes: 1 addition & 1 deletion packages/typer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopware-pwa/typer",
"private": true,
"version": "0.1.8",
"version": "0.1.9",
"description": "Generate documentation from types",
"author": "Shopware",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions templates/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# shopware-astro

## 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 _@astrojs/node_ from **^5.3.0** to **^5.3.5**
- Changed dependency _@vitejs/plugin-vue_ from **^4.2.3** to **^4.3.3**
- Changed dependency _@vitejs/plugin-vue-jsx_ from **^3.0.1** to **^3.0.2**
- Changed dependency _astro_ from **^2.9.6** to **^2.10.12**

- Updated dependencies []:
- @shopware-pwa/api-client@0.6.0
- @shopware-pwa/composables-next@0.13.2

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion templates/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shopware-astro",
"private": true,
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
16 changes: 16 additions & 0 deletions templates/vue-demo-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# vue-demo-store

## 0.14.1

### 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 _@unocss/nuxt_ from **^0.54.1** to **^0.55.2**

- Updated dependencies []:
- @shopware-pwa/api-client@0.6.0
- @shopware-pwa/cms-base@0.8.4
- @shopware-pwa/composables-next@0.13.2
- @shopware-pwa/helpers-next@0.4.0
- @shopware-pwa/nuxt3-module@0.5.3
- @shopware-pwa/types@0.5.6

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion templates/vue-demo-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-demo-store",
"version": "0.14.0",
"version": "0.14.1",
"private": true,
"scripts": {
"dev": "nuxt dev",
Expand Down

0 comments on commit e6c11be

Please sign in to comment.