Skip to content

Commit

Permalink
馃敡 Bump alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldelcore committed Feb 22, 2021
1 parent 68fb54b commit 3705a4d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@trousers/core",
"version": "4.0.0-alpha5",
"version": "4.0.0-alpha6",
"main": "dist/trousers-core.cjs.js",
"module": "dist/trousers-core.esm.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@trousers/hash": "4.0.0-alpha5",
"@trousers/hash": "4.0.0-alpha6",
"csstype": "^2.5.7",
"tiny-css-prefixer": "^1.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trousers/hash",
"version": "4.0.0-alpha5",
"version": "4.0.0-alpha6",
"main": "dist/trousers-hash.cjs.js",
"module": "dist/trousers-hash.esm.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trousers/macro",
"version": "4.0.0-alpha5",
"version": "4.0.0-alpha6",
"main": "dist/trousers-macro.cjs.js",
"module": "dist/trousers-macro.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -16,10 +16,10 @@
]
},
"dependencies": {
"@trousers/core": "4.0.0-alpha5",
"@trousers/hash": "4.0.0-alpha5",
"@trousers/react": "4.0.0-alpha5",
"@trousers/sheet": "4.0.0-alpha5",
"@trousers/core": "4.0.0-alpha6",
"@trousers/hash": "4.0.0-alpha6",
"@trousers/react": "4.0.0-alpha6",
"@trousers/sheet": "4.0.0-alpha6",
"babel-plugin-macros": "^3.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@trousers/react",
"version": "4.0.0-alpha5",
"version": "4.0.0-alpha6",
"main": "dist/trousers-react.cjs.js",
"module": "dist/trousers-react.esm.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@trousers/core": "4.0.0-alpha5",
"@trousers/sheet": "4.0.0-alpha5"
"@trousers/core": "4.0.0-alpha6",
"@trousers/sheet": "4.0.0-alpha6"
},
"devDependencies": {
"react": "^17.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trousers/sheet",
"version": "4.0.0-alpha5",
"version": "4.0.0-alpha6",
"main": "dist/trousers-sheet.cjs.js",
"module": "dist/trousers-sheet.esm.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@trousers/styled",
"version": "4.0.0-alpha5",
"version": "4.0.0-alpha6",
"main": "dist/trousers-styled.cjs.js",
"module": "dist/trousers-styled.esm.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@trousers/core": "4.0.0-alpha5",
"@trousers/react": "4.0.0-alpha5"
"@trousers/core": "4.0.0-alpha6",
"@trousers/react": "4.0.0-alpha6"
},
"devDependencies": {
"react": "^17.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/trousers/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "trousers",
"version": "4.0.0-alpha5",
"version": "4.0.0-alpha6",
"main": "dist/trousers.cjs.js",
"module": "dist/trousers.esm.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@trousers/core": "4.0.0-alpha5",
"@trousers/react": "4.0.0-alpha5",
"@trousers/styled": "4.0.0-alpha5"
"@trousers/core": "4.0.0-alpha6",
"@trousers/react": "4.0.0-alpha6",
"@trousers/styled": "4.0.0-alpha6"
},
"devDependencies": {
"react": "^17.0.1"
Expand Down

0 comments on commit 3705a4d

Please sign in to comment.