Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 6, 2022
1 parent 3e8e672 commit 116251c
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-swans-approve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-cooks-clap.md

This file was deleted.

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

## 5.1.1

### Patch Changes

- [#769](https://github.com/changesets/changesets/pull/769) [`3e8e672`](https://github.com/changesets/changesets/commit/3e8e6721d31f80fff28826e0fad2c14216c3d94f) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an infinite loop involving a fixed group of packages and a package within that group that was both ignored and dependent on another package from that group.

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assemble-release-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/assemble-release-plan",
"version": "5.1.0",
"version": "5.1.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
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @changesets/cli

## 2.21.1

### Patch Changes

- [#760](https://github.com/changesets/changesets/pull/760) [`5a2a59a`](https://github.com/changesets/changesets/commit/5a2a59a37b7fb31e17414579b470402d3016e28e) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with logging non-stringified Buffers in case of publish errors.

* [#769](https://github.com/changesets/changesets/pull/769) [`3e8e672`](https://github.com/changesets/changesets/commit/3e8e6721d31f80fff28826e0fad2c14216c3d94f) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an infinite loop involving a fixed group of packages and a package within that group that was both ignored and dependent on another package from that group.

* Updated dependencies [[`3e8e672`](https://github.com/changesets/changesets/commit/3e8e6721d31f80fff28826e0fad2c14216c3d94f)]:
- @changesets/assemble-release-plan@5.1.1
- @changesets/get-release-plan@3.0.7

## 2.21.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.21.0",
"version": "2.21.1",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down Expand Up @@ -30,12 +30,12 @@
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/apply-release-plan": "^5.0.5",
"@changesets/assemble-release-plan": "^5.1.0",
"@changesets/assemble-release-plan": "^5.1.1",
"@changesets/changelog-git": "^0.1.10",
"@changesets/config": "^1.7.0",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.1",
"@changesets/get-release-plan": "^3.0.6",
"@changesets/get-release-plan": "^3.0.7",
"@changesets/git": "^1.3.1",
"@changesets/logger": "^0.0.5",
"@changesets/pre": "^1.0.10",
Expand Down
7 changes: 7 additions & 0 deletions packages/get-release-plan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @changesets/get-release-plan

## 3.0.7

### Patch Changes

- Updated dependencies [[`3e8e672`](https://github.com/changesets/changesets/commit/3e8e6721d31f80fff28826e0fad2c14216c3d94f)]:
- @changesets/assemble-release-plan@5.1.1

## 3.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/get-release-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@changesets/get-release-plan",
"version": "3.0.6",
"version": "3.0.7",
"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.1.0",
"@changesets/assemble-release-plan": "^5.1.1",
"@changesets/config": "^1.7.0",
"@changesets/pre": "^1.0.10",
"@changesets/read": "^0.5.4",
Expand Down

0 comments on commit 116251c

Please sign in to comment.