From a214426900b47f24bed3fa7c32308cee7e55f8e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:11:17 +0530 Subject: [PATCH] ci(changesets): version packages (#58) Co-authored-by: Shubham Kaushalzzz --- .changeset/chilled-lemons-fix.md | 5 ----- .changeset/gorgeous-berries-smash.md | 7 ------- examples/next-ts-app-dir/CHANGELOG.md | 16 ++++++++++++++++ examples/next-ts-app-dir/package.json | 2 +- examples/next-ts-example/CHANGELOG.md | 9 +++++++++ examples/next-ts-example/package.json | 2 +- examples/remix/CHANGELOG.md | 9 +++++++++ packages/jengaicons-react/CHANGELOG.md | 16 ++++++++++++++++ packages/jengaicons-react/package.json | 2 +- scripts/generate-jengaicons-react/CHANGELOG.md | 9 +++++++++ scripts/generate-jengaicons-react/package.json | 2 +- 11 files changed, 63 insertions(+), 16 deletions(-) delete mode 100644 .changeset/chilled-lemons-fix.md delete mode 100644 .changeset/gorgeous-berries-smash.md diff --git a/.changeset/chilled-lemons-fix.md b/.changeset/chilled-lemons-fix.md deleted file mode 100644 index 13c827b4c..000000000 --- a/.changeset/chilled-lemons-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jengaicons/react": minor ---- - -fixed nextjs modularized imports diff --git a/.changeset/gorgeous-berries-smash.md b/.changeset/gorgeous-berries-smash.md deleted file mode 100644 index 796dafd4d..000000000 --- a/.changeset/gorgeous-berries-smash.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"generate-jengaicons-react": major -"@jengaicons/react": major -"next-ts-app-dir": minor ---- - -fix/nextjs imports diff --git a/examples/next-ts-app-dir/CHANGELOG.md b/examples/next-ts-app-dir/CHANGELOG.md index 6a92dea02..1cce54714 100644 --- a/examples/next-ts-app-dir/CHANGELOG.md +++ b/examples/next-ts-app-dir/CHANGELOG.md @@ -1,5 +1,21 @@ # next-ts-app-dir +## 0.2.0 + +### Minor Changes + +- [#57](https://github.com/OutpostHQ/jengaicons/pull/57) + [`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - fix/nextjs + imports + +### Patch Changes + +- Updated dependencies + [[`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241), + [`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241)]: + - @jengaicons/react@1.0.0 + ## 0.1.3 ### Patch Changes diff --git a/examples/next-ts-app-dir/package.json b/examples/next-ts-app-dir/package.json index 38151d0b4..ab3547f57 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.1.3", + "version": "0.2.0", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/next-ts-example/CHANGELOG.md b/examples/next-ts-example/CHANGELOG.md index 0f75c35e6..7d9fdb79b 100644 --- a/examples/next-ts-example/CHANGELOG.md +++ b/examples/next-ts-example/CHANGELOG.md @@ -1,5 +1,14 @@ # next-ts-example +## 0.2.6 + +### Patch Changes + +- Updated dependencies + [[`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241), + [`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241)]: + - @jengaicons/react@1.0.0 + ## 0.2.5 ### Patch Changes diff --git a/examples/next-ts-example/package.json b/examples/next-ts-example/package.json index 9e7e8e7f3..622cc421c 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.5", + "version": "0.2.6", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/remix/CHANGELOG.md b/examples/remix/CHANGELOG.md index a4966d0c3..8d29483b0 100644 --- a/examples/remix/CHANGELOG.md +++ b/examples/remix/CHANGELOG.md @@ -4,6 +4,15 @@ ### Patch Changes +- Updated dependencies + [[`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241), + [`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241)]: + - @jengaicons/react@1.0.0 + +## null + +### Patch Changes + - Updated dependencies [[`4157d6c9`](https://github.com/OutpostHQ/jengaicons/commit/4157d6c9b27b44062d8593a4af086aaa8b8dbfc2)]: - @jengaicons/react@0.11.0 diff --git a/packages/jengaicons-react/CHANGELOG.md b/packages/jengaicons-react/CHANGELOG.md index 2abfcc86e..606c96011 100644 --- a/packages/jengaicons-react/CHANGELOG.md +++ b/packages/jengaicons-react/CHANGELOG.md @@ -1,5 +1,21 @@ # @jengaicons/react +## 1.0.0 + +### Major Changes + +- [#57](https://github.com/OutpostHQ/jengaicons/pull/57) + [`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - fix/nextjs + imports + +### Minor Changes + +- [#57](https://github.com/OutpostHQ/jengaicons/pull/57) + [`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - fixed nextjs + modularized imports + ## 0.11.0 ### Minor Changes diff --git a/packages/jengaicons-react/package.json b/packages/jengaicons-react/package.json index 64d1059ca..c819fd890 100644 --- a/packages/jengaicons-react/package.json +++ b/packages/jengaicons-react/package.json @@ -1,6 +1,6 @@ { "name": "@jengaicons/react", - "version": "0.11.0", + "version": "1.0.0", "keywords": [ "jenga-icons", "react-icons", diff --git a/scripts/generate-jengaicons-react/CHANGELOG.md b/scripts/generate-jengaicons-react/CHANGELOG.md index 0434cdd70..ebde5cdb0 100644 --- a/scripts/generate-jengaicons-react/CHANGELOG.md +++ b/scripts/generate-jengaicons-react/CHANGELOG.md @@ -1,5 +1,14 @@ # generate-jengaicons-react +## 2.0.0 + +### Major Changes + +- [#57](https://github.com/OutpostHQ/jengaicons/pull/57) + [`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - fix/nextjs + imports + ## 1.1.0 ### Minor Changes diff --git a/scripts/generate-jengaicons-react/package.json b/scripts/generate-jengaicons-react/package.json index 2b4059601..c606d50a4 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": "1.1.0", + "version": "2.0.0", "description": "", "main": "index.ts", "scripts": {