diff --git a/.changeset/khaki-lobsters-marry.md b/.changeset/khaki-lobsters-marry.md deleted file mode 100644 index d9f0ba3..0000000 --- a/.changeset/khaki-lobsters-marry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@svelte-dev/session": patch -"@svelte-dev/auth": patch -"@svelte-dev/i18n": patch ---- - -fix session delete diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index c504daa..5fd5e5f 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @svelte-dev/auth +## 1.1.2 + +### Patch Changes + +- [`eaf936e`](https://github.com/willin/svelte-turbo/commit/eaf936e7758d33e54898da0e1121846e3f2d6e3a) Thanks [@willin](https://github.com/willin)! - fix session delete + ## 1.1.1 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 90ade35..7b37016 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@svelte-dev/auth", - "version": "1.1.1", + "version": "1.1.2", "description": "Simple Authentication for Svelte", "author": "Willin Wang (https://willin.wang/)", "keywords": [ diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index c2c362d..8e1fd23 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # @svelte-dev/i18n +## 1.0.1 + +### Patch Changes + +- [`eaf936e`](https://github.com/willin/svelte-turbo/commit/eaf936e7758d33e54898da0e1121846e3f2d6e3a) Thanks [@willin](https://github.com/willin)! - fix session delete + ## 1.0.0 ### Major Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 8c461c9..357e102 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@svelte-dev/i18n", - "version": "1.0.0", + "version": "1.0.1", "description": "Internationalization library for Svelte", "author": "Willin Wang (https://willin.wang/)", "keywords": [ diff --git a/packages/session/CHANGELOG.md b/packages/session/CHANGELOG.md index b162f78..aece3f2 100644 --- a/packages/session/CHANGELOG.md +++ b/packages/session/CHANGELOG.md @@ -1,5 +1,11 @@ # @svelte-dev/session +## 1.1.2 + +### Patch Changes + +- [`eaf936e`](https://github.com/willin/svelte-turbo/commit/eaf936e7758d33e54898da0e1121846e3f2d6e3a) Thanks [@willin](https://github.com/willin)! - fix session delete + ## 1.1.1 ### Patch Changes diff --git a/packages/session/package.json b/packages/session/package.json index 4358e8c..b22262d 100644 --- a/packages/session/package.json +++ b/packages/session/package.json @@ -1,6 +1,6 @@ { "name": "@svelte-dev/session", - "version": "1.1.1", + "version": "1.1.2", "description": "Simple Session Storage Management for Svelte", "author": "Willin Wang (https://willin.wang/)", "keywords": [