Skip to content

Commit

Permalink
ci(changesets): version packages (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Shubham Kaushalzzz <[email protected]>
  • Loading branch information
github-actions[bot] and shubham-kaushal authored Sep 11, 2023
1 parent 1ab1e5d commit a214426
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-lemons-fix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gorgeous-berries-smash.md

This file was deleted.

16 changes: 16 additions & 0 deletions examples/next-ts-app-dir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/next-ts-app-dir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-ts-app-dir",
"version": "0.1.3",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions examples/next-ts-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/next-ts-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-ts-example",
"version": "0.2.5",
"version": "0.2.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions examples/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions packages/jengaicons-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/jengaicons-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jengaicons/react",
"version": "0.11.0",
"version": "1.0.0",
"keywords": [
"jenga-icons",
"react-icons",
Expand Down
9 changes: 9 additions & 0 deletions scripts/generate-jengaicons-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-jengaicons-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generate-jengaicons-react",
"private": true,
"version": "1.1.0",
"version": "2.0.0",
"description": "",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit a214426

Please sign in to comment.