Skip to content

Commit

Permalink
chore: internal workspace links (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
castastrophe authored May 22, 2024
1 parent 8815df5 commit d83200c
Show file tree
Hide file tree
Showing 86 changed files with 829 additions and 69 deletions.
1 change: 1 addition & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"bumpVersionsWithWorkspaceProtocolOnly": true,
"ignore": []
}
88 changes: 88 additions & 0 deletions .changeset/quick-bottles-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---
"@spectrum-css/floatingactionbutton": patch
"@spectrum-css/opacitycheckerboard": patch
"@spectrum-css/illustratedmessage": patch
"@spectrum-css/coachindicator": patch
"@spectrum-css/contextualhelp": patch
"@spectrum-css/progresscircle": patch
"@spectrum-css/dropindicator": patch
"@spectrum-css/infieldbutton": patch
"@spectrum-css/actionbutton": patch
"@spectrum-css/pickerbutton": patch
"@spectrum-css/alertbanner": patch
"@spectrum-css/alertdialog": patch
"@spectrum-css/buttongroup": patch
"@spectrum-css/clearbutton": patch
"@spectrum-css/closebutton": patch
"@spectrum-css/colorhandle": patch
"@spectrum-css/colorslider": patch
"@spectrum-css/inlinealert": patch
"@spectrum-css/logicbutton": patch
"@spectrum-css/progressbar": patch
"@spectrum-css/statuslight": patch
"@spectrum-css/swatchgroup": patch
"@spectrum-css/actionmenu": patch
"@spectrum-css/breadcrumb": patch
"@spectrum-css/colorloupe": patch
"@spectrum-css/colorwheel": patch
"@spectrum-css/datepicker": patch
"@spectrum-css/fieldgroup": patch
"@spectrum-css/fieldlabel": patch
"@spectrum-css/pagination": patch
"@spectrum-css/typography": patch
"@spectrum-css/accordion": patch
"@spectrum-css/actionbar": patch
"@spectrum-css/assetcard": patch
"@spectrum-css/assetlist": patch
"@spectrum-css/coachmark": patch
"@spectrum-css/colorarea": patch
"@spectrum-css/splitview": patch
"@spectrum-css/textfield": patch
"@spectrum-css/thumbnail": patch
"@spectrum-css/calendar": patch
"@spectrum-css/checkbox": patch
"@spectrum-css/combobox": patch
"@spectrum-css/dropzone": patch
"@spectrum-css/helptext": patch
"@spectrum-css/steplist": patch
"@spectrum-css/taggroup": patch
"@spectrum-css/treeview": patch
"@spectrum-css/underlay": patch
"@spectrum-css/commons": patch
"@spectrum-css/divider": patch
"@spectrum-css/popover": patch
"@spectrum-css/sidenav": patch
"@spectrum-css/stepper": patch
"@spectrum-css/tooltip": patch
"@spectrum-css/avatar": patch
"@spectrum-css/button": patch
"@spectrum-css/dialog": patch
"@spectrum-css/miller": patch
"@spectrum-css/picker": patch
"@spectrum-css/rating": patch
"@spectrum-css/search": patch
"@spectrum-css/slider": patch
"@spectrum-css/swatch": patch
"@spectrum-css/switch": patch
"@spectrum-css/asset": patch
"@spectrum-css/badge": patch
"@spectrum-css/modal": patch
"@spectrum-css/radio": patch
"@spectrum-css/table": patch
"@spectrum-css/toast": patch
"@spectrum-css/card": patch
"@spectrum-css/dial": patch
"@spectrum-css/icon": patch
"@spectrum-css/link": patch
"@spectrum-css/menu": patch
"@spectrum-css/page": patch
"@spectrum-css/site": patch
"@spectrum-css/tabs": patch
"@spectrum-css/tray": patch
"@spectrum-css/well": patch
"@spectrum-css/tag": patch
"@spectrum-css/preview": patch
"@spectrum-tools/documentation": patch
---

