Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Sep 9, 2021
1 parent 4b9610f commit 1ec94e4
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.0.0",
"version": "1.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.0.0",
"version": "1.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.0.0",
"version": "1.1.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": "@stitches/test",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"files": [
"dist/*.cjs",
Expand Down

0 comments on commit 1ec94e4

Please sign in to comment.