Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
frenic committed Aug 2, 2022
1 parent 3240dcc commit 7a65fd9
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions packages/benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"private": true,
"name": "glitz-benchmark",
"version": "0.0.3",
"version": "0.0.4",
"author": "Anders Ekdahl <[email protected]>",
"homepage": "https://github.com/frenic/glitz",
"repository": "[email protected]:frenic/glitz.git",
"bugs": "https://github.com/frenic/glitz/issues",
"license": "MIT",
"dependencies": {
"@glitz/core": "^4.0.0",
"@glitz/react": "^4.0.2",
"@glitz/core": "^4.0.1",
"@glitz/react": "^4.0.3",
"@types/react": "*",
"@types/react-dom": "*",
"react": "^18.2.0",
Expand Down
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": "@glitz/core",
"version": "4.0.0",
"version": "4.0.1",
"main": "./cjs/index.js",
"module": "./mjs/index.js",
"esnext": "./esnext/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/devtool-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glitz/devtool-transformer",
"version": "4.0.0",
"version": "4.0.1",
"main": "./cjs/index.js",
"module": "./mjs/index.js",
"esnext": "./esnext/index.js",
Expand All @@ -12,7 +12,7 @@
"bugs": "https://github.com/frenic/glitz/issues",
"side-effects": false,
"dependencies": {
"@glitz/core": "^4.0.0"
"@glitz/core": "^4.0.1"
},
"scripts": {
"clean": "rimraf cjs esnext mjs types",
Expand Down
8 changes: 4 additions & 4 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"private": true,
"name": "glitz-example",
"version": "1.0.2",
"version": "1.0.3",
"author": "Fredrik Nicol <[email protected]>",
"homepage": "https://github.com/frenic/glitz",
"repository": "[email protected]:frenic/glitz.git",
"bugs": "https://github.com/frenic/glitz/issues",
"license": "MIT",
"dependencies": {
"@glitz/core": "^4.0.0",
"@glitz/react": "^4.0.2",
"@glitz/transformers": "^4.0.1",
"@glitz/core": "^4.0.1",
"@glitz/react": "^4.0.3",
"@glitz/transformers": "^4.0.2",
"@types/react": "*",
"@types/react-dom": "*",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/length-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glitz/length-transformer",
"version": "4.0.1",
"version": "4.0.2",
"main": "./cjs/index.js",
"module": "./mjs/index.js",
"esnext": "./esnext/index.js",
Expand All @@ -12,7 +12,7 @@
"bugs": "https://github.com/frenic/glitz/issues",
"side-effects": false,
"dependencies": {
"@glitz/core": "^4.0.0"
"@glitz/core": "^4.0.1"
},
"scripts": {
"clean": "rimraf cjs esnext mjs types",
Expand Down
4 changes: 2 additions & 2 deletions packages/prefixer-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glitz/prefixer-transformer",
"version": "4.0.0",
"version": "4.0.1",
"main": "./cjs/index.js",
"module": "./mjs/index.js",
"types": "./types/index.d.ts",
Expand All @@ -11,7 +11,7 @@
"bugs": "https://github.com/frenic/glitz/issues",
"side-effects": false,
"dependencies": {
"@glitz/core": "^4.0.0",
"@glitz/core": "^4.0.1",
"inline-style-prefixer": "^6.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glitz/react",
"version": "4.0.2",
"version": "4.0.3",
"main": "./cjs/index.js",
"module": "./mjs/index.js",
"esnext": "./esnext/index.js",
Expand All @@ -12,7 +12,7 @@
"bugs": "https://github.com/frenic/glitz/issues",
"side-effects": false,
"dependencies": {
"@glitz/core": "^4.0.0",
"@glitz/core": "^4.0.1",
"@types/react": "*",
"@types/react-is": "*",
"react-is": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glitz/static",
"version": "4.0.1",
"version": "4.0.2",
"main": "./cjs/index.js",
"types": "./types/index.d.ts",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"repository": "[email protected]:frenic/glitz.git",
"bugs": "https://github.com/frenic/glitz/issues",
"dependencies": {
"@glitz/core": "^4.0.0"
"@glitz/core": "^4.0.1"
},
"peerDependencies": {
"typescript": ">= 4.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/transformers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glitz/transformers",
"version": "4.0.1",
"version": "4.0.2",
"main": "./cjs/index.js",
"module": "./mjs/index.js",
"esnext": "./esnext/index.js",
Expand All @@ -12,10 +12,10 @@
"bugs": "https://github.com/frenic/glitz/issues",
"side-effects": false,
"dependencies": {
"@glitz/core": "^4.0.0",
"@glitz/devtool-transformer": "^4.0.0",
"@glitz/length-transformer": "^4.0.1",
"@glitz/prefixer-transformer": "^4.0.0"
"@glitz/core": "^4.0.1",
"@glitz/devtool-transformer": "^4.0.1",
"@glitz/length-transformer": "^4.0.2",
"@glitz/prefixer-transformer": "^4.0.1"
},
"scripts": {
"clean": "rimraf cjs esnext mjs types",
Expand Down

0 comments on commit 7a65fd9

Please sign in to comment.