Skip to content

Commit

Permalink
ci(changesets): version packages (#61)
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 20, 2023
1 parent 85abaf2 commit 1bd3f5d
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/strong-pants-act.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/next-ts-app-dir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions examples/next-ts-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.6",
"version": "0.2.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions examples/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]:
Expand Down
9 changes: 9 additions & 0 deletions packages/jengaicons-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "1.0.0",
"version": "1.1.0",
"keywords": [
"jenga-icons",
"react-icons",
Expand Down

0 comments on commit 1bd3f5d

Please sign in to comment.