From 796dbef05783f46fa98cae0ab798efc493b90032 Mon Sep 17 00:00:00 2001 From: Shubham Kaushal <63925481+shubham-kaushal@users.noreply.github.com> Date: Sat, 11 May 2024 17:22:08 +0530 Subject: [PATCH 1/2] update new minor version (#71) --- .changeset/neat-rocks-invite.md | 10 ++++++++++ assets/fill/Outpostlogo - Filled.svg | 2 +- assets/regular/Outpostlogo - Regular.svg | 2 +- optimized/fill/OutpostlogoFill.svg | 2 +- optimized/regular/Outpostlogo.svg | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .changeset/neat-rocks-invite.md diff --git a/.changeset/neat-rocks-invite.md b/.changeset/neat-rocks-invite.md new file mode 100644 index 000000000..10d6d04e3 --- /dev/null +++ b/.changeset/neat-rocks-invite.md @@ -0,0 +1,10 @@ +--- +"next-ts-app-dir": minor +"next-ts-example": minor +"@jengaicons/react": minor +"scripts-ci": minor +"generate-jengaicons-react": minor +"generate-optimized": minor +--- + +update outpost glyph icon diff --git a/assets/fill/Outpostlogo - Filled.svg b/assets/fill/Outpostlogo - Filled.svg index e279efbf9..3b11674c8 100644 --- a/assets/fill/Outpostlogo - Filled.svg +++ b/assets/fill/Outpostlogo - Filled.svg @@ -1,6 +1,6 @@ - + diff --git a/assets/regular/Outpostlogo - Regular.svg b/assets/regular/Outpostlogo - Regular.svg index d04530223..9ebd78514 100644 --- a/assets/regular/Outpostlogo - Regular.svg +++ b/assets/regular/Outpostlogo - Regular.svg @@ -1,6 +1,6 @@ - + diff --git a/optimized/fill/OutpostlogoFill.svg b/optimized/fill/OutpostlogoFill.svg index 79fdb53ac..a5e713b3a 100644 --- a/optimized/fill/OutpostlogoFill.svg +++ b/optimized/fill/OutpostlogoFill.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/optimized/regular/Outpostlogo.svg b/optimized/regular/Outpostlogo.svg index 65ecae2bd..accbacb64 100644 --- a/optimized/regular/Outpostlogo.svg +++ b/optimized/regular/Outpostlogo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 51e97aeacefa75079729f37780de4a9b048bb812 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 17:26:07 +0530 Subject: [PATCH 2/2] ci(changesets): version packages (#72) Co-authored-by: Shubham Kaushalzzz --- .changeset/neat-rocks-invite.md | 10 ---------- examples/next-ts-app-dir/CHANGELOG.md | 15 +++++++++++++++ examples/next-ts-app-dir/package.json | 2 +- examples/next-ts-example/CHANGELOG.md | 15 +++++++++++++++ examples/next-ts-example/package.json | 2 +- examples/remix/CHANGELOG.md | 8 ++++++++ packages/jengaicons-react/CHANGELOG.md | 9 +++++++++ packages/jengaicons-react/package.json | 2 +- scripts/ci/CHANGELOG.md | 9 +++++++++ scripts/ci/package.json | 2 +- scripts/generate-jengaicons-react/CHANGELOG.md | 9 +++++++++ scripts/generate-jengaicons-react/package.json | 2 +- scripts/generate-optimized/CHANGELOG.md | 9 +++++++++ scripts/generate-optimized/package.json | 2 +- 14 files changed, 80 insertions(+), 16 deletions(-) delete mode 100644 .changeset/neat-rocks-invite.md diff --git a/.changeset/neat-rocks-invite.md b/.changeset/neat-rocks-invite.md deleted file mode 100644 index 10d6d04e3..000000000 --- a/.changeset/neat-rocks-invite.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"next-ts-app-dir": minor -"next-ts-example": minor -"@jengaicons/react": minor -"scripts-ci": minor -"generate-jengaicons-react": minor -"generate-optimized": minor ---- - -update outpost glyph icon diff --git a/examples/next-ts-app-dir/CHANGELOG.md b/examples/next-ts-app-dir/CHANGELOG.md index 73a8ef784..74632c6e4 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.5.0 + +### Minor Changes + +- [#71](https://github.com/outpostHQ/jengaicons/pull/71) + [`796dbef0`](https://github.com/outpostHQ/jengaicons/commit/796dbef05783f46fa98cae0ab798efc493b90032) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - update + outpost glyph icon + +### Patch Changes + +- Updated dependencies + [[`796dbef0`](https://github.com/outpostHQ/jengaicons/commit/796dbef05783f46fa98cae0ab798efc493b90032)]: + - @jengaicons/react@1.6.0 + ## 0.4.0 ### Minor Changes diff --git a/examples/next-ts-app-dir/package.json b/examples/next-ts-app-dir/package.json index 47bb58772..ff9b73d26 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.4.0", + "version": "0.5.0", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/next-ts-example/CHANGELOG.md b/examples/next-ts-example/CHANGELOG.md index ba169d7d9..449e4dfbc 100644 --- a/examples/next-ts-example/CHANGELOG.md +++ b/examples/next-ts-example/CHANGELOG.md @@ -1,5 +1,20 @@ # next-ts-example +## 0.5.0 + +### Minor Changes + +- [#71](https://github.com/outpostHQ/jengaicons/pull/71) + [`796dbef0`](https://github.com/outpostHQ/jengaicons/commit/796dbef05783f46fa98cae0ab798efc493b90032) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - update + outpost glyph icon + +### Patch Changes + +- Updated dependencies + [[`796dbef0`](https://github.com/outpostHQ/jengaicons/commit/796dbef05783f46fa98cae0ab798efc493b90032)]: + - @jengaicons/react@1.6.0 + ## 0.4.0 ### Minor Changes diff --git a/examples/next-ts-example/package.json b/examples/next-ts-example/package.json index f19683327..39b44fd62 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.4.0", + "version": "0.5.0", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/remix/CHANGELOG.md b/examples/remix/CHANGELOG.md index 9f5434001..ea4d1f298 100644 --- a/examples/remix/CHANGELOG.md +++ b/examples/remix/CHANGELOG.md @@ -4,6 +4,14 @@ ### Patch Changes +- Updated dependencies + [[`796dbef0`](https://github.com/outpostHQ/jengaicons/commit/796dbef05783f46fa98cae0ab798efc493b90032)]: + - @jengaicons/react@1.6.0 + +## null + +### Patch Changes + - Updated dependencies [[`d8272459`](https://github.com/outpostHQ/jengaicons/commit/d82724599949552ca3b514d66f77ed41aec1a4f2)]: - @jengaicons/react@1.5.0 diff --git a/packages/jengaicons-react/CHANGELOG.md b/packages/jengaicons-react/CHANGELOG.md index d3ac938db..276a7ad81 100644 --- a/packages/jengaicons-react/CHANGELOG.md +++ b/packages/jengaicons-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @jengaicons/react +## 1.6.0 + +### Minor Changes + +- [#71](https://github.com/outpostHQ/jengaicons/pull/71) + [`796dbef0`](https://github.com/outpostHQ/jengaicons/commit/796dbef05783f46fa98cae0ab798efc493b90032) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - update + outpost glyph icon + ## 1.5.0 ### Minor Changes diff --git a/packages/jengaicons-react/package.json b/packages/jengaicons-react/package.json index 6865f2bed..4b3c22757 100644 --- a/packages/jengaicons-react/package.json +++ b/packages/jengaicons-react/package.json @@ -1,6 +1,6 @@ { "name": "@jengaicons/react", - "version": "1.5.0", + "version": "1.6.0", "keywords": [ "jenga-icons", "react-icons", diff --git a/scripts/ci/CHANGELOG.md b/scripts/ci/CHANGELOG.md index 03271ae6a..e921e8322 100644 --- a/scripts/ci/CHANGELOG.md +++ b/scripts/ci/CHANGELOG.md @@ -1,5 +1,14 @@ # scripts-ci +## 1.4.0 + +### Minor Changes + +- [#71](https://github.com/outpostHQ/jengaicons/pull/71) + [`796dbef0`](https://github.com/outpostHQ/jengaicons/commit/796dbef05783f46fa98cae0ab798efc493b90032) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - update + outpost glyph icon + ## 1.3.0 ### Minor Changes diff --git a/scripts/ci/package.json b/scripts/ci/package.json index 861bbbc2d..d29df47f2 100644 --- a/scripts/ci/package.json +++ b/scripts/ci/package.json @@ -1,6 +1,6 @@ { "name": "scripts-ci", - "version": "1.3.0", + "version": "1.4.0", "description": "", "main": "index.js", "private": true, diff --git a/scripts/generate-jengaicons-react/CHANGELOG.md b/scripts/generate-jengaicons-react/CHANGELOG.md index 973613f94..a962eb84b 100644 --- a/scripts/generate-jengaicons-react/CHANGELOG.md +++ b/scripts/generate-jengaicons-react/CHANGELOG.md @@ -1,5 +1,14 @@ # generate-jengaicons-react +## 2.3.0 + +### Minor Changes + +- [#71](https://github.com/outpostHQ/jengaicons/pull/71) + [`796dbef0`](https://github.com/outpostHQ/jengaicons/commit/796dbef05783f46fa98cae0ab798efc493b90032) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - update + outpost glyph icon + ## 2.2.0 ### Minor Changes diff --git a/scripts/generate-jengaicons-react/package.json b/scripts/generate-jengaicons-react/package.json index 8f933c357..0df77a5b8 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.2.0", + "version": "2.3.0", "description": "", "main": "index.ts", "scripts": { diff --git a/scripts/generate-optimized/CHANGELOG.md b/scripts/generate-optimized/CHANGELOG.md index 329ddf55d..c52b728ca 100644 --- a/scripts/generate-optimized/CHANGELOG.md +++ b/scripts/generate-optimized/CHANGELOG.md @@ -1,5 +1,14 @@ # generate-optimized +## 1.4.0 + +### Minor Changes + +- [#71](https://github.com/outpostHQ/jengaicons/pull/71) + [`796dbef0`](https://github.com/outpostHQ/jengaicons/commit/796dbef05783f46fa98cae0ab798efc493b90032) + Thanks [@shubham-kaushal](https://github.com/shubham-kaushal)! - update + outpost glyph icon + ## 1.3.0 ### Minor Changes diff --git a/scripts/generate-optimized/package.json b/scripts/generate-optimized/package.json index 033f7da20..9c779d548 100644 --- a/scripts/generate-optimized/package.json +++ b/scripts/generate-optimized/package.json @@ -1,7 +1,7 @@ { "name": "generate-optimized", "private": true, - "version": "1.3.0", + "version": "1.4.0", "description": "", "main": "index.js", "scripts": {