Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/friendly-rats-type.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/shaggy-bikes-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-cheetahs-remember.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/nuxt3-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @shopware-pwa/nuxt3-module

## 1.0.5

### Patch Changes

- [#1207](https://github.com/shopware/frontends/pull/1207) [`7531874`](https://github.com/shopware/frontends/commit/75318747536b3cad5b83804a730b6680deb3fc8d) Thanks [@mkucmus](https://github.com/mkucmus)! - Improvements within a nuxt module and the plugin:

- properly loading a `sw-context-token` cookie in SSR
- exposing an [API client](https://www.npmjs.com/package/@shopware/api-client) instance provided in a nuxt plugin
- adds corresponding types

```ts
// works also in a route middleware
const { $shopwareApiClient } = useNuxtApp();

await $shopwareApiClient.invoke("readContext get /context");
```

## 1.0.4

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

### Patch Changes

- Updated dependencies [[`2e4c887`](https://github.com/shopware/frontends/commit/2e4c8872060fb2ebabe5b89d92761994a2ed8128), [`aa8f5a4`](https://github.com/shopware/frontends/commit/aa8f5a4d2eabce1d6119e31af8c7479911d7b07b)]:
- @shopware-pwa/helpers-next@1.0.2
- @shopware-pwa/composables-next@1.2.0
- [#1207](https://github.com/shopware/frontends/pull/1207) [`7531874`](https://github.com/shopware/frontends/commit/75318747536b3cad5b83804a730b6680deb3fc8d) Thanks [@mkucmus](https://github.com/mkucmus)! - Improvements within a nuxt module and the plugin:

- properly loading a `sw-context-token` cookie in SSR
- exposing an [API client](https://www.npmjs.com/package/@shopware/api-client) instance provided in a nuxt plugin
- adds corresponding types

```ts
// works also in a route middleware
const { $shopwareApiClient } = useNuxtApp();

await $shopwareApiClient.invoke("readContext get /context");
```
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.4",
"version": "1.0.5",
"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.2

### Patch Changes

- [#1218](https://github.com/shopware/frontends/pull/1218) [`a3de8e0`](https://github.com/shopware/frontends/commit/a3de8e06d702c4f762b8e8cd8a2f1b8e4365a4cf) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - - Fixed closing modal for resetting password page

- [#1223](https://github.com/shopware/frontends/pull/1223) [`4c92624`](https://github.com/shopware/frontends/commit/4c92624cee2cf24e3b00946fbecbad7e2a47bb69) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - - Fixed promotion-not-found error message

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"dev": "nuxt prepare && nuxt dev",
Expand Down Expand Up @@ -42,4 +42,4 @@
"engines": {
"node": "^18.17.x || ^20.x"
}
}
}