Skip to content

Commit

Permalink
build(custom): vue-amis-sdk
Browse files Browse the repository at this point in the history
2.2.0
  • Loading branch information
h7ml committed Sep 26, 2022
1 parent 805ee3d commit 0b7d568
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
engine-strict = true
shamefully-hoist = true
hoist = true
registry = https://registry.npmjs.org/
registry = https://registry.npmmirror.com/
auto-install-peers = true
strict-peer-dependencies = false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default {
| [![amis-editor](https://badgen.net/badge/vue-amis-sdk/2.0.1-beta.1/blue)](https://www.npmjs.com/package/vue-amis-sdk/v/2.0.1-beta.1) | [![amis](https://img.shields.io/badge/amis-2.0.1-green.svg)](https://www.npmjs.com/package/amis/v/2.0.1) | [![amis-editor](https://badgen.net/badge/amis-editor/5.1.8/blue)](https://www.npmjs.com/package/amis-editor/v/5.1.8) |
| [![amis-editor](https://badgen.net/badge/vue-amis-sdk/2.0.2-beta.1/blue)](https://www.npmjs.com/package/vue-amis-sdk/v/2.0.2-beta.1) | [![amis](https://img.shields.io/badge/amis-2.0.2-green.svg)](https://www.npmjs.com/package/amis/v/2.0.2) | [![amis-editor](https://badgen.net/badge/amis-editor/5.1.8/blue)](https://www.npmjs.com/package/amis-editor/v/5.1.8) |
| [![amis-editor](https://badgen.net/badge/vue-amis-sdk/2.1.0/blue)](https://www.npmjs.com/package/vue-amis-sdk/v/2.1.0) | [![amis](https://img.shields.io/badge/amis-2.1.0-green.svg)](https://www.npmjs.com/package/amis/v/2.1.0) | [![amis-editor](https://badgen.net/badge/amis-editor/5.2.0/blue)](https://www.npmjs.com/package/amis-editor/v/5.2.0) |
| [![amis-editor](https://badgen.net/badge/vue-amis-sdk/2.2.0/blue)](https://www.npmjs.com/package/vue-amis-sdk/v/2.2.0) | [![amis](https://img.shields.io/badge/amis-2.2.0-green.svg)](https://www.npmjs.com/package/amis/v/2.2.0) | [![amis-editor](https://badgen.net/badge/amis-editor/5.2.0/blue)](https://www.npmjs.com/package/amis-editor/v/5.2.0) |

### repo

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-amis-sdk",
"version": "2.1.0",
"version": "2.2.0",
"private": false,
"main": "sdk/vue-amis-sdk.umd.min.js",
"browser": "sdk/vue-amis-sdk.umd.min.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@fortawesome/fontawesome-free": "^6.1.1",
"amis": "2.1.0",
"amis": "2.2.0",
"amis-editor": "5.2.0",
"amis-formula": "^2.1.0",
"amis-ui": "^2.1.0",
"amis-formula": "^2.2.0",
"amis-ui": "^2.2.0",
"axios": "^0.27.2",
"compression-webpack-plugin": "6.1.1",
"conventional-changelog-cli": "^2.2.2",
Expand Down

0 comments on commit 0b7d568

Please sign in to comment.