Skip to content

Commit

Permalink
Version Packages (#915)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 14, 2022
1 parent b023e4b commit ba6e718
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/young-dolphins-rest.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/assemble-release-plan/CHANGELOG.md
@@ -1,5 +1,11 @@
# @changesets/assemble-release-plan

## 5.2.1

### Patch Changes

- [#914](https://github.com/changesets/changesets/pull/914) [`b023e4b`](https://github.com/changesets/changesets/commit/b023e4b3d1ad793a5dd1187b720e8103cebfb937) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with the `assembleReleasePlan`'s signature not being compatible with the old shape of the `config` and `snapshot` parameters. This could have caused runtime errors during snapshot releases when only some of the Changesets transitive dependencies were updated without other ones.

## 5.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assemble-release-plan/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/assemble-release-plan",
"version": "5.2.0",
"version": "5.2.1",
"description": "Reads changesets and adds information on dependents that need bumping",
"main": "dist/assemble-release-plan.cjs.js",
"module": "dist/assemble-release-plan.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,13 @@
# @changesets/cli

## 2.24.3

### Patch Changes

- Updated dependencies [[`b023e4b`](https://github.com/changesets/changesets/commit/b023e4b3d1ad793a5dd1187b720e8103cebfb937)]:
- @changesets/assemble-release-plan@5.2.1
- @changesets/get-release-plan@3.0.14

## 2.24.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.24.2",
"version": "2.24.3",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down Expand Up @@ -32,12 +32,12 @@
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/apply-release-plan": "^6.0.4",
"@changesets/assemble-release-plan": "^5.2.0",
"@changesets/assemble-release-plan": "^5.2.1",
"@changesets/changelog-git": "^0.1.12",
"@changesets/config": "^2.1.1",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.3",
"@changesets/get-release-plan": "^3.0.13",
"@changesets/get-release-plan": "^3.0.14",
"@changesets/git": "^1.4.1",
"@changesets/logger": "^0.0.5",
"@changesets/pre": "^1.0.12",
Expand Down
7 changes: 7 additions & 0 deletions packages/get-release-plan/CHANGELOG.md
@@ -1,5 +1,12 @@
# @changesets/get-release-plan

## 3.0.14

### Patch Changes

- Updated dependencies [[`b023e4b`](https://github.com/changesets/changesets/commit/b023e4b3d1ad793a5dd1187b720e8103cebfb937)]:
- @changesets/assemble-release-plan@5.2.1

## 3.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/get-release-plan/package.json
@@ -1,14 +1,14 @@
{
"name": "@changesets/get-release-plan",
"version": "3.0.13",
"version": "3.0.14",
"description": "Reads changesets and adds information on dependents that need bumping",
"main": "dist/get-release-plan.cjs.js",
"module": "dist/get-release-plan.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/get-release-plan",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/assemble-release-plan": "^5.2.0",
"@changesets/assemble-release-plan": "^5.2.1",
"@changesets/config": "^2.1.1",
"@changesets/pre": "^1.0.12",
"@changesets/read": "^0.5.7",
Expand Down

0 comments on commit ba6e718

Please sign in to comment.