Skip to content

Commit 54f5990

Browse files
committed
v0.3.0-alpha.1
1 parent 6317ee3 commit 54f5990

13 files changed

Lines changed: 80 additions & 17 deletions

File tree

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.3.0-alpha.1](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2026-03-25)
7+
8+
9+
### Performance Improvements
10+
11+
* update babel pug plugin to short-circuit processing of files which don't have pug ([6317ee3](https://github.com/startupjs/cssx/commit/6317ee3d9b30a218cc6a5157327ad85fa46e1ac2))
12+
13+
14+
15+
16+
617
# [0.3.0-alpha.0](https://github.com/startupjs/cssx/compare/v0.2.33...v0.3.0-alpha.0) (2026-03-25)
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.3.0-alpha.1](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2026-03-25)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
# [0.3.0-alpha.0](https://github.com/startupjs/cssx/compare/v0.2.33...v0.3.0-alpha.0) (2026-03-25)
715

816

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.0",
4+
"version": "0.3.0-alpha.1",
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.0",
11+
"cssxjs": "^0.3.0-alpha.1",
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.0",
2+
"version": "0.3.0-alpha.1",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*",

packages/babel-plugin-rn-stylename-to-style/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.3.0-alpha.1](https://github.com/startupjs/startupjs/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2026-03-25)
7+
8+
9+
### Performance Improvements
10+
11+
* update babel pug plugin to short-circuit processing of files which don't have pug ([6317ee3](https://github.com/startupjs/startupjs/commit/6317ee3d9b30a218cc6a5157327ad85fa46e1ac2))
12+
13+
14+
15+
16+
617
# [0.3.0-alpha.0](https://github.com/startupjs/startupjs/compare/v0.2.33...v0.3.0-alpha.0) (2026-03-25)
718

819

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.0",
3+
"version": "0.3.0-alpha.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/babel-preset-cssxjs/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.3.0-alpha.1](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2026-03-25)
7+
8+
9+
### Performance Improvements
10+
11+
* update babel pug plugin to short-circuit processing of files which don't have pug ([6317ee3](https://github.com/startupjs/cssx/commit/6317ee3d9b30a218cc6a5157327ad85fa46e1ac2))
12+
13+
14+
15+
16+
617
# [0.3.0-alpha.0](https://github.com/startupjs/cssx/compare/v0.2.33...v0.3.0-alpha.0) (2026-03-25)
718

819

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

packages/cssxjs/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.3.0-alpha.1](https://github.com/startupjs/cssx/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2026-03-25)
7+
8+
9+
### Performance Improvements
10+
11+
* update babel pug plugin to short-circuit processing of files which don't have pug ([6317ee3](https://github.com/startupjs/cssx/commit/6317ee3d9b30a218cc6a5157327ad85fa46e1ac2))
12+
13+
14+
15+
16+
617
# [0.3.0-alpha.0](https://github.com/startupjs/cssx/compare/v0.2.33...v0.3.0-alpha.0) (2026-03-25)
718

819

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.0",
3+
"version": "0.3.0-alpha.1",
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.0",
38+
"@cssxjs/babel-plugin-rn-stylename-to-style": "^0.3.0-alpha.1",
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.10",
43-
"babel-preset-cssxjs": "^0.3.0-alpha.0"
43+
"babel-preset-cssxjs": "^0.3.0-alpha.1"
4444
},
4545
"peerDependencies": {
4646
"react": "*"

0 commit comments

Comments
 (0)