Skip to content

Commit

Permalink
ci(releaser): bump packages versions and update changelog for release…
Browse files Browse the repository at this point in the history
…-v0.2.4
  • Loading branch information
Astronaut committed May 17, 2024
1 parent d88c2d7 commit 339fa2b
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 18 deletions.
14 changes: 7 additions & 7 deletions .versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"rocketclimb-icons": "0.2.5",
"core": "0.2.2",
"generator": "0.2.2",
"icons": "0.2.3-alpha",
"ignition": "0.2.3",
"rocketclimb-icons": "0.3.0",
"core": "0.2.3",
"generator": "0.2.3",
"icons": "0.2.4-alpha",
"ignition": "0.3.0",
"tailwind": "0.2.1",
"hash": "134a6d040895dfab47947aa08d3a1a4d"
}
"hash": "bac5c2b255e3e6ad9ecb874e2c393415"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.3.0](https://github.com/rocketclimb/rocketicons/compare/v0.2.4-release...v0.3.0) (2024-05-17)

### Features

- basic playground [[ignition](./packages/ignition/CHANGELOG.md)] ([97c108e0](https://github.com/rocketclimb/rocketicons/commit/97c108e0c4375e2f67de20ee1b7959c8f852a472))

### Bug Fixes

- seo improvements [[ignition](./packages/ignition/CHANGELOG.md)] ([78c70062](https://github.com/rocketclimb/rocketicons/commit/78c700629608fd81c707f4dffcf5251fb219ac15))
- layout issues on mobile and small screens [[ignition](./packages/ignition/CHANGELOG.md)] ([d3d05ed3](https://github.com/rocketclimb/rocketicons/commit/d3d05ed32d5114a1290ad51d19c4b1be0fbc96fe))

## [0.2.5](https://github.com/rocketclimb/rocketicons/compare/v0.2.3-release...v0.2.4) (2024-05-09)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocketclimb-icons",
"version": "0.5.0",
"version": "0.3.0",
"description": "React / React Native powered by tailwind",
"keywords": [
"icons",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.2.3](https://github.com/rocketclimb/rocketicons/compare/v0.2.4-release...v0.3.0) (2024-05-17)

## [0.2.2](https://github.com/rocketclimb/rocketicons/compare/v0.2.3-release...v0.2.4) (2024-05-09)

- No significant changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocketicons/core",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"main": "./dist/index.js",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.2.3](https://github.com/rocketclimb/rocketicons/compare/v0.2.4-release...v0.3.0) (2024-05-17)

## [0.2.2](https://github.com/rocketclimb/rocketicons/compare/v0.2.3-release...v0.2.4) (2024-05-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocketicons/generator",
"version": "0.2.5",
"version": "0.2.3",
"license": "MIT",
"main": "./dist/index.js",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.2.4-alpha](https://github.com/rocketclimb/rocketicons/compare/v0.2.4-release...v0.3.0) (2024-05-17)

## [0.2.3-alpha](https://github.com/rocketclimb/rocketicons/compare/v0.2.3-release...v0.2.4) (2024-05-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocketicons",
"version": "0.2.6-alpha",
"version": "0.2.4-alpha",
"description": "rocketicons is a React component system, for web and mobile, that provides a variety of collections with high-quality open-source icons for your projects. With the power of Tailwind.",
"license": "MIT",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/ignition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.3.0](https://github.com/rocketclimb/rocketicons/compare/v0.2.4-release...v0.3.0) (2024-05-17)

### Features

- basic playground ([97c108e0](https://github.com/rocketclimb/rocketicons/commit/97c108e0c4375e2f67de20ee1b7959c8f852a472))

### Bug Fixes

- seo improvements ([78c70062](https://github.com/rocketclimb/rocketicons/commit/78c700629608fd81c707f4dffcf5251fb219ac15))
- layout issues on mobile and small screens ([d3d05ed3](https://github.com/rocketclimb/rocketicons/commit/d3d05ed32d5114a1290ad51d19c4b1be0fbc96fe))

## [0.2.3](https://github.com/rocketclimb/rocketicons/compare/v0.2.3-release...v0.2.4) (2024-05-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ignition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ignition",
"version": "0.5.0",
"version": "0.3.0",
"private": true,
"scripts": {
"prebuild": "npm run prebuild:cc && npm run prebuild:gs",
Expand Down

0 comments on commit 339fa2b

Please sign in to comment.