Skip to content

Commit

Permalink
chore(monorepo): sort packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed May 13, 2024
1 parent 354444b commit c8328cf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/dart-board": "5.0.8",
"packages/header": "0.1.0",
"packages/layer-selector": "6.2.3",
"packages/mouse-trap": "2.0.6",
"packages/popover": "0.1.0",
"packages/sherlock": "4.0.5",
"packages/utilities": "2.2.1",
"packages/header": "0.1.0",
"packages/popover": "0.1.0"
"packages/utilities": "2.2.1"
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
Please use [conventional commits](https://www.conventionalcommits.org) with the following scopes:

- `monorepo`
- `layer-selector`
- `sherlock`
- `utilities`
- `dart-board`
- `mouse-trap`
- `header`
- `layer-selector`
- `mouse-trap`
- `popover`
- `sherlock`
- `utilities`

### NPM Linking

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"author": "ugrc developers",
"type": "module",
"workspaces": [
"packages/utilities",
"packages/dart-board",
"packages/header",
"packages/layer-selector",
"packages/mouse-trap",
"packages/popover",
"packages/sherlock"
"packages/sherlock",
"packages/utilities"
],
"scripts": {
"build": "npm run build --workspaces",
Expand Down
2 changes: 2 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"plugins": ["node-workspace"],
"packages": {
"packages/dart-board": {},
"packages/header": {},
"packages/layer-selector": {},
"packages/mouse-trap": {},
"packages/sherlock": {},
"packages/tooltip": {},
"packages/utilities": {}
},
"include-component-in-tag": true
Expand Down

0 comments on commit c8328cf

Please sign in to comment.