yarn changeset fixed packages (#2967)

### 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)
pull/2968/head
Yorke Rhodes 1 year ago committed by GitHub
parent 0d537aaeb6
commit ead8db9322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .changeset/config.json

@ -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",

Loading…
Cancel
Save