Skip to content

Commit 082a03e

Browse files
committed
v0.3.0-alpha.4
1 parent 1afc458 commit 082a03e

13 files changed

Lines changed: 65 additions & 17 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.3.0-alpha.4](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.3...v0.3.0-alpha.4) (2026-04-06)
7+
8+
**Note:** Version bump only for package cssx
9+
10+
11+
12+
13+
614
# [0.3.0-alpha.3](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.2...v0.3.0-alpha.3) (2026-04-03)
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.3.0-alpha.4](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.3...v0.3.0-alpha.4) (2026-04-06)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
# [0.3.0-alpha.1](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2026-03-25)
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.3.0-alpha.1",
4+
"version": "0.3.0-alpha.4",
55
"type": "module",
66
"scripts": {
77
"start": "node --watch server.js"
88
},
99
"dependencies": {
1010
"@babel/core": "^7.0.0",
11-
"cssxjs": "^0.3.0-alpha.1",
11+
"cssxjs": "^0.3.0-alpha.4",
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.3.0-alpha.3",
2+
"version": "0.3.0-alpha.4",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*",

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.3.0-alpha.4](https://github.com/startupjs/startupjs/compare/v0.3.0-alpha.3...v0.3.0-alpha.4) (2026-04-06)
7+
8+
**Note:** Version bump only for package @cssxjs/babel-plugin-rn-stylename-to-style
9+
10+
11+
12+
13+
614
# [0.3.0-alpha.1](https://github.com/startupjs/startupjs/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2026-03-25)
715

816

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

Lines changed: 1 addition & 1 deletion
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.3.0-alpha.1",
3+
"version": "0.3.0-alpha.4",
44
"publishConfig": {
55
"access": "public"
66
},

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.3.0-alpha.4](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.3...v0.3.0-alpha.4) (2026-04-06)
7+
8+
**Note:** Version bump only for package babel-preset-cssxjs
9+
10+
11+
12+
13+
614
# [0.3.0-alpha.1](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2026-03-25)
715

816

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.3.0-alpha.1",
3+
"version": "0.3.0-alpha.4",
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-rn-stylename-inline": "^0.3.0-alpha.0",
20-
"@cssxjs/babel-plugin-rn-stylename-to-style": "^0.3.0-alpha.1",
20+
"@cssxjs/babel-plugin-rn-stylename-to-style": "^0.3.0-alpha.4",
2121
"@react-pug/babel-plugin-react-pug": "^0.1.13"
2222
}
2323
}

packages/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.3.0-alpha.4](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.3...v0.3.0-alpha.4) (2026-04-06)
7+
8+
**Note:** Version bump only for package cssxjs
9+
10+
11+
12+
13+
614
# [0.3.0-alpha.1](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2026-03-25)
715

816

packages/cssxjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssxjs",
3-
"version": "0.3.0-alpha.1",
3+
"version": "0.3.0-alpha.4",
44
"description": "CSS-in-JS with actual CSS syntax",
55
"type": "module",
66
"main": "index.js",
@@ -35,12 +35,12 @@
3535
},
3636
"dependencies": {
3737
"@cssxjs/babel-plugin-rn-stylename-inline": "^0.3.0-alpha.0",
38-
"@cssxjs/babel-plugin-rn-stylename-to-style": "^0.3.0-alpha.1",
38+
"@cssxjs/babel-plugin-rn-stylename-to-style": "^0.3.0-alpha.4",
3939
"@cssxjs/bundler": "^0.3.0-alpha.0",
4040
"@cssxjs/loaders": "^0.3.0-alpha.0",
4141
"@cssxjs/runtime": "^0.3.0-alpha.0",
4242
"@react-pug/babel-plugin-react-pug": "^0.1.13",
43-
"babel-preset-cssxjs": "^0.3.0-alpha.1"
43+
"babel-preset-cssxjs": "^0.3.0-alpha.4"
4444
},
4545
"peerDependencies": {
4646
"react": "*"

0 commit comments

Comments
 (0)