From 1bd3f5dc898992c0b853adc80ac5972389df3946 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:17:42 +0530 Subject: [PATCH] ci(changesets): version packages (#61) Co-authored-by: Shubham Kaushalzzz --- .changeset/strong-pants-act.md | 5 ----- examples/next-ts-app-dir/CHANGELOG.md | 8 ++++++++ examples/next-ts-app-dir/package.json | 2 +- examples/next-ts-example/CHANGELOG.md | 8 ++++++++ examples/next-ts-example/package.json | 2 +- examples/remix/CHANGELOG.md | 8 ++++++++ packages/jengaicons-react/CHANGELOG.md | 9 +++++++++ packages/jengaicons-react/package.json | 2 +- 8 files changed, 36 insertions(+), 8 deletions(-) delete mode 100644 .changeset/strong-pants-act.md diff --git a/.changeset/strong-pants-act.md b/.changeset/strong-pants-act.md deleted file mode 100644 index 137648219..000000000 --- a/.changeset/strong-pants-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jengaicons/react": minor ---- - -fix: classname color not applying diff --git a/examples/next-ts-app-dir/CHANGELOG.md b/examples/next-ts-app-dir/CHANGELOG.md index 1cce54714..33cfed5e2 100644 --- a/examples/next-ts-app-dir/CHANGELOG.md +++ b/examples/next-ts-app-dir/CHANGELOG.md @@ -1,5 +1,13 @@ # next-ts-app-dir +## 0.2.1 + +### Patch Changes + +- Updated dependencies + [[`85abaf22`](https://github.com/OutpostHQ/jengaicons/commit/85abaf2279be25ba785a00794903761eaca30fa4)]: + - @jengaicons/react@1.1.0 + ## 0.2.0 ### Minor Changes diff --git a/examples/next-ts-app-dir/package.json b/examples/next-ts-app-dir/package.json index ab3547f57..bb4d870a0 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.0", + "version": "0.2.1", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/next-ts-example/CHANGELOG.md b/examples/next-ts-example/CHANGELOG.md index 7d9fdb79b..e3575f3f4 100644 --- a/examples/next-ts-example/CHANGELOG.md +++ b/examples/next-ts-example/CHANGELOG.md @@ -1,5 +1,13 @@ # next-ts-example +## 0.2.7 + +### Patch Changes + +- Updated dependencies + [[`85abaf22`](https://github.com/OutpostHQ/jengaicons/commit/85abaf2279be25ba785a00794903761eaca30fa4)]: + - @jengaicons/react@1.1.0 + ## 0.2.6 ### Patch Changes diff --git a/examples/next-ts-example/package.json b/examples/next-ts-example/package.json index 622cc421c..a8ff1dfc3 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.6", + "version": "0.2.7", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/remix/CHANGELOG.md b/examples/remix/CHANGELOG.md index 8d29483b0..365f2c208 100644 --- a/examples/remix/CHANGELOG.md +++ b/examples/remix/CHANGELOG.md @@ -4,6 +4,14 @@ ### Patch Changes +- Updated dependencies + [[`85abaf22`](https://github.com/OutpostHQ/jengaicons/commit/85abaf2279be25ba785a00794903761eaca30fa4)]: + - @jengaicons/react@1.1.0 + +## null + +### Patch Changes + - Updated dependencies [[`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241), [`1ab1e5d1`](https://github.com/OutpostHQ/jengaicons/commit/1ab1e5d17995209bb70ab0c234f4cf221f1ea241)]: diff --git a/packages/jengaicons-react/CHANGELOG.md b/packages/jengaicons-react/CHANGELOG.md index 606c96011..b17b66c74 100644 --- a/packages/jengaicons-react/CHANGELOG.md +++ b/packages/jengaicons-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @jengaicons/react +## 1.1.0 + +### Minor Changes + +- [#60](https://github.com/OutpostHQ/jengaicons/pull/60) + [`85abaf22`](https://github.com/OutpostHQ/jengaicons/commit/85abaf2279be25ba785a00794903761eaca30fa4) + Thanks [@sahilshahane](https://github.com/sahilshahane)! - fix: classname + color not applying + ## 1.0.0 ### Major Changes diff --git a/packages/jengaicons-react/package.json b/packages/jengaicons-react/package.json index c819fd890..6f3899c2e 100644 --- a/packages/jengaicons-react/package.json +++ b/packages/jengaicons-react/package.json @@ -1,6 +1,6 @@ { "name": "@jengaicons/react", - "version": "1.0.0", + "version": "1.1.0", "keywords": [ "jenga-icons", "react-icons",