From 339fa2b1bade29b96b344ca7615c3dfe10292d96 Mon Sep 17 00:00:00 2001 From: Astronaut Date: Fri, 17 May 2024 13:14:18 +0000 Subject: [PATCH] ci(releaser): bump packages versions and update changelog for release-v0.2.4 --- .versions.json | 14 +++++++------- CHANGELOG.md | 11 +++++++++++ package-lock.json | 12 ++++++------ package.json | 2 +- packages/core/CHANGELOG.md | 2 ++ packages/core/package.json | 2 +- packages/generator/CHANGELOG.md | 2 ++ packages/generator/package.json | 2 +- packages/icons/CHANGELOG.md | 2 ++ packages/icons/package.json | 2 +- packages/ignition/CHANGELOG.md | 11 +++++++++++ packages/ignition/package.json | 2 +- 12 files changed, 46 insertions(+), 18 deletions(-) diff --git a/.versions.json b/.versions.json index 91a0c4b14..52f85354d 100644 --- a/.versions.json +++ b/.versions.json @@ -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" +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d1bee56..0f6ad5672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 076683c3b..db96867cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rocketclimb-icons", - "version": "0.5.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rocketclimb-icons", - "version": "0.5.0", + "version": "0.3.0", "license": "MIT", "workspaces": [ "packages/core", @@ -21738,12 +21738,12 @@ }, "packages/core": { "name": "@rocketicons/core", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT" }, "packages/generator": { "name": "@rocketicons/generator", - "version": "0.2.5", + "version": "0.2.3", "license": "MIT", "devDependencies": { "@esm2cjs/p-queue": "7.3.0", @@ -21858,7 +21858,7 @@ }, "packages/icons": { "name": "rocketicons", - "version": "0.2.6-alpha", + "version": "0.2.4-alpha", "license": "MIT", "devDependencies": { "tailwindcss": ">=3" @@ -21873,7 +21873,7 @@ } }, "packages/ignition": { - "version": "0.5.0", + "version": "0.3.0", "dependencies": { "@mdx-js/loader": "^3.0.1", "@mdx-js/react": "^3.0.1", diff --git a/package.json b/package.json index 8ae269d0d..90e6d7a11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocketclimb-icons", - "version": "0.5.0", + "version": "0.3.0", "description": "React / React Native powered by tailwind", "keywords": [ "icons", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4d4561147..24c5ce1bb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 225284c44..28f8492f4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rocketicons/core", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "main": "./dist/index.js", "files": [ diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index 03609122a..d8059685d 100644 --- a/packages/generator/CHANGELOG.md +++ b/packages/generator/CHANGELOG.md @@ -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 diff --git a/packages/generator/package.json b/packages/generator/package.json index dcd078ce9..7a31ff64b 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@rocketicons/generator", - "version": "0.2.5", + "version": "0.2.3", "license": "MIT", "main": "./dist/index.js", "files": [ diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index b6b2f43eb..ca9a4046d 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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 diff --git a/packages/icons/package.json b/packages/icons/package.json index 1b0b14ea3..8c6adef00 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -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": [ diff --git a/packages/ignition/CHANGELOG.md b/packages/ignition/CHANGELOG.md index 3a4b17e09..5e8998021 100644 --- a/packages/ignition/CHANGELOG.md +++ b/packages/ignition/CHANGELOG.md @@ -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 diff --git a/packages/ignition/package.json b/packages/ignition/package.json index 9f37f5aa3..e43856931 100644 --- a/packages/ignition/package.json +++ b/packages/ignition/package.json @@ -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",