Skip to content

Commit 2a8ce35

Browse files
committed
v1.3.2-0
1 parent 9955d0c commit 2a8ce35

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

packages/core/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sigmacomputing/stitches-core",
3-
"version": "1.3.1-1",
3+
"version": "1.3.2-0",
44
"description": "The modern CSS-in-JS library",
55
"type": "module",
66
"main": "dist/index.cjs",
@@ -78,5 +78,6 @@
7878
"ts",
7979
"variable",
8080
"variables"
81-
]
81+
],
82+
"stableVersion": "1.3.1-1"
8283
}

packages/react/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sigmacomputing/stitches-react",
3-
"version": "1.3.1-1",
3+
"version": "1.3.2-0",
44
"description": "The modern CSS-in-JS library",
55
"type": "module",
66
"main": "dist/index.cjs",
@@ -90,5 +90,6 @@
9090
"preact",
9191
"react",
9292
"tsx"
93-
]
93+
],
94+
"stableVersion": "1.3.1-1"
9495
}

packages/stringify/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sigmacomputing/stitches-stringify",
3-
"version": "1.3.1-1",
3+
"version": "1.3.2-0",
44
"description": "Converts an object into CSS",
55
"type": "module",
66
"main": "dist/index.cjs",
@@ -38,5 +38,6 @@
3838
},
3939
"keywords": [
4040
"css-in-js"
41-
]
41+
],
42+
"stableVersion": "1.3.1-1"
4243
}

0 commit comments

Comments
 (0)