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 Dec 6, 2023
1 parent df6bca5 commit 37e15af
Show file tree
Hide file tree
Showing 46 changed files with 225 additions and 165 deletions.
7 changes: 0 additions & 7 deletions .changeset/afraid-dryers-chew.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/clean-bottles-shake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dry-items-hope.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/gentle-foxes-add.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/many-carpets-smash.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/nervous-pillows-count.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/silver-apes-melt.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-ants-poke.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sour-adults-build.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/spicy-parrots-carry.md

This file was deleted.

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

## 1.6.2

### Patch Changes

- [#478](https://github.com/shopware/frontends/pull/478) [`df96fd0`](https://github.com/shopware/frontends/commit/df96fd09b9bef27d058e3f7ee9b4f18f7035d622) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _vue_ from **^3.3.8** to **^3.3.9**

- Updated dependencies [[`543a8e1`](https://github.com/shopware/frontends/commit/543a8e1fb3b391a0238f329e0ead30b8322016ec), [`e2c225f`](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
6 changes: 6 additions & 0 deletions packages/api-client-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopware/api-client

## 0.5.1

### Patch Changes

- [`89a97a4`](https://github.com/shopware/frontends/commit/89a97a45ae4a58616e41f63e9884a2a67f0a6ce8) Thanks [@patzick](https://github.com/patzick)! - fix default types

## 0.5.0

### Minor Changes
Expand Down
20 changes: 2 additions & 18 deletions packages/api-client-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,24 +186,8 @@ 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.5.0

### Minor Changes

- [#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.5.1

### Patch Changes

- [#443](https://github.com/shopware/frontends/pull/443) [`33d54db1`](https://github.com/shopware/frontends/commit/33d54db1bd66146a14781c45b1124547f4276866) Thanks [@patzick](https://github.com/patzick)! - `invoke` method parameters are no longer mandatory when no parameters are defined inside route.

Now instead of:

```ts
const result = await apiInstance.invoke("readContext get /context", {});
```

you can do:

```ts
const result = await apiInstance.invoke("readContext get /context");
```
- [`89a97a4`](https://github.com/shopware/frontends/commit/89a97a45ae4a58616e41f63e9884a2a67f0a6ce8) Thanks [@patzick](https://github.com/patzick)! - fix default types
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.5.0",
"version": "0.5.1",
"description": "Shopware client for API connection.",
"author": "Shopware",
"type": "module",
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 [[`543a8e1`](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 [[`543a8e1`](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
18 changes: 18 additions & 0 deletions packages/cms-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @shopware-pwa/cms-base

## 1.0.0

### Major Changes

- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f`](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

- [#478](https://github.com/shopware/frontends/pull/478) [`df96fd0`](https://github.com/shopware/frontends/commit/df96fd09b9bef27d058e3f7ee9b4f18f7035d622) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _@nuxt/kit_ from **^3.8.1** to **^3.8.2**
- Changed dependency _vue_ from **^3.3.8** to **^3.3.9**

- Updated dependencies [[`e2c225f`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2), [`89a97a4`](https://github.com/shopware/frontends/commit/89a97a45ae4a58616e41f63e9884a2a67f0a6ce8)]:
- @shopware-pwa/composables-next@1.0.0
- @shopware/api-client@0.5.1
- @shopware-pwa/helpers-next@0.5.2

## 0.9.1

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

### Major Changes

- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f`](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

- [#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
- [#478](https://github.com/shopware/frontends/pull/478) [`df96fd0`](https://github.com/shopware/frontends/commit/df96fd09b9bef27d058e3f7ee9b4f18f7035d622) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _@nuxt/kit_ from **^3.8.1** to **^3.8.2**
- Changed dependency _vue_ from **^3.3.8** to **^3.3.9**

- 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 [[`e2c225f`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2), [`89a97a4`](https://github.com/shopware/frontends/commit/89a97a45ae4a58616e41f63e9884a2a67f0a6ce8)]:
- @shopware-pwa/composables-next@1.0.0
- @shopware/api-client@0.5.1
- @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
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

## 1.0.0

### Major Changes

- [#452](https://github.com/shopware/frontends/pull/452) [`e2c225f`](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 [[`89a97a4`](https://github.com/shopware/frontends/commit/89a97a45ae4a58616e41f63e9884a2a67f0a6ce8)]:
- @shopware/api-client@0.5.1
- @shopware-pwa/helpers-next@0.5.2

## 0.14.1

### Patch Changes
Expand Down
18 changes: 7 additions & 11 deletions packages/composables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +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.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) [`e2c225f`](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 [[`89a97a4`](https://github.com/shopware/frontends/commit/89a97a45ae4a58616e41f63e9884a2a67f0a6ce8)]:
- @shopware/api-client@0.5.1
- @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
10 changes: 10 additions & 0 deletions packages/eslint-config-shopware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# eslint-config-shopware

## 0.0.9

### Patch Changes

- [#478](https://github.com/shopware/frontends/pull/478) [`df96fd0`](https://github.com/shopware/frontends/commit/df96fd09b9bef27d058e3f7ee9b4f18f7035d622) Thanks [@patzick](https://github.com/patzick)! - Dependency changes:

- Changed dependency _@typescript-eslint/eslint-plugin_ from **^6.11.0** to **^6.13.1**
- Changed dependency _@typescript-eslint/parser_ from **^6.11.0** to **^6.13.1**
- Changed dependency _typescript_ from **^5.2.2** to **^5.3.2**

## 0.0.8

### 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.8",
"version": "0.0.9",
"private": true,
"main": "index.js",
"license": "MIT",
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 [[`543a8e1`](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 [[`543a8e1`](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

0 comments on commit 37e15af

Please sign in to comment.