Skip to content

Commit aba0fcc

Browse files
committed
v0.1.8
1 parent bb38ef4 commit aba0fcc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.1.7",
5+
"version": "0.1.8",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stitches/core",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "The modern CSS-in-JS library",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stitches/react",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "The modern CSS-in-JS library",
55
"type": "module",
66
"main": "dist/index.cjs",
@@ -29,7 +29,7 @@
2929
"Jonathan Neal <[email protected]>"
3030
],
3131
"dependencies": {
32-
"@stitches/core": "^0.1.7"
32+
"@stitches/core": "^0.1.8"
3333
},
3434
"devDependencies": {
3535
"react": "17.0.1"

0 commit comments

Comments
 (0)