Skip to content

Commit

Permalink
yarn changeset fixed packages (#2967)
Browse files Browse the repository at this point in the history
### Description

@jmrossy requested that we share versions across all the monorepo
packages for simplicity of consumption. See
https://github.com/changesets/changesets/blob/main/docs/fixed-packages.md
 
### Testing

Tested with `yarn changeset version` locally (release action will do
this)
  • Loading branch information
yorhodes authored Nov 22, 2023
1 parent 0d537aa commit ead8db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"fixed": [["@hyperlane-xyz/*"]],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down

0 comments on commit ead8db9

Please sign in to comment.