Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Mar 9, 2024
1 parent 1fe6f16 commit 5502200
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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": "@implydata/stitches-core",
"version": "1.3.1-1",
"version": "1.4.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": "@implydata/stitches-react",
"version": "1.3.1-1",
"version": "1.4.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": "@implydata/stitches-stringify",
"version": "1.3.1-1",
"version": "1.4.0",
"description": "Converts an object into CSS",
"type": "module",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@implydata/stitches-test",
"version": "1.3.1-1",
"version": "1.4.0",
"type": "module",
"files": [
"dist/*.cjs",
Expand Down

0 comments on commit 5502200

Please sign in to comment.