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 Jun 28, 2023
1 parent 8a94e37 commit 1e8ec48
Show file tree
Hide file tree
Showing 26 changed files with 105 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-drinks-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-geese-hope.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.5

### Patch Changes

- Updated dependencies []:
- @shopware-pwa/api-client@0.5.1
- @shopware-pwa/composables-next@0.10.1
- @shopware-pwa/helpers-next@0.3.1

## 1.5.4

### 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.4",
"version": "1.5.5",
"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.5.1

### Patch Changes

- Updated dependencies [[`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4)]:
- @shopware-pwa/types@0.5.5

## 0.5.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.5.0

### Minor Changes

- [#230](https://github.com/shopware/frontends/pull/230) [`d1e07d6`](https://github.com/shopware/frontends/commit/d1e07d6f73135cb742807aba78f1271943d47beb) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add redirectUrl to the contextService
### Latest changes: 0.5.1

### Patch Changes

- [#243](https://github.com/shopware/frontends/pull/243) [`d5f0bcc`](https://github.com/shopware/frontends/commit/d5f0bcc18cb581a48185cb8622d0e0d9b7fea23f) Thanks [@patzick](https://github.com/patzick)! - bump dependencies

- Updated dependencies [[`e359aa2`](https://github.com/shopware/frontends/commit/e359aa28c9c9c7fb2521be3ebd5b847c855e4d24), [`5bb88e9`](https://github.com/shopware/frontends/commit/5bb88e9f4422141de916b704f13e9ecce9b8f2f2)]:
- @shopware-pwa/types@0.5.4
- Updated dependencies [[`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4)]:
- @shopware-pwa/types@0.5.5
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.5.0",
"version": "0.5.1",
"description": "Shopware Store API client",
"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.6.2

### Patch Changes

- Updated dependencies []:
- @shopware-pwa/api-client@0.5.1
- @shopware-pwa/composables-next@0.10.1
- @shopware-pwa/helpers-next@0.3.1

## 0.6.1

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/cms-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +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.6.1
### Latest changes: 0.6.2

### Patch Changes

