Skip to content

Commit

Permalink
v1.3.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
hadihallak committed Oct 14, 2022
1 parent 2381132 commit fabcbd8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stitches/core",
"version": "1.2.8",
"version": "1.3.1-0",
"description": "The modern CSS-in-JS library",
"type": "module",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stitches/react",
"version": "1.2.8",
"version": "1.3.1-0",
"description": "The modern CSS-in-JS library",
"type": "module",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stitches/stringify",
"version": "1.2.8",
"version": "1.3.1-0",
"description": "Converts an object into CSS",
"type": "module",
"main": "dist/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stitches/test",
"version": "1.2.8",
"version": "1.3.1-0",
"type": "module",
"files": [
"dist/*.cjs",
Expand All @@ -13,7 +13,7 @@
"build": "tsc --generateTrace traces --incremental false"
},
"devDependencies": {
"@stitches/react": "1.2.8",
"@stitches/react": "1.3.0",
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.6.0",
"eslint-config-prettier": "^4.1.0",
Expand Down

0 comments on commit fabcbd8

Please sign in to comment.