Skip to content

Commit b044926

Browse files
committed
v0.4.0-alpha.3
1 parent d4a8f76 commit b044926

17 files changed

Lines changed: 105 additions & 34 deletions

File tree

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.4.0-alpha.3](https://github.com/startupjs/cssx/compare/v0.4.0-alpha.2...v0.4.0-alpha.3) (2026-06-24)
7+
8+
**Note:** Version bump only for package cssx
9+
10+
11+
12+
13+
614
# [0.4.0-alpha.2](https://github.com/startupjs/cssx/compare/v0.4.0-alpha.1...v0.4.0-alpha.2) (2026-06-24)
715

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

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.4.0-alpha.3](https://github.com/startupjs/cssx/compare/v0.4.0-alpha.2...v0.4.0-alpha.3) (2026-06-24)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
# [0.4.0-alpha.2](https://github.com/startupjs/cssx/compare/v0.4.0-alpha.1...v0.4.0-alpha.2) (2026-06-24)
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.4.0-alpha.2",
4+
"version": "0.4.0-alpha.3",
55
"type": "module",
66
"scripts": {
77
"start": "node --watch server.js"
88
},
99
"dependencies": {
1010
"@babel/core": "^7.0.0",
11-
"cssxjs": "^0.4.0-alpha.2",
11+
"cssxjs": "^0.4.0-alpha.3",
1212
"esbuild": "^0.21.4",
1313
"react": "19.2.7",
1414
"react-dom": "19.2.7"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.0-alpha.2",
2+
"version": "0.4.0-alpha.3",
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.4.0-alpha.3](https://github.com/startupjs/startupjs/compare/v0.4.0-alpha.2...v0.4.0-alpha.3) (2026-06-24)
7+
8+
**Note:** Version bump only for package @cssxjs/babel-plugin-rn-stylename-inline
9+
10+
11+
12+
13+
614
# [0.4.0-alpha.2](https://github.com/startupjs/startupjs/compare/v0.4.0-alpha.1...v0.4.0-alpha.2) (2026-06-24)
715

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

packages/babel-plugin-rn-stylename-inline/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-inline",
3-
"version": "0.4.0-alpha.2",
3+
"version": "0.4.0-alpha.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -26,7 +26,7 @@
2626
"@babel/parser": "^7.0.0",
2727
"@babel/template": "^7.4.0",
2828
"@babel/types": "^7.0.0",
29-
"@cssxjs/loaders": "^0.4.0-alpha.2"
29+
"@cssxjs/loaders": "^0.4.0-alpha.3"
3030
},
3131
"devDependencies": {
3232
"@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.4.0-alpha.3](https://github.com/startupjs/cssx/compare/v0.4.0-alpha.2...v0.4.0-alpha.3) (2026-06-24)
7+
8+
**Note:** Version bump only for package babel-preset-cssxjs
9+
10+
11+
12+
13+
614
# [0.4.0-alpha.2](https://github.com/startupjs/cssx/compare/v0.4.0-alpha.1...v0.4.0-alpha.2) (2026-06-24)
715

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

packages/babel-preset-cssxjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-cssxjs",
3-
"version": "0.4.0-alpha.2",
3+
"version": "0.4.0-alpha.3",
44
"description": "Babel preset for compiling CSSX",
55
"main": "index.js",
66
"exports": {
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@babel/plugin-syntax-jsx": "^7.0.0",
1818
"@babel/plugin-syntax-typescript": "^7.23.3",
19-
"@cssxjs/babel-plugin-rn-stylename-inline": "^0.4.0-alpha.2",
19+
"@cssxjs/babel-plugin-rn-stylename-inline": "^0.4.0-alpha.3",
2020
"@cssxjs/babel-plugin-rn-stylename-to-style": "^0.4.0-alpha.2",
2121
"@react-pug/babel-plugin-react-pug": "^0.1.18"
2222
}

packages/bundler/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.4.0-alpha.3](https://github.com/startupjs/cssx/compare/v0.4.0-alpha.2...v0.4.0-alpha.3) (2026-06-24)
7+
8+
**Note:** Version bump only for package @cssxjs/bundler
9+
10+
11+
12+
13+
614
# [0.4.0-alpha.2](https://github.com/startupjs/cssx/compare/v0.4.0-alpha.1...v0.4.0-alpha.2) (2026-06-24)
715

816
**Note:** Version bump only for package @cssxjs/bundler

packages/bundler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cssxjs/bundler",
3-
"version": "0.4.0-alpha.2",
3+
"version": "0.4.0-alpha.3",
44
"description": "Compile CSSX styles in React Native and Web bundlers",
55
"exports": {
66
"./metro-config": "./metro-config.js",
@@ -18,6 +18,6 @@
1818
},
1919
"license": "MIT",
2020
"dependencies": {
21-
"@cssxjs/loaders": "^0.4.0-alpha.2"
21+
"@cssxjs/loaders": "^0.4.0-alpha.3"
2222
}
2323
}

0 commit comments

Comments
 (0)