- Updated dependencies [[`558c9d0`](https://github.com/shopware/frontends/commit/558c9d0f2127776a0542e8d1d95734cb5d4c7e75)]:
- @shopware-pwa/composables-next@0.10.0
- Updated dependencies []:
- @shopware-pwa/api-client@0.5.1
- @shopware-pwa/composables-next@0.10.1
- @shopware-pwa/helpers-next@0.3.1
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.6.1",
"version": "0.6.2",
"description": "Vue CMS support for Shopware",
"author": "Shopware",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/composables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopware-pwa/composables-next

## 0.10.1

### Patch Changes

- Updated dependencies []:
- @shopware-pwa/api-client@0.5.1
- @shopware-pwa/helpers-next@0.3.1

## 0.10.0

### Minor Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/composables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,10 @@ 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.10.0
### Latest changes: 0.10.1

### Minor Changes
### Patch Changes

- [#281](https://github.com/shopware/frontends/pull/281) [`558c9d0`](https://github.com/shopware/frontends/commit/558c9d0f2127776a0542e8d1d95734cb5d4c7e75) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Remove refreshing cart from create order function
- Updated dependencies []:
- @shopware-pwa/api-client@0.5.1
- @shopware-pwa/helpers-next@0.3.1
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.10.0",
"version": "0.10.1",
"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.3.1

### Patch Changes

- Updated dependencies [[`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4)]:
- @shopware-pwa/types@0.5.5

## 0.3.0

### Minor Changes
Expand Down
12 changes: 3 additions & 9 deletions packages/helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +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.3.0

### Minor Changes

- [#230](https://github.com/shopware/frontends/pull/230) [`d1e07d6`](https://github.com/shopware/frontends/commit/d1e07d6f73135cb742807aba78f1271943d47beb) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add internationalization helpers with mocks data
### Latest changes: 0.3.1

### Patch Changes

- [#243](https://github.com/shopware/frontends/pull/243) [`d5f0bcc`](https://github.com/shopware/frontends/commit/d5f0bcc18cb581a48185cb8622d0e0d9b7fea23f) Thanks [@patzick](https://github.com/patzick)! - bump dependencies

- Updated dependencies [[`e359aa2`](https://github.com/shopware/frontends/commit/e359aa28c9c9c7fb2521be3ebd5b847c855e4d24), [`5bb88e9`](https://github.com/shopware/frontends/commit/5bb88e9f4422141de916b704f13e9ecce9b8f2f2)]:
- @shopware-pwa/types@0.5.4
- Updated dependencies [[`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4)]:
- @shopware-pwa/types@0.5.5
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.3.0",
"version": "0.3.1",
"description": "Shopware helpers for accessing API data",
"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

## 0.3.7

### Patch Changes

- Updated dependencies []:
- @shopware-pwa/api-client@0.5.1
- @shopware-pwa/composables-next@0.10.1

## 0.3.6

### 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.3.6
### Latest changes: 0.3.7

### Patch Changes

- Updated dependencies [[`558c9d0`](https://github.com/shopware/frontends/commit/558c9d0f2127776a0542e8d1d95734cb5d4c7e75)]:
- @shopware-pwa/composables-next@0.10.0
- Updated dependencies []:
- @shopware-pwa/api-client@0.5.1
- @shopware-pwa/composables-next@0.10.1
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.3.6",
"version": "0.3.7",
"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.5.5

### Patch Changes

- [#263](https://github.com/shopware/frontends/pull/263) [`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4) Thanks [@mkucmus](https://github.com/mkucmus)! - improved CustomerGroup typing

## 0.5.4

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

### Patch Changes

- [#212](https://github.com/shopware/frontends/pull/212) [`e359aa2`](https://github.com/shopware/frontends/commit/e359aa28c9c9c7fb2521be3ebd5b847c855e4d24) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add translated property to the DeliveryTime type. Fix updateAt type

- [#256](https://github.com/shopware/frontends/pull/256) [`5bb88e9`](https://github.com/shopware/frontends/commit/5bb88e9f4422141de916b704f13e9ecce9b8f2f2) Thanks [@mkucmus](https://github.com/mkucmus)! - Proper type for order line item entity
- [#263](https://github.com/shopware/frontends/pull/263) [`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4) Thanks [@mkucmus](https://github.com/mkucmus)! - improved CustomerGroup typing
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.5.4",
"version": "0.5.5",
"description": "Showare Store API Types",
"author": "Shopware",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vue3-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopware-pwa/vue3-plugin

## 0.1.34

### Patch Changes

- Updated dependencies []:
- @shopware-pwa/api-client@0.5.1
- @shopware-pwa/composables-next@0.10.1

## 0.1.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-pwa/vue3-plugin",
"version": "0.1.33",
"version": "0.1.34",
"description": "Shopware Fromends Vue3 plugin",
"author": "Shopware",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions templates/vue-demo-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# vue-demo-store

## 0.10.1

### Patch Changes

- [#263](https://github.com/shopware/frontends/pull/263) [`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4) Thanks [@mkucmus](https://github.com/mkucmus)! - custom registration page

- Updated dependencies [[`8a94e37`](https://github.com/shopware/frontends/commit/8a94e3739a24e5d748ba807852c5e5c2dfbe6cb4)]:
- @shopware-pwa/types@0.5.5
- @shopware-pwa/cms-base@0.6.2
- @shopware-pwa/helpers-next@0.3.1
- @shopware-pwa/nuxt3-module@0.3.7

## 0.10.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.10.0",
"version": "0.10.1",
"private": true,
"scripts": {
"dev": "nuxi dev",
Expand Down

0 comments on commit 1e8ec48

Please sign in to comment.