Skip to content

Commit ca53abc

Browse files
Bump @changesets/cli from 2.11.1 to 2.11.2 (#133)
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.11.1 to 2.11.2. - [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 e471252 commit ca53abc

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.1",
22+
"@changesets/cli": "2.11.2",
2323
"@typescript-eslint/parser": "4.6.1",
2424
"@typescript-eslint/eslint-plugin": "4.6.1",
2525
"eslint": "7.12.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@
314314
"@manypkg/get-packages" "^1.0.1"
315315
semver "^5.4.1"
316316

317-
"@changesets/[email protected].1":
318-
version "2.11.1"
319-
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.11.1.tgz#cefaa656b9d829ec55e08daf986f56c616ce5ea8"
320-
integrity sha512-Msjz1Kb1VYf9P0zPvbQ3g/+0BsPpu/9ReZ8o08CFQb3FvYmHaG5KIOcZd2I+kaWF4TWiLeL26fkMQxFn5+KiAA==
317+
"@changesets/[email protected].2":
318+
version "2.11.2"
319+
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.11.2.tgz#6c2d9470a9c89e7389db5ac80069a77072079413"
320+
integrity sha512-Lfw4MWj46H7dgPzgYmRJ8QbpDxi02dK+21zuWzBjVtsf3AqJgy7oVdXl4Yga/JhBq8eeoxBS9NoCVw8/JOZBcg==
321321
dependencies:
322322
"@babel/runtime" "^7.10.4"
323323
"@changesets/apply-release-plan" "^4.0.0"

0 commit comments

Comments
 (0)