Skip to content

Commit aa81c82

Browse files
Bump @changesets/cli from 2.11.2 to 2.12.0 (#182)
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.11.2 to 2.12.0. - [Release notes](https://github.com/changesets/changesets/releases) - [Changelog](https://github.com/atlassian/changesets/blob/master/docs/modifying-changelog-format.md) - [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected]) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 537659b commit aa81c82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prettier": "prettier --ignore-path .gitignore --write --list-different \"**/*.{ts,tsx,graphql,yml}\""
2020
},
2121
"devDependencies": {
22-
"@changesets/cli": "2.11.2",
22+
"@changesets/cli": "2.12.0",
2323
"@typescript-eslint/eslint-plugin": "4.9.0",
2424
"@typescript-eslint/parser": "4.9.0",
2525
"eslint": "7.14.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,10 @@
328328
"@manypkg/get-packages" "^1.0.1"
329329
semver "^5.4.1"
330330

331-
"@changesets/cli@2.11.2":
332-
version "2.11.2"
333-
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.11.2.tgz#6c2d9470a9c89e7389db5ac80069a77072079413"
334-
integrity sha512-Lfw4MWj46H7dgPzgYmRJ8QbpDxi02dK+21zuWzBjVtsf3AqJgy7oVdXl4Yga/JhBq8eeoxBS9NoCVw8/JOZBcg==
331+
"@changesets/cli@2.12.0":
332+
version "2.12.0"
333+
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.12.0.tgz#26124b051e6ce6dcc5aa4595588c8cb2ce3e4363"
334+
integrity sha512-dGdFkg75zsaEObsG8gwMLglS6sJVjXWwgVTAzEIjqIoWVnKwqZqccTb4gn0noq47uCwy7SqxiAJqGibIy9UOKw==
335335
dependencies:
336336
"@babel/runtime" "^7.10.4"
337337
"@changesets/apply-release-plan" "^4.0.0"

0 commit comments

Comments
 (0)