Leveral local workspace versioning to prevent misalignment
4 changes: 4 additions & 0 deletions components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"@spectrum-css/icon": ">=7",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
7 changes: 7 additions & 0 deletions components/actionbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
"@spectrum-css/popover": ">=7",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/actiongroup": "workspace:^",
"@spectrum-css/closebutton": "workspace:^",
"@spectrum-css/fieldlabel": "workspace:^",
"@spectrum-css/popover": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
4 changes: 3 additions & 1 deletion components/actionbutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
}
},
"devDependencies": {
"@spectrum-css/commons": "^10.0.0"
"@spectrum-css/commons": "workspace:^",
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
Expand Down
7 changes: 7 additions & 0 deletions components/actionmenu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
"@spectrum-css/popover": ">=7",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/actionbutton": "workspace:^",
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/menu": "workspace:^",
"@spectrum-css/popover": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"publishConfig": {
"access": "public"
}
Expand Down
7 changes: 7 additions & 0 deletions components/alertbanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
"@spectrum-css/icon": ">=7",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/button": "workspace:^",
"@spectrum-css/closebutton": "workspace:^",
"@spectrum-css/divider": "workspace:^",
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
"optional": true
Expand Down
8 changes: 8 additions & 0 deletions components/alertdialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
"@spectrum-css/tokens": ">=14",
"@spectrum-css/underlay": ">=4"
},
"devDependencies": {
"@spectrum-css/buttongroup": "workspace:^",
"@spectrum-css/divider": "workspace:^",
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/modal": "workspace:^",
"@spectrum-css/tokens": "workspace:^",
"@spectrum-css/underlay": "workspace:^"
},
"peerDependenciesMeta": {
"@spectrum-css/buttongroup": {
"optional": true
Expand Down
3 changes: 3 additions & 0 deletions components/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"peerDependencies": {
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
4 changes: 4 additions & 0 deletions components/assetcard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"@spectrum-css/checkbox": ">=9",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/checkbox": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"peerDependenciesMeta": {
"@spectrum-css/checkbox": {
"optional": true
Expand Down
5 changes: 5 additions & 0 deletions components/assetlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"@spectrum-css/icon": ">=7",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/checkbox": "workspace:^",
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"peerDependenciesMeta": {
"@spectrum-css/checkbox": {
"optional": true
Expand Down
3 changes: 3 additions & 0 deletions components/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"peerDependencies": {
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
4 changes: 4 additions & 0 deletions components/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"@spectrum-css/icon": ">=7",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
"optional": true
Expand Down
5 changes: 5 additions & 0 deletions components/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"@spectrum-css/icon": ">=7",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/actionbutton": "workspace:^",
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"peerDependenciesMeta": {
"@spectrum-css/actionbutton": {
"optional": true
Expand Down
5 changes: 4 additions & 1 deletion components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
}
},
"devDependencies": {
"@spectrum-css/commons": "^10.0.0"
"@spectrum-css/commons": "workspace:^",
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/progresscircle": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
Expand Down
4 changes: 4 additions & 0 deletions components/buttongroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"@spectrum-css/button": ">=13",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/button": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
4 changes: 4 additions & 0 deletions components/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"@spectrum-css/actionbutton": ">=6",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/actionbutton": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
9 changes: 9 additions & 0 deletions components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
"@spectrum-css/tokens": ">=14",
"@spectrum-css/typography": ">=6"
},
"devDependencies": {
"@spectrum-css/actionbutton": "workspace:^",
"@spectrum-css/asset": "workspace:^",
"@spectrum-css/checkbox": "workspace:^",
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/quickaction": "^3.1.1",
"@spectrum-css/tokens": "workspace:^",
"@spectrum-css/typography": "workspace:^"
},
"peerDependenciesMeta": {
"@spectrum-css/actionbutton": {
"optional": true
Expand Down
4 changes: 4 additions & 0 deletions components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"@spectrum-css/icon": ">=7",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
4 changes: 4 additions & 0 deletions components/clearbutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"@spectrum-css/icon": ">=7",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
4 changes: 3 additions & 1 deletion components/closebutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/commons": "^10.0.0"
"@spectrum-css/commons": "workspace:^",
"@spectrum-css/icon": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
Expand Down
3 changes: 3 additions & 0 deletions components/coachindicator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"peerDependencies": {
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
9 changes: 9 additions & 0 deletions components/coachmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
"@spectrum-css/popover": ">=7",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/actionbutton": "workspace:^",
"@spectrum-css/actionmenu": "workspace:^",
"@spectrum-css/button": "workspace:^",
"@spectrum-css/buttongroup": "workspace:^",
"@spectrum-css/menu": "workspace:^",
"@spectrum-css/popover": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"peerDependenciesMeta": {
"@spectrum-css/button": {
"optional": true
Expand Down
4 changes: 4 additions & 0 deletions components/colorarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"@spectrum-css/colorhandle": ">=8",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/colorhandle": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
5 changes: 5 additions & 0 deletions components/colorhandle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"@spectrum-css/opacitycheckerboard": ">=2",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/colorloupe": "workspace:^",
"@spectrum-css/opacitycheckerboard": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"peerDependenciesMeta": {
"@spectrum-css/colorloupe": {
"optional": true
Expand Down
3 changes: 3 additions & 0 deletions components/colorloupe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"peerDependencies": {
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
5 changes: 5 additions & 0 deletions components/colorslider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"@spectrum-css/opacitycheckerboard": ">=2",
"@spectrum-css/tokens": ">=14"
},
"devDependencies": {
"@spectrum-css/colorhandle": "workspace:^",
"@spectrum-css/opacitycheckerboard": "workspace:^",
"@spectrum-css/tokens": "workspace:^"
},
"keywords": [
"spectrum",
"css",
Expand Down
Loading

0 comments on commit d83200c

Please sign in to comment.