Skip to content

Commit

Permalink
Merge pull request #141 from rocketclimb/release/20240626
Browse files Browse the repository at this point in the history
Promoting package out of beta
  • Loading branch information
programad authored Jun 26, 2024
2 parents 45da195 + b6b1272 commit 5bc9955
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"rocketclimb-icons": "0.4.0",
"rocketclimb-icons": "0.4.1",
"core": "0.2.5",
"generator": "0.2.4",
"icons": "0.2.7-beta",
"ignition": "0.4.0",
"icons": "0.2.7",
"ignition": "0.4.1",
"tailwind": "0.2.4",
"hash": "62f80d2ae0a61531e750d76c0a0246f6"
"hash": "9dc6d4fed6d2453ec5d9b97689621d71"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.4.1](https://github.com/rocketclimb/rocketicons/compare/v0.4.0-release...v0.4.1) (2024-06-26)

### Bug Fixes

- **icons** promoting package out of beta ([cf574c4f](https://github.com/rocketclimb/rocketicons/commit/cf574c4fce5478284c2d564f832a8c3dfdc2eccf))

## [0.4.0](https://github.com/rocketclimb/rocketicons/compare/v0.3.4-release...v0.4.0) (2024-06-10)

### Features
Expand Down
8 changes: 4 additions & 4 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.4.0",
"version": "0.4.1",
"description": "React / React Native powered by tailwind",
"keywords": [
"icons",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.2.7](https://github.com/rocketclimb/rocketicons/compare/v0.4.0-release...v0.4.1) (2024-06-26)

### Bug Fixes

- **icons** promoting package out of beta ([cf574c4f](https://github.com/rocketclimb/rocketicons/commit/cf574c4fce5478284c2d564f832a8c3dfdc2eccf))

## [0.2.7-beta](https://github.com/rocketclimb/rocketicons/compare/v0.3.4-release...v0.4.0) (2024-06-10)

## [0.2.6-alpha](https://github.com/rocketclimb/rocketicons/compare/v0.3.3...v0.3.4) (2024-05-25)
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.7-beta",
"version": "0.2.7",
"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
6 changes: 6 additions & 0 deletions packages/ignition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.4.1](https://github.com/rocketclimb/rocketicons/compare/v0.4.0-release...v0.4.1) (2024-06-26)

### Bug Fixes

- **icons** promoting package out of beta ([cf574c4f](https://github.com/rocketclimb/rocketicons/commit/cf574c4fce5478284c2d564f832a8c3dfdc2eccf))

## [0.4.0](https://github.com/rocketclimb/rocketicons/compare/v0.3.4-release...v0.4.0) (2024-06-10)

### Features
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.4.0",
"version": "0.4.1",
"private": true,
"scripts": {
"prebuild": "npm run prebuild:cc && npm run prebuild:gs",
Expand Down
1 change: 1 addition & 0 deletions packages/ignition/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"target": "es2022",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 5bc9955

Please sign in to comment.