diff --git a/.changeset/green-wasps-follow.md b/.changeset/green-wasps-follow.md deleted file mode 100644 index 467c314e..00000000 --- a/.changeset/green-wasps-follow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": minor ---- - -docs: add docs for the cli specifically diff --git a/.changeset/two-regions-dig.md b/.changeset/two-regions-dig.md deleted file mode 100644 index 991ca5ff..00000000 --- a/.changeset/two-regions-dig.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webtools-cli": patch ---- - -chore: enable the license setup in the cli diff --git a/.changeset/wide-lies-enter.md b/.changeset/wide-lies-enter.md deleted file mode 100644 index 1fc73cc6..00000000 --- a/.changeset/wide-lies-enter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": minor ---- - -docs: add docs for the Links addon, Redirects addon and enhance the docs in general diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d7ba48db..bcedd9ac 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # webtools-cli +## 1.1.1 + +### Patch Changes + +- [`7ff239e`](https://github.com/pluginpal/strapi-webtools/commit/7ff239e78c7102e375afc711fb9b9af52c674c1e) Thanks [@boazpoolman](https://github.com/boazpoolman)! - chore: enable the license setup in the cli + ## 1.1.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index d44dc1f8..ac1b1bfa 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "webtools-cli", - "version": "1.1.0", + "version": "1.1.1", "description": "CLI installer for Strapi Webtools", "exports": { ".": { diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 6a0c4466..db62db09 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # docs +## 1.2.0 + +### Minor Changes + +- [#321](https://github.com/pluginpal/strapi-webtools/pull/321) [`1244f7d`](https://github.com/pluginpal/strapi-webtools/commit/1244f7d1e6ea61d2c72e0fa656fa6a438bd8f017) Thanks [@MSACC](https://github.com/MSACC)! - docs: add docs for the cli specifically + +- [#321](https://github.com/pluginpal/strapi-webtools/pull/321) [`07ca757`](https://github.com/pluginpal/strapi-webtools/commit/07ca757d513d73d45f9bc3b21c9cff59e4193eb6) Thanks [@MSACC](https://github.com/MSACC)! - docs: add docs for the Links addon, Redirects addon and enhance the docs in general + ## 1.1.3 ### Patch Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index eff6d150..e5709e09 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.1.3", + "version": "1.2.0", "private": true, "scripts": { "docusaurus": "docusaurus",