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 Nov 28, 2023
1 parent 4aa0b83 commit 882f23e
Show file tree
Hide file tree
Showing 25 changed files with 122 additions and 75 deletions.
11 changes: 0 additions & 11 deletions .changeset/gentle-foxes-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-rockets-think.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/six-bikes-sit.md

This file was deleted.

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

## 1.6.2

### Patch Changes

- Updated dependencies [[`543a8e1f`](https://github.com/shopware/frontends/commit/543a8e1fb3b391a0238f329e0ead30b8322016ec), [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2)]:
- @shopware-pwa/types@0.7.0
- @shopware-pwa/composables-next@1.0.0
- @shopware-pwa/api-client@0.7.1
- @shopware-pwa/helpers-next@0.5.2

## 1.6.1

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

## 0.7.1

### Patch Changes

- Updated dependencies [[`543a8e1f`](https://github.com/shopware/frontends/commit/543a8e1fb3b391a0238f329e0ead30b8322016ec)]:
- @shopware-pwa/types@0.7.0

## 0.7.0

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

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

### Latest changes: 0.7.0

### Minor Changes

- [#453](https://github.com/shopware/frontends/pull/453) [`f5adaeba`](https://github.com/shopware/frontends/commit/f5adaeba6dec11422e0c02d92aba8caf56017af5) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add cms endpoint

- [#435](https://github.com/shopware/frontends/pull/435) [`a4483ed8`](https://github.com/shopware/frontends/commit/a4483ed8bf9370e87aedeb81846fe9d31880b3e0) Thanks [@patzick](https://github.com/patzick)! - Changed types imports to `import type {...} from "..."`
### Latest changes: 0.7.1

### Patch Changes

- Updated dependencies [[`2e80139c`](https://github.com/shopware/frontends/commit/2e80139c6fa0bace77d385cfaffa30c4811f8831), [`43510a10`](https://github.com/shopware/frontends/commit/43510a108d351aca361e460844b2cddd29f889b5)]:
- @shopware-pwa/types@0.6.0
- Updated dependencies [[`543a8e1f`](https://github.com/shopware/frontends/commit/543a8e1fb3b391a0238f329e0ead30b8322016ec)]:
- @shopware-pwa/types@0.7.0
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-pwa/api-client",
"version": "0.7.0",
"version": "0.7.1",
"description": "Shopware Store API client",
"author": "Shopware",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/cms-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @shopware-pwa/cms-base

## 1.0.0

### Major Changes

- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible.

### Patch Changes

- Updated dependencies [[`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2)]:
- @shopware-pwa/composables-next@1.0.0
- @shopware-pwa/helpers-next@0.5.2

## 0.9.1

### Patch Changes
Expand Down
15 changes: 8 additions & 7 deletions packages/cms-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,14 @@ 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.9.1
### Latest changes: 1.0.0

### Patch Changes
### Major Changes

- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible.

- [#460](https://github.com/shopware/frontends/pull/460) [`729d03a5`](https://github.com/shopware/frontends/commit/729d03a5d5555a67d420cdb0c89a0cb4ce907831) Thanks [@mkucmus](https://github.com/mkucmus)! - Apply visibility and css classes for CMS layout
### Patch Changes

- Updated dependencies [[`729d03a5`](https://github.com/shopware/frontends/commit/729d03a5d5555a67d420cdb0c89a0cb4ce907831), [`c3aa09ee`](https://github.com/shopware/frontends/commit/c3aa09ee9e73c23b79bf9c1b3e5e63d7d39f1550), [`0e031efe`](https://github.com/shopware/frontends/commit/0e031efe7a3c0249a5e883c85ec87542ab07a4c0)]:
- @shopware-pwa/helpers-next@0.5.1
- @shopware-pwa/composables-next@0.14.1
- @shopware-pwa/api-client@0.7.0
- Updated dependencies [[`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2)]:
- @shopware-pwa/composables-next@1.0.0
- @shopware-pwa/helpers-next@0.5.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.9.1",
"version": "1.0.0",
"description": "Vue CMS support for Shopware",
"author": "Shopware",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/composables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shopware-pwa/composables-next

## 1.0.0

### Major Changes

- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible.

### Patch Changes

- Updated dependencies []:
- @shopware-pwa/helpers-next@0.5.2

## 0.14.1

### Patch Changes
Expand Down
17 changes: 6 additions & 11 deletions packages/composables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,13 @@ 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.14.1
### Latest changes: 1.0.0

### Patch Changes

- [#462](https://github.com/shopware/frontends/pull/462) [`c3aa09ee`](https://github.com/shopware/frontends/commit/c3aa09ee9e73c23b79bf9c1b3e5e63d7d39f1550) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:
### Major Changes

- Changed dependency _@vueuse/core_ from **^10.5.0** to **^10.6.1**
- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible.

- [#467](https://github.com/shopware/frontends/pull/467) [`0e031efe`](https://github.com/shopware/frontends/commit/0e031efe7a3c0249a5e883c85ec87542ab07a4c0) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _scule_ from **^1.0.0** to **^1.1.0**
### Patch Changes

- Updated dependencies [[`729d03a5`](https://github.com/shopware/frontends/commit/729d03a5d5555a67d420cdb0c89a0cb4ce907831)]:
- @shopware-pwa/helpers-next@0.5.1
- @shopware-pwa/api-client@0.7.0
- Updated dependencies []:
- @shopware-pwa/helpers-next@0.5.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": "0.14.1",
"version": "1.0.0",
"description": "Shopware Frontends composables for Vue",
"author": "Shopware",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopware-pwa/helpers-next

## 0.5.2

### Patch Changes

- Updated dependencies [[`543a8e1f`](https://github.com/shopware/frontends/commit/543a8e1fb3b391a0238f329e0ead30b8322016ec)]:
- @shopware-pwa/types@0.7.0

## 0.5.1

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

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

### Latest changes: 0.5.1
### Latest changes: 0.5.2

### Patch Changes

- [#460](https://github.com/shopware/frontends/pull/460) [`729d03a5`](https://github.com/shopware/frontends/commit/729d03a5d5555a67d420cdb0c89a0cb4ce907831) Thanks [@mkucmus](https://github.com/mkucmus)! - Proper visibility and css classes merging

- Updated dependencies []:
- @shopware-pwa/types@0.6.0
- Updated dependencies [[`543a8e1f`](https://github.com/shopware/frontends/commit/543a8e1fb3b391a0238f329e0ead30b8322016ec)]:
- @shopware-pwa/types@0.7.0
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-pwa/helpers-next",
"version": "0.5.1",
"version": "0.5.2",
"description": "Shopware helpers for accessing API data",
"author": "Shopware",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/nuxt3-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shopware-pwa/nuxt3-module

## 1.0.0

### Major Changes

- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible.

### Patch Changes

- Updated dependencies [[`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2)]:
- @shopware-pwa/composables-next@1.0.0

## 0.5.6

### Patch Changes
Expand Down
13 changes: 7 additions & 6 deletions packages/nuxt3-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,13 @@ 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.6
### Latest changes: 1.0.0

### Patch Changes
### Major Changes

- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2) Thanks [@patzick](https://github.com/patzick)! - Created Nuxt layer for `composables` and `cms-base`. This way overriding any part of that is now possible.

- [#458](https://github.com/shopware/frontends/pull/458) [`135ca37d`](https://github.com/shopware/frontends/commit/135ca37d9c911cf47d75705006af2879ab7800a8) Thanks [@danielroe](https://github.com/danielroe)! - This improves performance slightly when developing; we can avoid loading the entire barrel file at `#app` by using the new granular imports merged in https://github.com/nuxt/nuxt/pull/23951.
### Patch Changes

- Updated dependencies [[`c3aa09ee`](https://github.com/shopware/frontends/commit/c3aa09ee9e73c23b79bf9c1b3e5e63d7d39f1550), [`0e031efe`](https://github.com/shopware/frontends/commit/0e031efe7a3c0249a5e883c85ec87542ab07a4c0)]:
- @shopware-pwa/composables-next@0.14.1
- @shopware-pwa/api-client@0.7.0
- Updated dependencies [[`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2)]:
- @shopware-pwa/composables-next@1.0.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.6",
"version": "1.0.0",
"description": "Nuxt 3 module for Shopware Frontends",
"author": "Shopware",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopware-pwa/types

## 0.7.0

### Minor Changes

- [#463](https://github.com/shopware/frontends/pull/463) [`543a8e1f`](https://github.com/shopware/frontends/commit/543a8e1fb3b391a0238f329e0ead30b8322016ec) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add Meta type for the global Error type

## 0.6.0

### Minor Changes
Expand Down
8 changes: 2 additions & 6 deletions packages/types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ 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: 0.6.0
### Latest changes: 0.7.0

### Minor Changes

- [#433](https://github.com/shopware/frontends/pull/433) [`43510a10`](https://github.com/shopware/frontends/commit/43510a108d351aca361e460844b2cddd29f889b5) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add CartError type

### Patch Changes

- [#417](https://github.com/shopware/frontends/pull/417) [`2e80139c`](https://github.com/shopware/frontends/commit/2e80139c6fa0bace77d385cfaffa30c4811f8831) Thanks [@annaostermann](https://github.com/annaostermann)! - Add missing translated.url property for LandingPage.d.ts
- [#463](https://github.com/shopware/frontends/pull/463) [`543a8e1f`](https://github.com/shopware/frontends/commit/543a8e1fb3b391a0238f329e0ead30b8322016ec) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add Meta type for the global Error type
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": "0.6.0",
"version": "0.7.0",
"description": "Showare Store API Types",
"author": "Shopware",
"repository": {
Expand Down
21 changes: 21 additions & 0 deletions templates/vue-demo-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# vue-demo-store

## 0.16.0

### Minor Changes

- [#463](https://github.com/shopware/frontends/pull/463) [`543a8e1f`](https://github.com/shopware/frontends/commit/543a8e1fb3b391a0238f329e0ead30b8322016ec) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add api error resolver for:

- Login page
- Account registration
- Update product qty (cart)

Add `useApiErrorsResolver` composable

### Patch Changes

- Updated dependencies [[`543a8e1f`](https://github.com/shopware/frontends/commit/543a8e1fb3b391a0238f329e0ead30b8322016ec), [`e2c225f1`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2)]:
- @shopware-pwa/types@0.7.0
- @shopware-pwa/nuxt3-module@1.0.0
- @shopware-pwa/composables-next@1.0.0
- @shopware-pwa/cms-base@1.0.0
- @shopware-pwa/helpers-next@0.5.2

## 0.15.1

### Patch 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.15.1",
"version": "0.16.0",
"private": true,
"scripts": {
"dev": "nuxt dev",
Expand Down

0 comments on commit 882f23e

Please sign in to comment.