Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed May 8, 2024
1 parent 5c3de7f commit 36657c3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.3.0 (2024-05-08)

### Features

- Add new api `inline`. Details see [RFC](https://github.com/facebook/stylex/issues/534)


## v0.2.3 (2024-04-29)

### Patches
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.2.3",
"version": "0.3.0",
"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.2.3",
"version": "0.3.0",
"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.2.3",
"version": "0.3.0",
"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.2.3",
"version": "0.3.0",
"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.2.3",
"version": "0.3.0",
"devDependencies": {
"vue": "^3.4.21"
},
Expand Down

0 comments on commit 36657c3

Please sign in to comment.