diff --git a/.changeset/cyan-zebras-march.md b/.changeset/cyan-zebras-march.md deleted file mode 100644 index 84eb84feb..000000000 --- a/.changeset/cyan-zebras-march.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"generate-jengaicons-react": minor -"generate-optimized": minor -"@jengaicons/react": minor -"next-ts-app-dir": minor -"next-ts-example": minor -"scripts-ci": minor ---- - -upgrade dependencies diff --git a/examples/next-ts-app-dir/CHANGELOG.md b/examples/next-ts-app-dir/CHANGELOG.md index 74632c6e4..2125e9c82 100644 --- a/examples/next-ts-app-dir/CHANGELOG.md +++ b/examples/next-ts-app-dir/CHANGELOG.md @@ -1,5 +1,20 @@ # next-ts-app-dir +## 0.6.0 + +### Minor Changes + +- [#73](https://github.com/outpostHQ/jengaicons/pull/73) + [`0867bd2`](https://github.com/outpostHQ/jengaicons/commit/0867bd25fc122f0cf178d890aa723d69c63e5a7e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - upgrade + dependencies + +### Patch Changes + +- Updated dependencies + [[`0867bd2`](https://github.com/outpostHQ/jengaicons/commit/0867bd25fc122f0cf178d890aa723d69c63e5a7e)]: + - @jengaicons/react@1.7.0 + ## 0.5.0 ### Minor Changes diff --git a/examples/next-ts-app-dir/package.json b/examples/next-ts-app-dir/package.json index e3b020a21..96ab0cf61 100644 --- a/examples/next-ts-app-dir/package.json +++ b/examples/next-ts-app-dir/package.json @@ -1,6 +1,6 @@ { "name": "next-ts-app-dir", - "version": "0.5.0", + "version": "0.6.0", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/next-ts-example/CHANGELOG.md b/examples/next-ts-example/CHANGELOG.md index 449e4dfbc..9374969d7 100644 --- a/examples/next-ts-example/CHANGELOG.md +++ b/examples/next-ts-example/CHANGELOG.md @@ -1,5 +1,20 @@ # next-ts-example +## 0.6.0 + +### Minor Changes + +- [#73](https://github.com/outpostHQ/jengaicons/pull/73) + [`0867bd2`](https://github.com/outpostHQ/jengaicons/commit/0867bd25fc122f0cf178d890aa723d69c63e5a7e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - upgrade + dependencies + +### Patch Changes + +- Updated dependencies + [[`0867bd2`](https://github.com/outpostHQ/jengaicons/commit/0867bd25fc122f0cf178d890aa723d69c63e5a7e)]: + - @jengaicons/react@1.7.0 + ## 0.5.0 ### Minor Changes diff --git a/examples/next-ts-example/package.json b/examples/next-ts-example/package.json index 74727136b..5ebab25d7 100644 --- a/examples/next-ts-example/package.json +++ b/examples/next-ts-example/package.json @@ -1,6 +1,6 @@ { "name": "next-ts-example", - "version": "0.5.0", + "version": "0.6.0", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/jengaicons-react/CHANGELOG.md b/packages/jengaicons-react/CHANGELOG.md index 276a7ad81..0419e7282 100644 --- a/packages/jengaicons-react/CHANGELOG.md +++ b/packages/jengaicons-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @jengaicons/react +## 1.7.0 + +### Minor Changes + +- [#73](https://github.com/outpostHQ/jengaicons/pull/73) + [`0867bd2`](https://github.com/outpostHQ/jengaicons/commit/0867bd25fc122f0cf178d890aa723d69c63e5a7e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - upgrade + dependencies + ## 1.6.0 ### Minor Changes diff --git a/packages/jengaicons-react/package.json b/packages/jengaicons-react/package.json index 72bda2256..ed867bec2 100644 --- a/packages/jengaicons-react/package.json +++ b/packages/jengaicons-react/package.json @@ -1,6 +1,6 @@ { "name": "@jengaicons/react", - "version": "1.6.0", + "version": "1.7.0", "keywords": [ "jenga-icons", "react-icons", diff --git a/scripts/ci/CHANGELOG.md b/scripts/ci/CHANGELOG.md index e921e8322..6a7eb8a42 100644 --- a/scripts/ci/CHANGELOG.md +++ b/scripts/ci/CHANGELOG.md @@ -1,5 +1,14 @@ # scripts-ci +## 1.5.0 + +### Minor Changes + +- [#73](https://github.com/outpostHQ/jengaicons/pull/73) + [`0867bd2`](https://github.com/outpostHQ/jengaicons/commit/0867bd25fc122f0cf178d890aa723d69c63e5a7e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - upgrade + dependencies + ## 1.4.0 ### Minor Changes diff --git a/scripts/ci/package.json b/scripts/ci/package.json index 733d227f9..dc7986234 100644 --- a/scripts/ci/package.json +++ b/scripts/ci/package.json @@ -1,6 +1,6 @@ { "name": "scripts-ci", - "version": "1.4.0", + "version": "1.5.0", "description": "", "main": "index.js", "private": true, diff --git a/scripts/generate-jengaicons-react/CHANGELOG.md b/scripts/generate-jengaicons-react/CHANGELOG.md index a962eb84b..eb9f139de 100644 --- a/scripts/generate-jengaicons-react/CHANGELOG.md +++ b/scripts/generate-jengaicons-react/CHANGELOG.md @@ -1,5 +1,14 @@ # generate-jengaicons-react +## 2.4.0 + +### Minor Changes + +- [#73](https://github.com/outpostHQ/jengaicons/pull/73) + [`0867bd2`](https://github.com/outpostHQ/jengaicons/commit/0867bd25fc122f0cf178d890aa723d69c63e5a7e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - upgrade + dependencies + ## 2.3.0 ### Minor Changes diff --git a/scripts/generate-jengaicons-react/package.json b/scripts/generate-jengaicons-react/package.json index 0092677b0..392608a6b 100644 --- a/scripts/generate-jengaicons-react/package.json +++ b/scripts/generate-jengaicons-react/package.json @@ -1,7 +1,7 @@ { "name": "generate-jengaicons-react", "private": true, - "version": "2.3.0", + "version": "2.4.0", "description": "", "main": "index.ts", "scripts": { diff --git a/scripts/generate-optimized/CHANGELOG.md b/scripts/generate-optimized/CHANGELOG.md index c52b728ca..930990aa0 100644 --- a/scripts/generate-optimized/CHANGELOG.md +++ b/scripts/generate-optimized/CHANGELOG.md @@ -1,5 +1,14 @@ # generate-optimized +## 1.5.0 + +### Minor Changes + +- [#73](https://github.com/outpostHQ/jengaicons/pull/73) + [`0867bd2`](https://github.com/outpostHQ/jengaicons/commit/0867bd25fc122f0cf178d890aa723d69c63e5a7e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - upgrade + dependencies + ## 1.4.0 ### Minor Changes diff --git a/scripts/generate-optimized/package.json b/scripts/generate-optimized/package.json index d5fb9faa7..aecb4120e 100644 --- a/scripts/generate-optimized/package.json +++ b/scripts/generate-optimized/package.json @@ -1,7 +1,7 @@ { "name": "generate-optimized", "private": true, - "version": "1.4.0", + "version": "1.5.0", "description": "", "main": "index.js", "scripts": {