diff --git a/.changeset/wicked-adults-agree.md b/.changeset/wicked-adults-agree.md deleted file mode 100644 index 06f655f9d..000000000 --- a/.changeset/wicked-adults-agree.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@jengaicons/react": minor -"next-ts-app-dir": minor -"next-ts-example": minor -"scripts-ci": minor -"generate-jengaicons-react": minor -"generate-optimized": minor ---- - -Add new set of icons diff --git a/examples/next-ts-app-dir/CHANGELOG.md b/examples/next-ts-app-dir/CHANGELOG.md index 357ee3c91..99dc2c614 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.3.0 + +### Minor Changes + +- [#66](https://github.com/outpostHQ/jengaicons/pull/66) + [`5c326981`](https://github.com/outpostHQ/jengaicons/commit/5c326981053fde23aa9978113523ab07a91e090e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - Add new set + of icons + +### Patch Changes + +- Updated dependencies + [[`5c326981`](https://github.com/outpostHQ/jengaicons/commit/5c326981053fde23aa9978113523ab07a91e090e)]: + - @jengaicons/react@1.4.0 + ## 0.2.3 ### Patch Changes diff --git a/examples/next-ts-app-dir/package.json b/examples/next-ts-app-dir/package.json index 6c156327b..94464b8bf 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.2.3", + "version": "0.3.0", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/next-ts-example/CHANGELOG.md b/examples/next-ts-example/CHANGELOG.md index 35bbc5c12..f27410544 100644 --- a/examples/next-ts-example/CHANGELOG.md +++ b/examples/next-ts-example/CHANGELOG.md @@ -1,5 +1,20 @@ # next-ts-example +## 0.3.0 + +### Minor Changes + +- [#66](https://github.com/outpostHQ/jengaicons/pull/66) + [`5c326981`](https://github.com/outpostHQ/jengaicons/commit/5c326981053fde23aa9978113523ab07a91e090e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - Add new set + of icons + +### Patch Changes + +- Updated dependencies + [[`5c326981`](https://github.com/outpostHQ/jengaicons/commit/5c326981053fde23aa9978113523ab07a91e090e)]: + - @jengaicons/react@1.4.0 + ## 0.2.9 ### Patch Changes diff --git a/examples/next-ts-example/package.json b/examples/next-ts-example/package.json index e4c3664e8..b38c744bb 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.2.9", + "version": "0.3.0", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/remix/CHANGELOG.md b/examples/remix/CHANGELOG.md index 9d9b4c5a4..9dc56d632 100644 --- a/examples/remix/CHANGELOG.md +++ b/examples/remix/CHANGELOG.md @@ -4,6 +4,14 @@ ### Patch Changes +- Updated dependencies + [[`5c326981`](https://github.com/outpostHQ/jengaicons/commit/5c326981053fde23aa9978113523ab07a91e090e)]: + - @jengaicons/react@1.4.0 + +## null + +### Patch Changes + - Updated dependencies [[`0eab80f4`](https://github.com/outpostHQ/jengaicons/commit/0eab80f4c05883ea05792fb4c2fcb666aef077af)]: - @jengaicons/react@1.3.0 diff --git a/packages/jengaicons-react/CHANGELOG.md b/packages/jengaicons-react/CHANGELOG.md index 82aca5e03..5d900a683 100644 --- a/packages/jengaicons-react/CHANGELOG.md +++ b/packages/jengaicons-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @jengaicons/react +## 1.4.0 + +### Minor Changes + +- [#66](https://github.com/outpostHQ/jengaicons/pull/66) + [`5c326981`](https://github.com/outpostHQ/jengaicons/commit/5c326981053fde23aa9978113523ab07a91e090e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - Add new set + of icons + ## 1.3.0 ### Minor Changes diff --git a/packages/jengaicons-react/package.json b/packages/jengaicons-react/package.json index 78b4893c7..cfcf86fd2 100644 --- a/packages/jengaicons-react/package.json +++ b/packages/jengaicons-react/package.json @@ -1,6 +1,6 @@ { "name": "@jengaicons/react", - "version": "1.3.0", + "version": "1.4.0", "keywords": [ "jenga-icons", "react-icons", diff --git a/scripts/ci/CHANGELOG.md b/scripts/ci/CHANGELOG.md index 1ad5dc397..f28aba9cb 100644 --- a/scripts/ci/CHANGELOG.md +++ b/scripts/ci/CHANGELOG.md @@ -1,5 +1,14 @@ # scripts-ci +## 1.2.0 + +### Minor Changes + +- [#66](https://github.com/outpostHQ/jengaicons/pull/66) + [`5c326981`](https://github.com/outpostHQ/jengaicons/commit/5c326981053fde23aa9978113523ab07a91e090e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - Add new set + of icons + ## 1.1.0 ### Minor Changes diff --git a/scripts/ci/package.json b/scripts/ci/package.json index 0eda50526..062fcf492 100644 --- a/scripts/ci/package.json +++ b/scripts/ci/package.json @@ -1,6 +1,6 @@ { "name": "scripts-ci", - "version": "1.1.0", + "version": "1.2.0", "description": "", "main": "index.js", "private": true, diff --git a/scripts/generate-jengaicons-react/CHANGELOG.md b/scripts/generate-jengaicons-react/CHANGELOG.md index ebde5cdb0..e8168c46e 100644 --- a/scripts/generate-jengaicons-react/CHANGELOG.md +++ b/scripts/generate-jengaicons-react/CHANGELOG.md @@ -1,5 +1,14 @@ # generate-jengaicons-react +## 2.1.0 + +### Minor Changes + +- [#66](https://github.com/outpostHQ/jengaicons/pull/66) + [`5c326981`](https://github.com/outpostHQ/jengaicons/commit/5c326981053fde23aa9978113523ab07a91e090e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - Add new set + of icons + ## 2.0.0 ### Major Changes diff --git a/scripts/generate-jengaicons-react/package.json b/scripts/generate-jengaicons-react/package.json index c606d50a4..7afcdf7f8 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.0.0", + "version": "2.1.0", "description": "", "main": "index.ts", "scripts": { diff --git a/scripts/generate-optimized/CHANGELOG.md b/scripts/generate-optimized/CHANGELOG.md index b6ccfc7e5..fc99728a6 100644 --- a/scripts/generate-optimized/CHANGELOG.md +++ b/scripts/generate-optimized/CHANGELOG.md @@ -1,5 +1,14 @@ # generate-optimized +## 1.2.0 + +### Minor Changes + +- [#66](https://github.com/outpostHQ/jengaicons/pull/66) + [`5c326981`](https://github.com/outpostHQ/jengaicons/commit/5c326981053fde23aa9978113523ab07a91e090e) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - Add new set + of icons + ## 1.1.0 ### Minor Changes diff --git a/scripts/generate-optimized/package.json b/scripts/generate-optimized/package.json index 13491607e..d0c964670 100644 --- a/scripts/generate-optimized/package.json +++ b/scripts/generate-optimized/package.json @@ -1,7 +1,7 @@ { "name": "generate-optimized", "private": true, - "version": "1.1.0", + "version": "1.2.0", "description": "", "main": "index.js", "scripts": {