File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @web3-ui/core ' : minor
3
+ ' @web3-ui/components ' : minor
4
+ ' @web3-ui/hooks ' : minor
5
+ ---
6
+
7
+ Fix builds
Original file line number Diff line number Diff line change 18
18
"format" : " prettier --write" ,
19
19
"build:components" : " yarn workspace @web3-ui/components build" ,
20
20
"build:hooks" : " yarn workspace @web3-ui/hooks build" ,
21
- "build" : " yarn build:components && yarn build:hooks" ,
21
+ "build:core" : " yarn workspace @web3-ui/core build" ,
22
+ "build" : " yarn build:components && yarn build:hooks && yarn build:core" ,
22
23
"test" : " jest" ,
23
24
"test:watch" : " yarn test --watch" ,
24
25
"test:coverage" : " jest --coverage --colors" ,
27
28
"example" : " yarn workspace example dev" ,
28
29
"build-storybook" : " build-storybook" ,
29
30
"chromatic" : " chromatic --exit-zero-on-changes" ,
30
- "publish" : " yarn changeset publish"
31
+ "publish:npm " : " yarn build && yarn changeset publish"
31
32
},
32
33
"devDependencies" : {
33
34
"@babel/cli" : " ^7.16.0" ,
Original file line number Diff line number Diff line change 34
34
"@emotion/styled" : " ^11" ,
35
35
"classnames" : " ^2.2.6" ,
36
36
"cross-fetch" : " ^3.1.4" ,
37
- "framer-motion" : " ^4"
37
+ "framer-motion" : " ^4" ,
38
+ "@web3-ui/components" : " ^0.1.1" ,
39
+ "@web3-ui/hooks" : " ^0.2.0"
38
40
},
39
41
"peerDependencies" : {
40
42
"react" : " *" ,
You can’t perform that action at this time.
0 commit comments