Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - glitz-benchmark@0.0.1
 - @glitz/core@4.0.0
 - @glitz/devtool-transformer@4.0.0
 - glitz-example@1.0.0
 - @glitz/length-transformer@4.0.0
 - @glitz/prefixer-transformer@4.0.0
 - @glitz/react@4.0.0
 - @glitz/static@4.0.0
 - @glitz/transformers@4.0.0
  • Loading branch information
frenic committed Aug 11, 2021
1 parent 901e25c commit a628cb9
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,16 +1,16 @@
{
"private": true,
"name": "glitz-benchmark",
"version": "0.0.1-alpha.8",
"version": "0.0.1",
"author": "Anders Ekdahl <anders.ekdahl@gmail.com>",
"homepage": "https://github.com/frenic/glitz",
"repository": "git@github.com:frenic/glitz.git",
"bugs": "https://github.com/frenic/glitz/issues",
"license": "MIT",
"dependencies": {
"@glitz/core": "^3.0.0-alpha.20",
"@glitz/core": "^4.0.0",
"@glitz/core-stable": "npm:@glitz/core@^2.1.5",
"@glitz/react": "^4.0.0-alpha.32",
"@glitz/react": "^4.0.0",
"@glitz/react-stable": "npm:@glitz/react@^3.1.6",
"@types/react": "*",
"@types/react-dom": "*",
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": "3.0.0-alpha.20",
"version": "4.0.0",
"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": "3.0.0-alpha.13",
"version": "4.0.0",
"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": "^3.0.0-alpha.20"
"@glitz/core": "^4.0.0"
},
"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.0-alpha.31",
"version": "1.0.0",
"author": "Fredrik Nicol <fredrik.nicol@gmail.com>",
"homepage": "https://github.com/frenic/glitz",
"repository": "git@github.com:frenic/glitz.git",
"bugs": "https://github.com/frenic/glitz/issues",
"license": "MIT",
"dependencies": {
"@glitz/core": "^3.0.0-alpha.20",
"@glitz/react": "^4.0.0-alpha.32",
"@glitz/transformers": "^3.0.0-alpha.20",
"@glitz/core": "^4.0.0",
"@glitz/react": "^4.0.0",
"@glitz/transformers": "^4.0.0",
"@types/react": "*",
"@types/react-dom": "*",
"react": "^16.8.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": "3.0.0-alpha.13",
"version": "4.0.0",
"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": "^3.0.0-alpha.20"
"@glitz/core": "^4.0.0"
},
"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": "3.0.0-alpha.13",
"version": "4.0.0",
"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": "^3.0.0-alpha.20",
"@glitz/core": "^4.0.0",
"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.0-alpha.32",
"version": "4.0.0",
"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": "^3.0.0-alpha.20",
"@glitz/core": "^4.0.0",
"@types/react": "*",
"@types/react-is": "*",
"react-is": "^16.8.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": "0.0.1-alpha.24",
"version": "4.0.0",
"main": "./cjs/index.js",
"types": "./types/index.d.ts",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"repository": "git@github.com:frenic/glitz.git",
"bugs": "https://github.com/frenic/glitz/issues",
"dependencies": {
"@glitz/core": "^3.0.0-alpha.20"
"@glitz/core": "^4.0.0"
},
"peerDependencies": {
"typescript": "*"
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": "3.0.0-alpha.20",
"version": "4.0.0",
"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": "^3.0.0-alpha.20",
"@glitz/devtool-transformer": "^3.0.0-alpha.13",
"@glitz/length-transformer": "^3.0.0-alpha.13",
"@glitz/prefixer-transformer": "^3.0.0-alpha.13"
"@glitz/core": "^4.0.0",
"@glitz/devtool-transformer": "^4.0.0",
"@glitz/length-transformer": "^4.0.0",
"@glitz/prefixer-transformer": "^4.0.0"
},
"scripts": {
"clean": "rimraf cjs esnext mjs types",
Expand Down

0 comments on commit a628cb9

Please sign in to comment.