diff --git a/.changeset/plain-states-reply.md b/.changeset/plain-states-reply.md deleted file mode 100644 index 216722ca..00000000 --- a/.changeset/plain-states-reply.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"strapi-plugin-webtools": minor -"docs": patch ---- - -feat: unique aliases per locale diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cca12ea7..5d987cb0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # core +## 1.5.0 + +### Minor Changes + +- [#291](https://github.com/pluginpal/strapi-webtools/pull/291) [`fce4edd`](https://github.com/pluginpal/strapi-webtools/commit/fce4edd0fecb5d1bf9c4aba43d1b7c61a34ca2b9) Thanks [@jorrit](https://github.com/jorrit)! - feat: unique aliases per locale + ## 1.4.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1323c7b3..cb7ba0b6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-webtools", - "version": "1.4.4", + "version": "1.5.0", "description": "Everything you need to build a website with Strapi CMS", "strapi": { "name": "webtools", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index a000893d..fbb55d8f 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # docs +## 1.1.2 + +### Patch Changes + +- [#291](https://github.com/pluginpal/strapi-webtools/pull/291) [`fce4edd`](https://github.com/pluginpal/strapi-webtools/commit/fce4edd0fecb5d1bf9c4aba43d1b7c61a34ca2b9) Thanks [@jorrit](https://github.com/jorrit)! - feat: unique aliases per locale + ## 1.1.1 ### Patch Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index e90339e2..dddc75f7 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "docusaurus": "docusaurus",