Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - flow-type-tests@1.0.30
 - styletron-engine-atomic@1.6.0
 - styletron-engine-snapshot@1.0.1
 - styletron-react@6.1.1
 - typescript-type-tests@0.0.5
  • Loading branch information
rtsao committed Oct 2, 2023
1 parent 978e588 commit 2c5026b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/flow-type-tests/package.json
@@ -1,13 +1,13 @@
{
"name": "flow-type-tests",
"private": true,
"version": "1.0.29",
"version": "1.0.30",
"license": "MIT",
"scripts": {
"test": "tape __tests__/assert-flow-message.node.js"
},
"dependencies": {
"styletron-react": "^6.1.0",
"styletron-react": "^6.1.1",
"styletron-standard": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/styletron-engine-atomic/package.json
@@ -1,6 +1,6 @@
{
"name": "styletron-engine-atomic",
"version": "1.5.0",
"version": "1.6.0",
"description": "Universal, high-performance JavaScript styles",
"author": "Ryan Tsao <ryan.j.tsao@gmail.com>",
"repository": "styletron/styletron",
Expand Down
2 changes: 1 addition & 1 deletion packages/styletron-engine-snapshot/package.json
@@ -1,6 +1,6 @@
{
"name": "styletron-engine-snapshot",
"version": "1.0.0",
"version": "1.0.1",
"description": "Universal, high-performance JavaScript styles",
"author": "Mo Kouli <mohamad.kouli@gmail.com>",
"repository": "styletron/styletron",
Expand Down
2 changes: 1 addition & 1 deletion packages/styletron-react/package.json
@@ -1,6 +1,6 @@
{
"name": "styletron-react",
"version": "6.1.0",
"version": "6.1.1",
"description": "React bindings for Styletron",
"author": "Ryan Tsao <ryan.j.tsao@gmail.com>",
"repository": "styletron/styletron",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-type-tests/package.json
@@ -1,13 +1,13 @@
{
"name": "typescript-type-tests",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"scripts": {
"test": "tsc"
},
"dependencies": {
"styletron-react": "^6.1.0",
"styletron-react": "^6.1.1",
"styletron-standard": "^3.1.0"
}
}

0 comments on commit 2c5026b

Please sign in to comment.