Skip to content

Commit 4b31c9a

Browse files
authored
chore: publish v1.4.0 (#7)
bump package versions for release
1 parent 4baa204 commit 4b31c9a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sigmacomputing/stitches-core",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "The modern CSS-in-JS library",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sigmacomputing/stitches-react",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "The modern CSS-in-JS library",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/stringify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sigmacomputing/stitches-stringify",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "Converts an object into CSS",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sigmacomputing/stitches-test",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"type": "module",
55
"files": [
66
"dist/*.cjs",

0 commit comments

Comments
 (0)