@dodoex/widgets 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dodoex/widgets",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "DODO Widgets",
5
5
  "source": "src/index.tsx",
6
6
  "types": "dist/src/index.d.ts",
@@ -20,7 +20,8 @@
20
20
  "prebuild": "yarn workspace @dodoex/icons build && yarn workspace @dodoex/components build",
21
21
  "build": "yarn prebuild && yarn compile:i18n && rollup --config",
22
22
  "prerelease": "yarn build",
23
- "release": "np --any-branch --no-cleanup --no-tests",
23
+ "release": "semantic-release",
24
+ "release:local": "np --any-branch --no-cleanup --no-tests",
24
25
  "test": "jest"
25
26
  },
26
27
  "author": "",
@@ -71,6 +72,9 @@
71
72
  "@web3-react/metamask": "8.0.28-beta.0",
72
73
  "@web3-react/types": "8.0.20-beta.0",
73
74
  "@web3-react/walletconnect": "8.0.35-beta.0",
75
+ "@semantic-release/changelog": "^6.0.1",
76
+ "@semantic-release/git": "^10.0.1",
77
+ "semantic-release": "^19.0.2",
74
78
  "axios": "^0.27.2",
75
79
  "bignumber.js": "^9.0.2",
76
80
  "identicon.js": "^2.3.3",
@@ -125,4 +129,4 @@
125
129
  "ts-jest": "^29.0.1",
126
130
  "typescript": "^4.7.3"
127
131
  }
128
- }
132
+ }