Skip to content

Commit

Permalink
ci(changesets): version packages (#55)
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 4157d6c commit 378a611
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-yaks-sneeze.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.1.3

### Patch Changes

- Updated dependencies
[[`4157d6c9`](https://github.com/OutpostHQ/jengaicons/commit/4157d6c9b27b44062d8593a4af086aaa8b8dbfc2)]:
- @jengaicons/react@0.11.0

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.5

### Patch Changes

- Updated dependencies
[[`4157d6c9`](https://github.com/OutpostHQ/jengaicons/commit/4157d6c9b27b44062d8593a4af086aaa8b8dbfc2)]:
- @jengaicons/react@0.11.0

## 0.2.4

### 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.4",
"version": "0.2.5",
"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
[[`4157d6c9`](https://github.com/OutpostHQ/jengaicons/commit/4157d6c9b27b44062d8593a4af086aaa8b8dbfc2)]:
- @jengaicons/react@0.11.0

## null

### Patch Changes

- Updated dependencies
[[`f8c68282`](https://github.com/OutpostHQ/jengaicons/commit/f8c68282cc5eb4cc90b4f9f5e77b773509604158)]:
- @jengaicons/react@0.10.0
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

## 0.11.0

### Minor Changes

- [#54](https://github.com/OutpostHQ/jengaicons/pull/54)
[`4157d6c9`](https://github.com/OutpostHQ/jengaicons/commit/4157d6c9b27b44062d8593a4af086aaa8b8dbfc2)
Thanks [@sahilshahane](https://github.com/sahilshahane)! - all svg props can
be passed to root svg element

## 0.10.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.10.0",
"version": "0.11.0",
"keywords": [
"jenga-icons",
"react-icons",
Expand Down

0 comments on commit 378a611

Please sign in to comment.