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 Jun 1, 2022
1 parent d6bfcc5 commit 285bec8
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-meals-cough.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-moose-give.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-rats-sip.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.1.3

### Patch Changes

- [#767](https://github.com/changesets/changesets/pull/767) [`d6bfcc5`](https://github.com/changesets/changesets/commit/d6bfcc5052dcba18c521a20d62e2e67a81819112) Thanks [@Andarist](https://github.com/Andarist)! - Improve the error message when a package referenced in a changeset can't be found. The message will now also include the changeset's ID.

## 5.1.2

### Patch 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.1.2",
"version": "5.1.3",
"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
9 changes: 9 additions & 0 deletions packages/changelog-github/CHANGELOG.md
@@ -1,5 +1,14 @@
# @changesets/changelog-github

## 0.4.5

### Patch Changes

- [#820](https://github.com/changesets/changesets/pull/820) [`a22eb8c`](https://github.com/changesets/changesets/commit/a22eb8c93fff7912323aa8f3d534066ce2a578fa) Thanks [@Andarist](https://github.com/Andarist)! - Errors resulting from the GitHub API calls should now be properly raised.

- Updated dependencies [[`a22eb8c`](https://github.com/changesets/changesets/commit/a22eb8c93fff7912323aa8f3d534066ce2a578fa)]:
- @changesets/get-github-info@0.5.1

## 0.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/changelog-github/package.json
@@ -1,13 +1,13 @@
{
"name": "@changesets/changelog-github",
"version": "0.4.4",
"version": "0.4.5",
"description": "A changelog entry generator for GitHub that links to commits, PRs and users",
"main": "dist/changelog-github.cjs.js",
"module": "dist/changelog-github.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/changelog-github",
"dependencies": {
"@changesets/get-github-info": "^0.5.0",
"@changesets/get-github-info": "^0.5.1",
"@changesets/types": "^5.0.0",
"dotenv": "^8.1.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,17 @@
# @changesets/cli

## 2.22.1

### Patch Changes

- [#811](https://github.com/changesets/changesets/pull/811) [`c54c25d`](https://github.com/changesets/changesets/commit/c54c25d7bbbdc055d2df97396c3b73e66f8b3b78) Thanks [@samrose3](https://github.com/samrose3)! - Improved accessibility of the CLI prompts by using selected/unselected indicators that don't rely solely on the colors.

* [#767](https://github.com/changesets/changesets/pull/767) [`d6bfcc5`](https://github.com/changesets/changesets/commit/d6bfcc5052dcba18c521a20d62e2e67a81819112) Thanks [@Andarist](https://github.com/Andarist)! - Improve the error message when a package referenced in a changeset can't be found. The message will now also include the changeset's ID.

* Updated dependencies [[`d6bfcc5`](https://github.com/changesets/changesets/commit/d6bfcc5052dcba18c521a20d62e2e67a81819112)]:
- @changesets/assemble-release-plan@5.1.3
- @changesets/get-release-plan@3.0.9

## 2.22.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.22.0",
"version": "2.22.1",
"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.0",
"@changesets/assemble-release-plan": "^5.1.2",
"@changesets/assemble-release-plan": "^5.1.3",
"@changesets/changelog-git": "^0.1.11",
"@changesets/config": "^2.0.0",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.2",
"@changesets/get-release-plan": "^3.0.8",
"@changesets/get-release-plan": "^3.0.9",
"@changesets/git": "^1.3.2",
"@changesets/logger": "^0.0.5",
"@changesets/pre": "^1.0.11",
Expand Down
6 changes: 6 additions & 0 deletions packages/get-github-info/CHANGELOG.md
@@ -1,5 +1,11 @@
# @changesets/get-github-info

## 0.5.1

### Patch Changes

- [#820](https://github.com/changesets/changesets/pull/820) [`a22eb8c`](https://github.com/changesets/changesets/commit/a22eb8c93fff7912323aa8f3d534066ce2a578fa) Thanks [@Andarist](https://github.com/Andarist)! - Errors resulting from the GitHub API calls should now be properly raised.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/get-github-info/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/get-github-info",
"version": "0.5.0",
"version": "0.5.1",
"description": "Get the GitHub username and PR number from a commit. Intended for use with changesets.",
"main": "dist/get-github-info.cjs.js",
"module": "dist/get-github-info.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/get-release-plan/CHANGELOG.md
@@ -1,5 +1,12 @@
# @changesets/get-release-plan

## 3.0.9

### Patch Changes

- Updated dependencies [[`d6bfcc5`](https://github.com/changesets/changesets/commit/d6bfcc5052dcba18c521a20d62e2e67a81819112)]:
- @changesets/assemble-release-plan@5.1.3

## 3.0.8

### 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.8",
"version": "3.0.9",
"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.2",
"@changesets/assemble-release-plan": "^5.1.3",
"@changesets/config": "^2.0.0",
"@changesets/pre": "^1.0.11",
"@changesets/read": "^0.5.5",
Expand Down

0 comments on commit 285bec8

Please sign in to comment.