Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(no-changelog) tailwind prefix adjustment #147

Merged
merged 9 commits into from
Sep 9, 2024
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packages/tailwind/src/index.native.test.css linguist-generated
packages/tailwind/src/index.test.css linguist-generated
packages/tailwind/src/index.prefixed.test.css linguist-generated
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/*mdx
packages/tailwind/src/index.test.css
packages/tailwind/src/index.prefixed.test.css
packages/tailwind/src/index.native.test.css
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.4",
"rocketclimb-icons": "0.4.5",
"core": "0.2.5",
"generator": "0.2.4",
"icons": "0.2.7",
"icons": "0.2.8",
"ignition": "0.4.4",
"tailwind": "0.2.4",
"hash": "9dc6d4fed6d2453ec5d9b97689621d71"
"tailwind": "0.2.5",
"hash": "6c6f1b11d84399ac88e636b36c1d08c8"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.4.5](https://github.com/rocketclimb/rocketicons/compare/v0.4.2...v0.4.3) (2024-09-09)

### Bug Fixes

- **icons** correct handling of tailwind prefix [[tailwind](./packages/tailwind/CHANGELOG.md)] ([c383d05b](https://github.com/rocketclimb/rocketicons/commit/c383d05b0777eac03de994cb8a17d10057dac81c))

## [0.4.5](https://github.com/rocketclimb/rocketicons/compare/v0.4.2...v0.4.3) (2024-09-09)

### Bug Fixes

- **icons** correct handling of tailwind prefix [[tailwind](./packages/tailwind/CHANGELOG.md)] ([c383d05b](https://github.com/rocketclimb/rocketicons/commit/c383d05b0777eac03de994cb8a17d10057dac81c))

## [0.4.4](https://github.com/rocketclimb/rocketicons/compare/v0.4.1-release...v0.4.2) (2024-06-28)

### Bug Fixes
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.4",
"version": "0.4.5",
"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.8](https://github.com/rocketclimb/rocketicons/compare/v0.4.2...v0.4.3) (2024-09-09)

### Bug Fixes

- **icons** correct handling of tailwind prefix ([c383d05b](https://github.com/rocketclimb/rocketicons/commit/c383d05b0777eac03de994cb8a17d10057dac81c))

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

### 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.7",
"version": "0.2.8",
"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/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.2.5](https://github.com/rocketclimb/rocketicons/compare/v0.4.2...v0.4.3) (2024-09-09)

### Bug Fixes

- **icons** correct handling of tailwind prefix ([c383d05b](https://github.com/rocketclimb/rocketicons/commit/c383d05b0777eac03de994cb8a17d10057dac81c))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocketicons/tailwind",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",
"main": "./dist/index.js",
"scripts": {
Expand Down
Loading