Skip to content

Commit

Permalink
release: v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmn committed Nov 1, 2024
1 parent 132e830 commit 321f9bd
Show file tree
Hide file tree
Showing 18 changed files with 99 additions and 99 deletions.
6 changes: 3 additions & 3 deletions apps/cli-example/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "stylex-cli-example",
"version": "0.9.0-beta.1",
"version": "0.9.0",
"private": true,
"scripts": {
"transform": "stylex --config .stylex.json5"
},
"dependencies": {
"@stylexjs/open-props": "0.9.0-beta.1",
"@stylexjs/open-props": "0.9.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@stylexjs/cli": "0.9.0-beta.1",
"@stylexjs/cli": "0.9.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"typescript": "^5"
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",
"@stylexjs/stylex": "0.9.0-beta.1",
"@stylexjs/stylex": "0.9.0",
"@vercel/analytics": "^1.1.1",
"clsx": "^1.2.1",
"react": "^17.0.2",
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.8",
"@stylexjs/babel-plugin": "0.9.0-beta.1",
"@stylexjs/babel-plugin": "0.9.0",
"clean-css": "^5.3.2",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
Expand Down
6 changes: 3 additions & 3 deletions apps/rollup-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-example",
"version": "0.9.0-beta.1",
"version": "0.9.0",
"description": "A simple rollup example to test stylexjs/rollup-plugin",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"license": "MIT",
"dependencies": {
"@stylexjs/stylex": "0.9.0-beta.1",
"@stylexjs/rollup-plugin": "0.9.0-beta.1"
"@stylexjs/stylex": "0.9.0",
"@stylexjs/rollup-plugin": "0.9.0"
}
}
6 changes: 3 additions & 3 deletions apps/webpack-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-example",
"version": "0.9.0-beta.1",
"version": "0.9.0",
"description": "A simple webpack example to test stylexjs/webpack-plugin",
"main": "index.js",
"scripts": {
Expand All @@ -9,10 +9,10 @@
},
"license": "MIT",
"dependencies": {
"@stylexjs/stylex": "0.9.0-beta.1"
"@stylexjs/stylex": "0.9.0"
},
"devDependencies": {
"@stylexjs/webpack-plugin": "0.9.0-beta.1",
"@stylexjs/webpack-plugin": "0.9.0",
"html-webpack-plugin": "^5.6.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
Expand Down
Loading

0 comments on commit 321f9bd

Please sign in to comment.