Skip to content

Commit ef46772

Browse files
fix(global): restore incorrect ui dependencies (#25)
1 parent 28e8e89 commit ef46772

File tree

80 files changed

+394
-770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+394
-770
lines changed

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@apollo/client": "^3.3.20",
18-
"@arch-ui/layout": "^0.3.0",
19-
"@arch-ui/typography": "^0.1.0",
18+
"@arch-ui/layout": "^0.2.17",
19+
"@arch-ui/typography": "^0.0.21",
2020
"@emotion/core": "^10.1.1",
2121
"@emotion/styled": "^10.0.27",
2222
"@open-keystone/adapter-mongoose": "workspace:^",

examples/custom-fields/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"start": "cross-env NODE_ENV=production keystone start"
1515
},
1616
"dependencies": {
17-
"@arch-ui/controls": "^0.2.0",
18-
"@arch-ui/fields": "^3.1.0",
19-
"@arch-ui/lozenge": "^0.1.0",
20-
"@arch-ui/theme": "^0.1.0",
17+
"@arch-ui/controls": "^0.1.12",
18+
"@arch-ui/fields": "^3.0.8",
19+
"@arch-ui/lozenge": "^0.0.20",
20+
"@arch-ui/theme": "^0.0.14",
2121
"@emotion/core": "^10.1.1",
2222
"@open-keystone/adapter-mongoose": "workspace:^",
2323
"@open-keystone/app-admin-ui": "workspace:^",

packages/app-admin-ui/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@
99
},
1010
"dependencies": {
1111
"@apollo/client": "^3.3.20",
12-
"@arch-ui/alert": "^0.1.0",
13-
"@arch-ui/badge": "^0.1.0",
14-
"@arch-ui/button": "^0.1.0",
15-
"@arch-ui/card": "^0.1.0",
16-
"@arch-ui/color-utils": "^0.1.0",
17-
"@arch-ui/common": "^0.1.0",
18-
"@arch-ui/confirm": "^0.1.0",
19-
"@arch-ui/controls": "^0.2.0",
20-
"@arch-ui/dialog": "^0.1.0",
21-
"@arch-ui/drawer": "^0.1.0",
22-
"@arch-ui/dropdown": "^0.1.0",
23-
"@arch-ui/fields": "^3.1.0",
24-
"@arch-ui/hooks": "^0.1.0",
25-
"@arch-ui/input": "^0.2.0",
26-
"@arch-ui/layout": "^0.3.0",
27-
"@arch-ui/loading": "^0.1.0",
28-
"@arch-ui/lozenge": "^0.1.0",
29-
"@arch-ui/navbar": "^0.2.0",
30-
"@arch-ui/options": "^0.1.0",
31-
"@arch-ui/pagination": "^0.1.0",
32-
"@arch-ui/pill": "^0.2.0",
33-
"@arch-ui/popout": "^0.1.0",
34-
"@arch-ui/select": "^0.2.0",
35-
"@arch-ui/theme": "^0.1.0",
36-
"@arch-ui/tooltip": "^0.2.0",
37-
"@arch-ui/typography": "^0.1.0",
12+
"@arch-ui/alert": "^0.0.21",
13+
"@arch-ui/badge": "^0.0.20",
14+
"@arch-ui/button": "^0.0.25",
15+
"@arch-ui/card": "^0.0.18",
16+
"@arch-ui/color-utils": "^0.0.5",
17+
"@arch-ui/common": "^0.0.15",
18+
"@arch-ui/confirm": "^0.0.26",
19+
"@arch-ui/controls": "^0.1.12",
20+
"@arch-ui/dialog": "^0.0.28",
21+
"@arch-ui/drawer": "^0.0.28",
22+
"@arch-ui/dropdown": "^0.0.25",
23+
"@arch-ui/fields": "^3.0.8",
24+
"@arch-ui/hooks": "^0.0.14",
25+
"@arch-ui/input": "^0.1.14",
26+
"@arch-ui/layout": "^0.2.17",
27+
"@arch-ui/loading": "^0.0.21",
28+
"@arch-ui/lozenge": "^0.0.20",
29+
"@arch-ui/navbar": "^0.1.15",
30+
"@arch-ui/options": "^0.0.27",
31+
"@arch-ui/pagination": "^0.0.29",
32+
"@arch-ui/pill": "^0.1.21",
33+
"@arch-ui/popout": "^0.0.26",
34+
"@arch-ui/select": "^0.1.12",
35+
"@arch-ui/theme": "^0.0.14",
36+
"@arch-ui/tooltip": "^0.1.17",
37+
"@arch-ui/typography": "^0.0.21",
3838
"@babel/core": "^7.14.6",
3939
"@babel/runtime": "^7.14.6",
4040
"@emotion/core": "^10.1.1",

packages/arch/docs/CHANGELOG.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,5 @@
11
# @arch-ui/docs
22

3-
## 2.0.0
4-
5-
### Major Changes
6-
7-
- Changed @keystonejs scope to @open-keystone
8-
9-
### Patch Changes
10-
11-
- Updated dependencies []:
12-
- @arch-ui/pagination@0.1.0
13-
- @arch-ui/typography@0.1.0
14-
- @arch-ui/controls@0.2.0
15-
- @arch-ui/dropdown@0.1.0
16-
- @arch-ui/loading@0.1.0
17-
- @arch-ui/lozenge@0.1.0
18-
- @arch-ui/tooltip@0.2.0
19-
- @arch-ui/button@0.1.0
20-
- @arch-ui/dialog@0.1.0
21-
- @arch-ui/fields@3.1.0
22-
- @arch-ui/layout@0.3.0
23-
- @arch-ui/navbar@0.2.0
24-
- @arch-ui/popout@0.1.0
25-
- @arch-ui/select@0.2.0
26-
- @arch-ui/alert@0.1.0
27-
- @arch-ui/badge@0.1.0
28-
- @arch-ui/input@0.2.0
29-
- @arch-ui/theme@0.1.0
30-
- @arch-ui/pill@0.2.0
31-
323
## 1.1.33
334

345
### Patch Changes

packages/arch/docs/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"name": "@arch-ui/docs",
3-
"version": "2.0.0",
3+
"version": "1.1.33",
44
"private": true,
55
"license": "MIT",
66
"dependencies": {
7-
"@arch-ui/alert": "^0.1.0",
8-
"@arch-ui/badge": "^0.1.0",
9-
"@arch-ui/button": "^0.1.0",
10-
"@arch-ui/controls": "^0.2.0",
11-
"@arch-ui/dialog": "^0.1.0",
12-
"@arch-ui/dropdown": "^0.1.0",
13-
"@arch-ui/fields": "^3.1.0",
14-
"@arch-ui/input": "^0.2.0",
15-
"@arch-ui/layout": "^0.3.0",
16-
"@arch-ui/loading": "^0.1.0",
17-
"@arch-ui/lozenge": "^0.1.0",
18-
"@arch-ui/navbar": "^0.2.0",
19-
"@arch-ui/pagination": "^0.1.0",
20-
"@arch-ui/pill": "^0.2.0",
21-
"@arch-ui/popout": "^0.1.0",
22-
"@arch-ui/select": "^0.2.0",
23-
"@arch-ui/theme": "^0.1.0",
24-
"@arch-ui/tooltip": "^0.2.0",
25-
"@arch-ui/typography": "^0.1.0",
7+
"@arch-ui/alert": "^0.0.21",
8+
"@arch-ui/badge": "^0.0.20",
9+
"@arch-ui/button": "^0.0.25",
10+
"@arch-ui/controls": "^0.1.12",
11+
"@arch-ui/dialog": "^0.0.28",
12+
"@arch-ui/dropdown": "^0.0.25",
13+
"@arch-ui/fields": "^3.0.8",
14+
"@arch-ui/input": "^0.1.14",
15+
"@arch-ui/layout": "^0.2.17",
16+
"@arch-ui/loading": "^0.0.21",
17+
"@arch-ui/lozenge": "^0.0.20",
18+
"@arch-ui/navbar": "^0.1.15",
19+
"@arch-ui/pagination": "^0.0.29",
20+
"@arch-ui/pill": "^0.1.21",
21+
"@arch-ui/popout": "^0.0.26",
22+
"@arch-ui/select": "^0.1.12",
23+
"@arch-ui/theme": "^0.0.14",
24+
"@arch-ui/tooltip": "^0.1.17",
25+
"@arch-ui/typography": "^0.0.21",
2626
"@emotion/core": "^10.1.1",
2727
"@emotion/styled": "^10.0.27",
2828
"@primer/octicons-react": "^11.3.0",

packages/arch/packages/alert/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# @arch-ui/alert
22

3-
## 0.1.0
4-
5-
### Minor Changes
6-
7-
- Changed @keystonejs scope to @open-keystone
8-
9-
### Patch Changes
10-
11-
- Updated dependencies []:
12-
- @arch-ui/theme@0.1.0
13-
143
## 0.0.21
154

165
### Patch Changes

packages/arch/packages/alert/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arch-ui/alert",
33
"description": "Alert component as used in @open-keystone Admin UI.",
4-
"version": "0.1.0",
4+
"version": "0.0.21",
55
"author": "Jed Watson",
66
"license": "MIT",
77
"main": "dist/alert.cjs.js",
@@ -12,7 +12,7 @@
1212
"react": "^17.0.2"
1313
},
1414
"dependencies": {
15-
"@arch-ui/theme": "^0.1.0",
15+
"@arch-ui/theme": "^0.0.14",
1616
"@emotion/core": "^10.1.1",
1717
"@emotion/styled": "^10.0.27"
1818
},

packages/arch/packages/badge/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# @arch-ui/badge
22

3-
## 0.1.0
4-
5-
### Minor Changes
6-
7-
- Changed @keystonejs scope to @open-keystone
8-
9-
### Patch Changes
10-
11-
- Updated dependencies []:
12-
- @arch-ui/theme@0.1.0
13-
143
## 0.0.20
154

165
### Patch Changes

packages/arch/packages/badge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arch-ui/badge",
33
"description": "Badge Component used in @open-keystone Admin UI.",
4-
"version": "0.1.0",
4+
"version": "0.0.20",
55
"author": "Jed Watson",
66
"license": "MIT",
77
"main": "dist/badge.cjs.js",
@@ -12,7 +12,7 @@
1212
"react": "^17.0.2"
1313
},
1414
"dependencies": {
15-
"@arch-ui/theme": "0.1.0",
15+
"@arch-ui/theme": "0.0.14",
1616
"@babel/runtime": "^7.14.6",
1717
"@emotion/core": "^10.1.1",
1818
"@emotion/styled": "^10.0.27"

packages/arch/packages/button/CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
# @arch-ui/button
22

3-
## 0.1.0
4-
5-
### Minor Changes
6-
7-
- Changed @keystonejs scope to @open-keystone
8-
9-
### Patch Changes
10-
11-
- Updated dependencies []:
12-
- @arch-ui/color-utils@0.1.0
13-
- @arch-ui/loading@0.1.0
14-
- @arch-ui/common@0.1.0
15-
- @arch-ui/theme@0.1.0
16-
173
## 0.0.25
184

195
### Patch Changes

0 commit comments

Comments
 (0)