Skip to content

Commit

Permalink
chore: next version release (#356)
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
github-actions[bot] authored Aug 22, 2023
1 parent 4e4f35d commit 0df2d7d
Show file tree
Hide file tree
Showing 21 changed files with 73 additions and 64 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-buttons-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-bulldogs-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-ladybugs-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-pans-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-tips-complain.md

This file was deleted.

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

## 1.5.8

### Patch Changes

- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]:
- @shopware-pwa/composables-next@0.13.0

## 1.5.7

### 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.7",
"version": "1.5.8",
"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.3.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

## 0.2.1

### Patch Changes
Expand Down
9 changes: 3 additions & 6 deletions packages/api-client-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,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.2.1
### Latest changes: 0.3.0

### Patch Changes
### Minor Changes

- [#339](https://github.com/shopware/frontends/pull/339) [`b2fe2bc`](https://github.com/shopware/frontends/commit/b2fe2bc84bc4f3381bc16b9216a935f3c317b0d4) Thanks [@patzick](https://github.com/patzick)! - Query param arrays. This fixes the way how query params are serialized. Previously, array query params were serialized as `?ids=1&ids=2`, now they are serialized as `?ids[]=1&ids[]=2`. This is the proper way of serialization in the Shopware API.
The definition of the endpoints hasn't changed, so you don't need to change anything in your code.

- [#320](https://github.com/shopware/frontends/pull/320) [`8e499e3`](https://github.com/shopware/frontends/commit/8e499e35b3a1a7dc4d1382f8f99b8fc3426e4ac9) Thanks [@mkucmus](https://github.com/mkucmus)! - Prevent setting "null" or "undefined" as token on session init
- [#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
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.2.1",
"version": "0.3.0",
"description": "Shopware client for API connection.",
"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.2

### Patch Changes

- [#336](https://github.com/shopware/frontends/pull/336) [`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add prefix to the media link

- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]:
- @shopware-pwa/composables-next@0.13.0

## 0.8.1

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

### 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:
- [#336](https://github.com/shopware/frontends/pull/336) [`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add prefix to the media link

- Changed dependency _@nuxt/kit_ from **^3.6.3** to **^3.6.5**

- Updated dependencies [[`5d14bb5`](https://github.com/shopware/frontends/commit/5d14bb5df65fb14d630a8c4ab2b474fde04c477b)]:
- @shopware-pwa/composables-next@0.12.1
- @shopware-pwa/api-client@0.5.2
- @shopware-pwa/helpers-next@0.3.2
- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]:
- @shopware-pwa/composables-next@0.13.0
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.1",
"version": "0.8.2",
"description": "Vue CMS support for Shopware",
"author": "Shopware",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/composables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @shopware-pwa/composables-next

## 0.13.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 `setCountry` method for `useSessionContext` composable

### Patch Changes

- [#336](https://github.com/shopware/frontends/pull/336) [`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Fix link building for a cms image element

## 0.12.1

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

### Patch Changes
### Minor 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:
- [#330](https://github.com/shopware/frontends/pull/330) [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add `setCountry` method for `useSessionContext` composable

- Changed dependency _@vueuse/core_ from **^10.2.1** to **^10.3.0**
### Patch Changes

- Updated dependencies []:
- @shopware-pwa/api-client@0.5.2
- @shopware-pwa/helpers-next@0.3.2
- [#336](https://github.com/shopware/frontends/pull/336) [`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Fix link building for a cms image element
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.12.1",
"version": "0.13.0",
"description": "Shopware Frontends composables for Vue",
"author": "Shopware",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt3-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopware-pwa/nuxt3-module

## 0.5.1

### Patch Changes

- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]:
- @shopware-pwa/composables-next@0.13.0

## 0.5.0

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

### Minor Changes

- [#325](https://github.com/shopware/frontends/pull/325) [`faf28ca`](https://github.com/shopware/frontends/commit/faf28ca3f150b22d567b1f9e94b75e156c5d0aaa) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add private `shopwareEndpoint` config for SSR instance creation
### Latest changes: 0.5.1

### 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:

- Changed dependency _@nuxt/kit_ from **^3.6.3** to **^3.6.5**

- Updated dependencies [[`5d14bb5`](https://github.com/shopware/frontends/commit/5d14bb5df65fb14d630a8c4ab2b474fde04c477b)]:
- @shopware-pwa/composables-next@0.12.1
- @shopware-pwa/api-client@0.5.2
- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]:
- @shopware-pwa/composables-next@0.13.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.0",
"version": "0.5.1",
"description": "Nuxt 3 module for Shopware Frontends",
"author": "Shopware",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions templates/vue-demo-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# vue-demo-store

## 0.14.0

### Minor Changes

- [#361](https://github.com/shopware/frontends/pull/361) [`bc0d8d4`](https://github.com/shopware/frontends/commit/bc0d8d4d567b835c1c3b2a1c9124e4961276b492) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Move `LayoutBreadcrumbs` component from the layout to the lower-level components

### Patch Changes

- Updated dependencies [[`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`d03228a`](https://github.com/shopware/frontends/commit/d03228a51058ec376b003e80dd0395237a12bfb6), [`3683116`](https://github.com/shopware/frontends/commit/3683116588a7ef75e750fc33deee119f038c88e8)]:
- @shopware-pwa/cms-base@0.8.2
- @shopware-pwa/composables-next@0.13.0
- @shopware-pwa/nuxt3-module@0.5.1

## 0.13.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.13.0",
"version": "0.14.0",
"private": true,
"scripts": {
"dev": "nuxt dev",
Expand Down

2 comments on commit 0df2d7d

@vercel
Copy link

@vercel vercel bot commented on 0df2d7d Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 0df2d7d Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

frontends-demo – ./templates/vue-demo-store

frontends-demo-shopware-frontends.vercel.app
frontends-demo-git-main-shopware-frontends.vercel.app
frontends-demo.vercel.app

Please sign in to comment.