Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Apr 18, 2024
1 parent 6243710 commit 2fbcad2
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.2.1 (2024-04-18)

### Patches

- Fix `@stylex-extend/babel-plugin` dynmiac variable generate.


## v0.2.0 (2024-04-17)

### Features

- Expose new package `@stylex-extend/core`

## v0.1.3 (2024-04-15)

### Improve
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# @stylex-extend

An unofficial stylexjs extension
An unofficial stylexjs extend.

## CheckList

- [x] macro syntax
- [ ] css selector

WIP

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylex-extend/babel-plugin",
"version": "0.1.3",
"version": "0.2.1",
"description": "A friendly stylex babel plugin extension.",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"version": "0.1.3",
"version": "0.2.1",
"license": "MIT",
"scripts": {
"build": "tsup"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "./src/index.js",
"module": "./src/index.js",
"types": "./src/index.d.ts",
"version": "0.1.3",
"version": "0.2.1",
"devDependencies": {
"@types/react": "^18.2.69"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylex-extend/shared",
"description": "Shared utilities for StyleX Extend",
"version": "0.1.3",
"version": "0.2.1",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"version": "0.1.3",
"version": "0.2.1",
"devDependencies": {
"vue": "^3.4.21"
},
Expand Down

0 comments on commit 2fbcad2

Please sign in to comment.