Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-leen committed Apr 10, 2021
1 parent 48f5d91 commit 0d68e71
Show file tree
Hide file tree
Showing 58 changed files with 376 additions and 376 deletions.
10 changes: 5 additions & 5 deletions examples/example-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/example-react",
"version": "1.5.0",
"version": "1.6.0",
"scripts": {
"start": "umi dev",
"postinstall": "umi generate tmp",
Expand All @@ -21,9 +21,9 @@
},
"dependencies": {
"@ant-design/pro-layout": "^6.5.0",
"@styli/preset-web-rem": "^1.5.0",
"@styli/react": "^1.5.0",
"@styli/store": "^1.5.0",
"@styli/preset-web-rem": "^1.6.0",
"@styli/react": "^1.6.0",
"@styli/store": "^1.6.0",
"@umijs/preset-react": "1.x",
"umi": "^3.3.9"
},
Expand All @@ -39,4 +39,4 @@
"react-popper": "^2.2.4",
"yorkie": "^2.0.0"
}
}
}
6 changes: 3 additions & 3 deletions examples/example-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/example-taro",
"version": "1.5.0",
"version": "1.6.0",
"description": "@styli/taro demo",
"templateInfo": {
"name": "default",
Expand Down Expand Up @@ -37,7 +37,7 @@
"author": "",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@styli/taro": "^1.5.0",
"@styli/taro": "^1.6.0",
"@tarojs/components": "3.1.0-beta.4",
"@tarojs/react": "3.1.0-beta.4",
"@tarojs/runtime": "3.1.0-beta.4",
Expand All @@ -61,4 +61,4 @@
"eslint-plugin-react-hooks": "^1.6.1",
"stylelint": "9.3.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/example-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/example-vue",
"version": "1.5.0",
"version": "1.6.0",
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"registry": "http://registry.npmjs.org"
}
},
"version": "1.5.0"
"version": "1.6.0"
}
4 changes: 2 additions & 2 deletions packages/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/atom",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -23,4 +23,4 @@
"dependencies": {
"string-hash": "^1.1.3"
}
}
}
10 changes: 5 additions & 5 deletions packages/babel-preset-styli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/babel-preset-styli",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"module": "dist/babel-preset-styli.esm.js",
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.12.5",
"@styli/react": "^1.5.0",
"@styli/types": "^1.5.0",
"@styli/utils": "^1.5.0",
"@styli/react": "^1.6.0",
"@styli/types": "^1.6.0",
"@styli/utils": "^1.6.0",
"babel-plugin-jsx-pragmatic": "^1.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/color-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/color-helper",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/colors",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -22,6 +22,6 @@
"author": "forsigner",
"module": "dist/colors.esm.js",
"dependencies": {
"@styli/types": "^1.5.0"
"@styli/types": "^1.6.0"
}
}
}
18 changes: 9 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/core",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -21,12 +21,12 @@
"author": "forsigner",
"module": "dist/core.esm.js",
"dependencies": {
"@styli/atom": "^1.5.0",
"@styli/store": "^1.5.0",
"@styli/css-object-processor": "^1.5.0",
"@styli/parser": "^1.5.0",
"@styli/sheet": "^1.5.0",
"@styli/types": "^1.5.0",
"@styli/utils": "^1.5.0"
"@styli/atom": "^1.6.0",
"@styli/css-object-processor": "^1.6.0",
"@styli/parser": "^1.6.0",
"@styli/sheet": "^1.6.0",
"@styli/store": "^1.6.0",
"@styli/types": "^1.6.0",
"@styli/utils": "^1.6.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/css-object-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/css-object-processor",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"author": "forsigner",
"module": "dist/css-object-processor.esm.js",
"dependencies": {
"@styli/utils": "^1.5.0",
"@styli/utils": "^1.6.0",
"csstype": "^3.0.7"
}
}
14 changes: 7 additions & 7 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/parser",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -21,10 +21,10 @@
"author": "forsigner",
"module": "dist/parser.esm.js",
"dependencies": {
"@styli/atom": "^1.5.0",
"@styli/store": "^1.5.0",
"@styli/css-object-processor": "^1.5.0",
"@styli/sheet": "^1.5.0",
"@styli/utils": "^1.5.0"
"@styli/atom": "^1.6.0",
"@styli/css-object-processor": "^1.6.0",
"@styli/sheet": "^1.6.0",
"@styli/store": "^1.6.0",
"@styli/utils": "^1.6.0"
}
}
}
60 changes: 30 additions & 30 deletions packages/preset-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/preset-react-native",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "types/index.d.ts",
Expand All @@ -22,34 +22,34 @@
"author": "forsigner",
"module": "dist/preset-react-native.esm.js",
"dependencies": {
"@styli/colors": "^1.5.0",
"@styli/types": "^1.5.0",
"styli-plugin-background": "^1.5.0",
"styli-plugin-border": "^1.5.0",
"styli-plugin-box-alignment": "^1.5.0",
"styli-plugin-color": "^1.5.0",
"styli-plugin-cursor": "^1.5.0",
"styli-plugin-debug": "^1.5.0",
"styli-plugin-display": "^1.5.0",
"styli-plugin-ellipsis": "^1.5.0",
"styli-plugin-flexbox": "^1.5.0",
"styli-plugin-font-weight": "^1.5.0",
"styli-plugin-grid": "^1.5.0",
"styli-plugin-layout-engine": "^1.5.0",
"styli-plugin-line-height": "^1.5.0",
"styli-plugin-margin": "^1.5.0",
"styli-plugin-opacity": "^1.5.0",
"styli-plugin-outline": "^1.5.0",
"styli-plugin-overflow": "^1.5.0",
"styli-plugin-padding": "^1.5.0",
"styli-plugin-position": "^1.5.0",
"styli-plugin-rounded": "^1.5.0",
"styli-plugin-shadow": "^1.5.0",
"styli-plugin-size": "^1.5.0",
"styli-plugin-space": "^1.5.0",
"styli-plugin-text-align": "^1.5.0",
"styli-plugin-text-size": "^1.5.0",
"styli-plugin-text-transform": "^1.5.0",
"styli-plugin-z-index": "^1.5.0"
"@styli/colors": "^1.6.0",
"@styli/types": "^1.6.0",
"styli-plugin-background": "^1.6.0",
"styli-plugin-border": "^1.6.0",
"styli-plugin-box-alignment": "^1.6.0",
"styli-plugin-color": "^1.6.0",
"styli-plugin-cursor": "^1.6.0",
"styli-plugin-debug": "^1.6.0",
"styli-plugin-display": "^1.6.0",
"styli-plugin-ellipsis": "^1.6.0",
"styli-plugin-flexbox": "^1.6.0",
"styli-plugin-font-weight": "^1.6.0",
"styli-plugin-grid": "^1.6.0",
"styli-plugin-layout-engine": "^1.6.0",
"styli-plugin-line-height": "^1.6.0",
"styli-plugin-margin": "^1.6.0",
"styli-plugin-opacity": "^1.6.0",
"styli-plugin-outline": "^1.6.0",
"styli-plugin-overflow": "^1.6.0",
"styli-plugin-padding": "^1.6.0",
"styli-plugin-position": "^1.6.0",
"styli-plugin-rounded": "^1.6.0",
"styli-plugin-shadow": "^1.6.0",
"styli-plugin-size": "^1.6.0",
"styli-plugin-space": "^1.6.0",
"styli-plugin-text-align": "^1.6.0",
"styli-plugin-text-size": "^1.6.0",
"styli-plugin-text-transform": "^1.6.0",
"styli-plugin-z-index": "^1.6.0"
}
}
60 changes: 30 additions & 30 deletions packages/preset-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styli/preset-taro",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "types/index.d.ts",
Expand All @@ -22,34 +22,34 @@
"author": "forsigner",
"module": "dist/preset-taro.esm.js",
"dependencies": {
"@styli/colors": "^1.5.0",
"@styli/types": "^1.5.0",
"styli-plugin-background": "^1.5.0",
"styli-plugin-border": "^1.5.0",
"styli-plugin-box-alignment": "^1.5.0",
"styli-plugin-color": "^1.5.0",
"styli-plugin-cursor": "^1.5.0",
"styli-plugin-debug": "^1.5.0",
"styli-plugin-display": "^1.5.0",
"styli-plugin-ellipsis": "^1.5.0",
"styli-plugin-flexbox": "^1.5.0",
"styli-plugin-font-weight": "^1.5.0",
"styli-plugin-grid": "^1.5.0",
"styli-plugin-layout-engine": "^1.5.0",
"styli-plugin-line-height": "^1.5.0",
"styli-plugin-margin": "^1.5.0",
"styli-plugin-opacity": "^1.5.0",
"styli-plugin-outline": "^1.5.0",
"styli-plugin-overflow": "^1.5.0",
"styli-plugin-padding": "^1.5.0",
"styli-plugin-position": "^1.5.0",
"styli-plugin-rounded": "^1.5.0",
"styli-plugin-shadow": "^1.5.0",
"styli-plugin-size": "^1.5.0",
"styli-plugin-space": "^1.5.0",
"styli-plugin-text-align": "^1.5.0",
"styli-plugin-text-size": "^1.5.0",
"styli-plugin-text-transform": "^1.5.0",
"styli-plugin-z-index": "^1.5.0"
"@styli/colors": "^1.6.0",
"@styli/types": "^1.6.0",
"styli-plugin-background": "^1.6.0",
"styli-plugin-border": "^1.6.0",
"styli-plugin-box-alignment": "^1.6.0",
"styli-plugin-color": "^1.6.0",
"styli-plugin-cursor": "^1.6.0",
"styli-plugin-debug": "^1.6.0",
"styli-plugin-display": "^1.6.0",
"styli-plugin-ellipsis": "^1.6.0",
"styli-plugin-flexbox": "^1.6.0",
"styli-plugin-font-weight": "^1.6.0",
"styli-plugin-grid": "^1.6.0",
"styli-plugin-layout-engine": "^1.6.0",
"styli-plugin-line-height": "^1.6.0",
"styli-plugin-margin": "^1.6.0",
"styli-plugin-opacity": "^1.6.0",
"styli-plugin-outline": "^1.6.0",
"styli-plugin-overflow": "^1.6.0",
"styli-plugin-padding": "^1.6.0",
"styli-plugin-position": "^1.6.0",
"styli-plugin-rounded": "^1.6.0",
"styli-plugin-shadow": "^1.6.0",
"styli-plugin-size": "^1.6.0",
"styli-plugin-space": "^1.6.0",
"styli-plugin-text-align": "^1.6.0",
"styli-plugin-text-size": "^1.6.0",
"styli-plugin-text-transform": "^1.6.0",
"styli-plugin-z-index": "^1.6.0"
}
}
Loading

0 comments on commit 0d68e71

Please sign in to comment.