Skip to content

Commit

Permalink
v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hadihallak committed Dec 2, 2021
1 parent f29e2ee commit c48a653
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": "@stitches/core",
"version": "1.2.6-1",
"version": "1.2.6",
"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.6-1",
"version": "1.2.6",
"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.6-1",
"version": "1.2.6",
"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": "@stitches/test",
"version": "1.2.6-1",
"version": "1.2.6",
"type": "module",
"files": [
"dist/*.cjs",
Expand Down

0 comments on commit c48a653

Please sign in to comment.