Skip to content

Commit

Permalink
Bump version to: v0.1.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cray0000 committed Oct 27, 2024
1 parent a9ad435 commit 7dc5e22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "example",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"start": "node --watch server.js"
},
"dependencies": {
"cssxjs": "^0.1.2",
"cssxjs": "^0.1.3",
"esbuild": "^0.21.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.2",
"version": "0.1.3",
"npmClient": "yarn",
"packages": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cssx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssxjs",
"version": "0.1.2",
"version": "0.1.3",
"description": "CSS-in-JS with actual CSS syntax",
"type": "module",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4901,7 +4901,7 @@ __metadata:
languageName: node
linkType: hard

"cssxjs@npm:^0.1.2, cssxjs@workspace:packages/cssx":
"cssxjs@npm:^0.1.3, cssxjs@workspace:packages/cssx":
version: 0.0.0-use.local
resolution: "cssxjs@workspace:packages/cssx"
dependencies:
Expand Down Expand Up @@ -6216,7 +6216,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "example@workspace:example"
dependencies:
cssxjs: "npm:^0.1.2"
cssxjs: "npm:^0.1.3"
esbuild: "npm:^0.21.4"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down

0 comments on commit 7dc5e22

Please sign in to comment.