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 Jul 15, 2024
1 parent ac2b2bc commit 0b28f17
Show file tree
Hide file tree
Showing 17 changed files with 60 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-cows-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-taxis-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-comics-attack.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tough-queens-swim.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.7.2

### Patch Changes

- Updated dependencies [[`f9d2735`](https://github.com/shopware/frontends/commit/f9d27353ec6383cb22cdece0469f8fdd13250958), [`d95751e`](https://github.com/shopware/frontends/commit/d95751ecde443a033f17def838bcc25aeba6951e)]:
- @shopware-pwa/composables-next@1.1.0

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

## 1.0.2

### Patch Changes

- Updated dependencies [[`f9d2735`](https://github.com/shopware/frontends/commit/f9d27353ec6383cb22cdece0469f8fdd13250958), [`d95751e`](https://github.com/shopware/frontends/commit/d95751ecde443a033f17def838bcc25aeba6951e)]:
- @shopware-pwa/composables-next@1.1.0

## 1.0.1

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

### Patch Changes

- Updated dependencies [[`19f2800`](https://github.com/shopware/frontends/commit/19f28003cf937bcb630257cb7cfd2bd131b7cf9d), [`1954022`](https://github.com/shopware/frontends/commit/19540220d87788eed08991d35aaaead2e18564e5), [`19f2800`](https://github.com/shopware/frontends/commit/19f28003cf937bcb630257cb7cfd2bd131b7cf9d)]:
- @shopware/api-client@1.0.1
- @shopware-pwa/composables-next@1.0.1
- Updated dependencies [[`f9d2735`](https://github.com/shopware/frontends/commit/f9d27353ec6383cb22cdece0469f8fdd13250958), [`d95751e`](https://github.com/shopware/frontends/commit/d95751ecde443a033f17def838bcc25aeba6951e)]:
- @shopware-pwa/composables-next@1.1.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": "1.0.1",
"version": "1.0.2",
"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.1.0

### Minor Changes

- [#1071](https://github.com/shopware/frontends/pull/1071) [`f9d2735`](https://github.com/shopware/frontends/commit/f9d27353ec6383cb22cdece0469f8fdd13250958) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - - `useCart` - new `addProducts` function that allows adding a set of products to the cart

- [#893](https://github.com/shopware/frontends/pull/893) [`d95751e`](https://github.com/shopware/frontends/commit/d95751ecde443a033f17def838bcc25aeba6951e) Thanks [@khanSoliheen](https://github.com/khanSoliheen)! - - `useWishList`:
- Added `getCurrentPage` and `getTotalPagesCount` to the returned object
- Changed `getWishlistProducts` to accept `page` and `query` as optional parameters
- `useSyncWishList`:
- Changed `getWishlistProducts`, added Parameter to pass default criterias

## 1.0.1

### Patch Changes
Expand Down
15 changes: 8 additions & 7 deletions packages/composables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,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: 1.0.1
### Latest changes: 1.1.0

### Patch Changes
### Minor Changes

- [#1076](https://github.com/shopware/frontends/pull/1076) [`1954022`](https://github.com/shopware/frontends/commit/19540220d87788eed08991d35aaaead2e18564e5) Thanks [@BrocksiNet](https://github.com/BrocksiNet)! - `useOrderDetails` - Adding `stateMachineState` as the default association to the composable
- [#1071](https://github.com/shopware/frontends/pull/1071) [`f9d2735`](https://github.com/shopware/frontends/commit/f9d27353ec6383cb22cdece0469f8fdd13250958) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - - `useCart` - new `addProducts` function that allows adding a set of products to the cart

- [#1078](https://github.com/shopware/frontends/pull/1078) [`19f2800`](https://github.com/shopware/frontends/commit/19f28003cf937bcb630257cb7cfd2bd131b7cf9d) Thanks [@patzick](https://github.com/patzick)! - `useListing` - reverted usage of the `sw-include-swo-urls` header in the search request

- Updated dependencies [[`19f2800`](https://github.com/shopware/frontends/commit/19f28003cf937bcb630257cb7cfd2bd131b7cf9d)]:
- @shopware/api-client@1.0.1
- [#893](https://github.com/shopware/frontends/pull/893) [`d95751e`](https://github.com/shopware/frontends/commit/d95751ecde443a033f17def838bcc25aeba6951e) Thanks [@khanSoliheen](https://github.com/khanSoliheen)! - - `useWishList`:
- Added `getCurrentPage` and `getTotalPagesCount` to the returned object
- Changed `getWishlistProducts` to accept `page` and `query` as optional parameters
- `useSyncWishList`:
- Changed `getWishlistProducts`, added Parameter to pass default criterias
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": "1.0.1",
"version": "1.1.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

## 1.0.2

### Patch Changes

- Updated dependencies [[`f9d2735`](https://github.com/shopware/frontends/commit/f9d27353ec6383cb22cdece0469f8fdd13250958), [`d95751e`](https://github.com/shopware/frontends/commit/d95751ecde443a033f17def838bcc25aeba6951e)]:
- @shopware-pwa/composables-next@1.1.0

## 1.0.1

### Patch Changes
Expand Down
7 changes: 3 additions & 4 deletions packages/nuxt3-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,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: 1.0.1
### Latest changes: 1.0.2

### Patch Changes

- Updated dependencies [[`19f2800`](https://github.com/shopware/frontends/commit/19f28003cf937bcb630257cb7cfd2bd131b7cf9d), [`1954022`](https://github.com/shopware/frontends/commit/19540220d87788eed08991d35aaaead2e18564e5), [`19f2800`](https://github.com/shopware/frontends/commit/19f28003cf937bcb630257cb7cfd2bd131b7cf9d)]:
- @shopware/api-client@1.0.1
- @shopware-pwa/composables-next@1.0.1
- Updated dependencies [[`f9d2735`](https://github.com/shopware/frontends/commit/f9d27353ec6383cb22cdece0469f8fdd13250958), [`d95751e`](https://github.com/shopware/frontends/commit/d95751ecde443a033f17def838bcc25aeba6951e)]:
- @shopware-pwa/composables-next@1.1.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": "1.0.1",
"version": "1.0.2",
"description": "Nuxt 3 module for Shopware Frontends",
"author": "Shopware",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions templates/vue-demo-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vue-demo-store

## 1.1.0

### Minor Changes

- [#893](https://github.com/shopware/frontends/pull/893) [`d95751e`](https://github.com/shopware/frontends/commit/d95751ecde443a033f17def838bcc25aeba6951e) Thanks [@khanSoliheen](https://github.com/khanSoliheen)! - Added a pagination for the order history page and wishlist page.

- [#1071](https://github.com/shopware/frontends/pull/1071) [`f9d2735`](https://github.com/shopware/frontends/commit/f9d27353ec6383cb22cdece0469f8fdd13250958) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Added `Repeat order` possibility

## 1.0.0

### Major 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": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "nuxt prepare && nuxt dev",
Expand Down

0 comments on commit 0b28f17

Please sign in to comment.