Skip to content

Commit

Permalink
ci(changesets): version packages (#41)
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 May 28, 2023
1 parent 2f2646d commit 624ee9a
Show file tree
Hide file tree
Showing 13 changed files with 102 additions and 20 deletions.
14 changes: 0 additions & 14 deletions .changeset/large-rockets-drum.md

This file was deleted.

20 changes: 20 additions & 0 deletions examples/next-ts-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# next-ts-example

## 0.2.0

### Minor Changes

- [#39](https://github.com/OutpostHQ/jengaicons/pull/39)
[`2f2646d9`](https://github.com/OutpostHQ/jengaicons/commit/2f2646d9941e4ce4cad9e8a03e8cc86cf39b2e7e)
Thanks [@sahilshahane](https://github.com/sahilshahane)! - - added
`currentColor`
- added `jengaIconFill` and `jengaIconCommon` Props
- example update for `currentColor`
- upgrade dependencies
- added doc for context provider

### Patch Changes

- Updated dependencies
[[`2f2646d9`](https://github.com/OutpostHQ/jengaicons/commit/2f2646d9941e4ce4cad9e8a03e8cc86cf39b2e7e)]:
- @jengaicons/react@0.6.0
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.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
14 changes: 14 additions & 0 deletions packages/jengaicons-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @jengaicons/react

## 0.6.0

### Minor Changes

- [#39](https://github.com/OutpostHQ/jengaicons/pull/39)
[`2f2646d9`](https://github.com/OutpostHQ/jengaicons/commit/2f2646d9941e4ce4cad9e8a03e8cc86cf39b2e7e)
Thanks [@sahilshahane](https://github.com/sahilshahane)! - - added
`currentColor`
- added `jengaIconFill` and `jengaIconCommon` Props
- example update for `currentColor`
- upgrade dependencies
- added doc for context provider
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.5.0",
"version": "0.6.0",
"keywords": [
"jenga-icons",
"react-icons",
Expand Down
14 changes: 14 additions & 0 deletions scripts/ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# scripts-ci

## 1.1.0

### Minor Changes

- [#39](https://github.com/OutpostHQ/jengaicons/pull/39)
[`2f2646d9`](https://github.com/OutpostHQ/jengaicons/commit/2f2646d9941e4ce4cad9e8a03e8cc86cf39b2e7e)
Thanks [@sahilshahane](https://github.com/sahilshahane)! - - added
`currentColor`
- added `jengaIconFill` and `jengaIconCommon` Props
- example update for `currentColor`
- upgrade dependencies
- added doc for context provider
2 changes: 1 addition & 1 deletion scripts/ci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scripts-ci",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"private": true,
Expand Down
14 changes: 14 additions & 0 deletions scripts/generate-jengaicons-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# generate-jengaicons-react

## 1.1.0

### Minor Changes

- [#39](https://github.com/OutpostHQ/jengaicons/pull/39)
[`2f2646d9`](https://github.com/OutpostHQ/jengaicons/commit/2f2646d9941e4ce4cad9e8a03e8cc86cf39b2e7e)
Thanks [@sahilshahane](https://github.com/sahilshahane)! - - added
`currentColor`
- added `jengaIconFill` and `jengaIconCommon` Props
- example update for `currentColor`
- upgrade dependencies
- added doc for context provider
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.0.0",
"version": "1.1.0",
"description": "",
"main": "index.ts",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions scripts/generate-optimized/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# generate-optimized

## 1.1.0

### Minor Changes

- [#39](https://github.com/OutpostHQ/jengaicons/pull/39)
[`2f2646d9`](https://github.com/OutpostHQ/jengaicons/commit/2f2646d9941e4ce4cad9e8a03e8cc86cf39b2e7e)
Thanks [@sahilshahane](https://github.com/sahilshahane)! - - added
`currentColor`
- added `jengaIconFill` and `jengaIconCommon` Props
- example update for `currentColor`
- upgrade dependencies
- added doc for context provider
2 changes: 1 addition & 1 deletion scripts/generate-optimized/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generate-optimized",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
20 changes: 20 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# jengaicon-website

## 0.2.0

### Minor Changes

- [#39](https://github.com/OutpostHQ/jengaicons/pull/39)
[`2f2646d9`](https://github.com/OutpostHQ/jengaicons/commit/2f2646d9941e4ce4cad9e8a03e8cc86cf39b2e7e)
Thanks [@sahilshahane](https://github.com/sahilshahane)! - - added
`currentColor`
- added `jengaIconFill` and `jengaIconCommon` Props
- example update for `currentColor`
- upgrade dependencies
- added doc for context provider

### Patch Changes

- Updated dependencies
[[`2f2646d9`](https://github.com/OutpostHQ/jengaicons/commit/2f2646d9941e4ce4cad9e8a03e8cc86cf39b2e7e)]:
- @jengaicons/react@0.6.0
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jengaicon-website",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 624ee9a

Please sign in to comment.