Skip to content

Commit 2fd171f

Browse files
committed
v0.2.30
1 parent 44a1f77 commit 2fd171f

File tree

19 files changed

+125
-44
lines changed

19 files changed

+125
-44
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.30](https://github.com/startupjs/cssx/compare/v0.2.29...v0.2.30) (2026-01-18)
7+
8+
9+
### Features
10+
11+
* support animation and transition (the way it's expected by Reanimated v4) ([44a1f77](https://github.com/startupjs/cssx/commit/44a1f778074f1f65a8ccd76994a6bf1a3eb5e4a7))
12+
13+
14+
15+
16+
617
## [0.2.29](https://github.com/startupjs/cssx/compare/v0.2.28...v0.2.29) (2025-12-26)
718

819

example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.30](https://github.com/startupjs/cssx/compare/v0.2.29...v0.2.30) (2026-01-18)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
## [0.2.29](https://github.com/startupjs/cssx/compare/v0.2.28...v0.2.29) (2025-12-26)
715

816
**Note:** Version bump only for package example

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "example",
33
"private": true,
4-
"version": "0.2.29",
4+
"version": "0.2.30",
55
"type": "module",
66
"scripts": {
77
"start": "node --watch server.js"
88
},
99
"dependencies": {
1010
"@babel/core": "^7.0.0",
11-
"cssxjs": "^0.2.29",
11+
"cssxjs": "^0.2.30",
1212
"esbuild": "^0.21.4",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.29",
2+
"version": "0.2.30",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*",

packages/babel-plugin-rn-stylename-inline/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.30](https://github.com/startupjs/startupjs/compare/v0.2.29...v0.2.30) (2026-01-18)
7+
8+
**Note:** Version bump only for package @cssxjs/babel-plugin-rn-stylename-inline
9+
10+
11+
12+
13+
614
## [0.2.29](https://github.com/startupjs/startupjs/compare/v0.2.28...v0.2.29) (2025-12-26)
715

816
**Note:** Version bump only for package @cssxjs/babel-plugin-rn-stylename-inline

packages/babel-plugin-rn-stylename-inline/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cssxjs/babel-plugin-rn-stylename-inline",
3-
"version": "0.2.29",
3+
"version": "0.2.30",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -26,8 +26,8 @@
2626
"@babel/parser": "^7.0.0",
2727
"@babel/template": "^7.4.0",
2828
"@babel/types": "^7.0.0",
29-
"@cssxjs/loaders": "^0.2.27",
30-
"@cssxjs/runtime": "^0.2.29"
29+
"@cssxjs/loaders": "^0.2.30",
30+
"@cssxjs/runtime": "^0.2.30"
3131
},
3232
"devDependencies": {
3333
"@babel/plugin-syntax-jsx": "^7.0.0",

packages/babel-plugin-rn-stylename-to-style/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.30](https://github.com/startupjs/startupjs/compare/v0.2.29...v0.2.30) (2026-01-18)
7+
8+
**Note:** Version bump only for package @cssxjs/babel-plugin-rn-stylename-to-style
9+
10+
11+
12+
13+
614
## [0.2.29](https://github.com/startupjs/startupjs/compare/v0.2.28...v0.2.29) (2025-12-26)
715

816
**Note:** Version bump only for package @cssxjs/babel-plugin-rn-stylename-to-style

packages/babel-plugin-rn-stylename-to-style/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cssxjs/babel-plugin-rn-stylename-to-style",
3-
"version": "0.2.29",
3+
"version": "0.2.30",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -27,7 +27,7 @@
2727
"@babel/parser": "^7.0.0",
2828
"@babel/template": "^7.4.0",
2929
"@babel/types": "^7.0.0",
30-
"@cssxjs/runtime": "^0.2.29"
30+
"@cssxjs/runtime": "^0.2.30"
3131
},
3232
"devDependencies": {
3333
"@babel/plugin-syntax-jsx": "^7.0.0",

packages/babel-preset-cssxjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.30](https://github.com/startupjs/cssx/compare/v0.2.29...v0.2.30) (2026-01-18)
7+
8+
**Note:** Version bump only for package babel-preset-cssxjs
9+
10+
11+
12+
13+
614
## [0.2.29](https://github.com/startupjs/cssx/compare/v0.2.28...v0.2.29) (2025-12-26)
715

816
**Note:** Version bump only for package babel-preset-cssxjs

packages/babel-preset-cssxjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-cssxjs",
3-
"version": "0.2.29",
3+
"version": "0.2.30",
44
"description": "Babel preset for compiling CSSX",
55
"main": "index.js",
66
"exports": {
@@ -17,7 +17,7 @@
1717
"@babel/plugin-syntax-jsx": "^7.0.0",
1818
"@babel/plugin-syntax-typescript": "^7.23.3",
1919
"@cssxjs/babel-plugin-react-pug": "^0.2.27",
20-
"@cssxjs/babel-plugin-rn-stylename-inline": "^0.2.29",
21-
"@cssxjs/babel-plugin-rn-stylename-to-style": "^0.2.29"
20+
"@cssxjs/babel-plugin-rn-stylename-inline": "^0.2.30",
21+
"@cssxjs/babel-plugin-rn-stylename-to-style": "^0.2.30"
2222
}
2323
}

0 commit comments

Comments
 (0)