Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #718

Merged
merged 1 commit into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chilled-turkeys-poke.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fifty-crabs-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-glasses-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-cats-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-jokes-shave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-schools-brake.md

This file was deleted.

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

## 5.0.4

### Patch Changes

- Updated dependencies [[`77c1cef`](https://github.com/changesets/changesets/commit/77c1ceff402f390c1ededec358d914ba68a31d0d)]:
- @changesets/git@1.3.0
- @changesets/config@1.6.4

## 5.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/apply-release-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@changesets/apply-release-plan",
"version": "5.0.3",
"version": "5.0.4",
"description": "Takes a release plan and applies it to packages",
"main": "dist/apply-release-plan.cjs.js",
"module": "dist/apply-release-plan.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/apply-release-plan",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/config": "^1.6.3",
"@changesets/config": "^1.6.4",
"@changesets/get-version-range-type": "^0.3.2",
"@changesets/git": "^1.2.1",
"@changesets/git": "^1.3.0",
"@changesets/types": "^4.0.2",
"@manypkg/get-packages": "^1.1.3",
"detect-indent": "^6.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/assemble-release-plan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @changesets/assemble-release-plan

## 5.0.5

### Patch Changes

- [#693](https://github.com/changesets/changesets/pull/693) [`1be201f`](https://github.com/changesets/changesets/commit/1be201fc27903cb2f42137400b5484c4ccad3812) Thanks [@luciaquirke](https://github.com/luciaquirke)! - Fixed an issue with `none` release type sometimes overriding other release types and thus preventing a release from happening.

- Updated dependencies [[`6f9c9d6`](https://github.com/changesets/changesets/commit/6f9c9d60c0e02c79d555c48deb01559057f1d252)]:
- @changesets/get-dependents-graph@1.3.0

## 5.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.4",
"version": "5.0.5",
"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 All @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.2.4",
"@changesets/get-dependents-graph": "^1.3.0",
"@changesets/types": "^4.0.2",
"@manypkg/get-packages": "^1.1.3",
"semver": "^5.4.1"
Expand Down
23 changes: 23 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @changesets/cli

## 2.20.0

### Minor Changes

- [#698](https://github.com/changesets/changesets/pull/698) [`9e14a9a`](https://github.com/changesets/changesets/commit/9e14a9a89d337bfcf4c0472989ed1f46f70a2627) Thanks [@zthxxx](https://github.com/zthxxx)! - Reworked the CLI output when adding a changeset. This includes fixing broken formatting in certain terminal width, reducing visual noise and making other small adjustments.

* [#704](https://github.com/changesets/changesets/pull/704) [`6f9c9d6`](https://github.com/changesets/changesets/commit/6f9c9d60c0e02c79d555c48deb01559057f1d252) Thanks [@Andarist](https://github.com/Andarist)! - Dependencies specified using a tag will no longer result in printing incorrect errors in the console.

### Patch Changes

- [#740](https://github.com/changesets/changesets/pull/740) [`957e39c`](https://github.com/changesets/changesets/commit/957e39c21549dd91e03faa5cd30e44e4c3d7331f) Thanks [@akphi](https://github.com/akphi)! - Fixed an issue with failing to parse changesets containing a completely empty summary.

* [#693](https://github.com/changesets/changesets/pull/693) [`1be201f`](https://github.com/changesets/changesets/commit/1be201fc27903cb2f42137400b5484c4ccad3812) Thanks [@luciaquirke](https://github.com/luciaquirke)! - Fixed an issue with `none` release type sometimes overriding other release types and thus preventing a release from happening.

* Updated dependencies [[`6f9c9d6`](https://github.com/changesets/changesets/commit/6f9c9d60c0e02c79d555c48deb01559057f1d252), [`77c1cef`](https://github.com/changesets/changesets/commit/77c1ceff402f390c1ededec358d914ba68a31d0d), [`1be201f`](https://github.com/changesets/changesets/commit/1be201fc27903cb2f42137400b5484c4ccad3812)]:
- @changesets/get-dependents-graph@1.3.0
- @changesets/git@1.3.0
- @changesets/assemble-release-plan@5.0.5
- @changesets/config@1.6.4
- @changesets/apply-release-plan@5.0.4
- @changesets/read@0.5.3
- @changesets/get-release-plan@3.0.5

## 2.19.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.19.0",
"version": "2.20.0",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down Expand Up @@ -29,16 +29,16 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/apply-release-plan": "^5.0.3",
"@changesets/assemble-release-plan": "^5.0.4",
"@changesets/config": "^1.6.3",
"@changesets/apply-release-plan": "^5.0.4",
"@changesets/assemble-release-plan": "^5.0.5",
"@changesets/config": "^1.6.4",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.2.4",
"@changesets/get-release-plan": "^3.0.4",
"@changesets/git": "^1.2.1",
"@changesets/get-dependents-graph": "^1.3.0",
"@changesets/get-release-plan": "^3.0.5",
"@changesets/git": "^1.3.0",
"@changesets/logger": "^0.0.5",
"@changesets/pre": "^1.0.9",
"@changesets/read": "^0.5.2",
"@changesets/read": "^0.5.3",
"@changesets/types": "^4.0.2",
"@changesets/write": "^0.1.6",
"@manypkg/get-packages": "^1.1.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @changesets/config

## 1.6.4

### Patch Changes

- Updated dependencies [[`6f9c9d6`](https://github.com/changesets/changesets/commit/6f9c9d60c0e02c79d555c48deb01559057f1d252)]:
- @changesets/get-dependents-graph@1.3.0

## 1.6.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/config",
"version": "1.6.3",
"version": "1.6.4",
"description": "Utilities for reading and parsing Changeset's config",
"main": "dist/config.cjs.js",
"module": "dist/config.esm.js",
Expand All @@ -12,7 +12,7 @@
],
"dependencies": {
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.2.4",
"@changesets/get-dependents-graph": "^1.3.0",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^4.0.2",
"@manypkg/get-packages": "^1.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/get-dependents-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @changesets/get-dependents-graph

## 1.3.0

### Minor Changes

- [#704](https://github.com/changesets/changesets/pull/704) [`6f9c9d6`](https://github.com/changesets/changesets/commit/6f9c9d60c0e02c79d555c48deb01559057f1d252) Thanks [@Andarist](https://github.com/Andarist)! - Dependencies specified using a tag will no longer mark the graph as invalid. With such dependencies the user's intent is to fetch those from the registry even if otherwise they could be linked locally.

## 1.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/get-dependents-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/get-dependents-graph",
"version": "1.2.4",
"version": "1.3.0",
"description": "Get the graph of dependents in a monorepo",
"main": "dist/get-dependents-graph.cjs.js",
"module": "dist/get-dependents-graph.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/get-release-plan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @changesets/get-release-plan

## 3.0.5

### Patch Changes

- Updated dependencies [[`1be201f`](https://github.com/changesets/changesets/commit/1be201fc27903cb2f42137400b5484c4ccad3812)]:
- @changesets/assemble-release-plan@5.0.5
- @changesets/config@1.6.4
- @changesets/read@0.5.3

## 3.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/get-release-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@changesets/get-release-plan",
"version": "3.0.4",
"version": "3.0.5",
"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.0.4",
"@changesets/config": "^1.6.3",
"@changesets/assemble-release-plan": "^5.0.5",
"@changesets/config": "^1.6.4",
"@changesets/pre": "^1.0.9",
"@changesets/read": "^0.5.2",
"@changesets/read": "^0.5.3",
"@changesets/types": "^4.0.2",
"@manypkg/get-packages": "^1.1.3"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @changesets/git

## 1.3.0

### Minor Changes

- [#725](https://github.com/changesets/changesets/pull/725) [`77c1cef`](https://github.com/changesets/changesets/commit/77c1ceff402f390c1ededec358d914ba68a31d0d) Thanks [@RoystonS](https://github.com/RoystonS), [@Andarist](https://github.com/Andarist)! - New public utilities have been added: `deepenCloneBy` and `isRepoShallow`.

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/git",
"version": "1.2.1",
"version": "1.3.0",
"description": "Some git helpers that changesets use to get information",
"main": "dist/git.cjs.js",
"module": "dist/git.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @changesets/parse

## 0.3.11

### Patch Changes

- [#740](https://github.com/changesets/changesets/pull/740) [`957e39c`](https://github.com/changesets/changesets/commit/957e39c21549dd91e03faa5cd30e44e4c3d7331f) Thanks [@akphi](https://github.com/akphi)! - Fixed an issue with failing to parse changesets containing a completely empty summary.

## 0.3.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/parse",
"version": "0.3.10",
"version": "0.3.11",
"description": "Parse a changeset file's contents into a usable json object",
"main": "dist/parse.cjs.js",
"module": "dist/parse.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/read/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @changesets/read

## 0.5.3

### Patch Changes

- Updated dependencies [[`77c1cef`](https://github.com/changesets/changesets/commit/77c1ceff402f390c1ededec358d914ba68a31d0d), [`957e39c`](https://github.com/changesets/changesets/commit/957e39c21549dd91e03faa5cd30e44e4c3d7331f)]:
- @changesets/git@1.3.0
- @changesets/parse@0.3.11

## 0.5.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/read/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@changesets/read",
"version": "0.5.2",
"version": "0.5.3",
"description": "Read changesets from disc, and return the information as JSON",
"main": "dist/read.cjs.js",
"module": "dist/read.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/read",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/git": "^1.2.1",
"@changesets/git": "^1.3.0",
"@changesets/logger": "^0.0.5",
"@changesets/parse": "^0.3.10",
"@changesets/parse": "^0.3.11",
"@changesets/types": "^4.0.2",
"chalk": "^2.1.0",
"fs-extra": "^7.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/release-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @changesets/release-utils

## 0.1.6

### Patch Changes

- Updated dependencies []:
- @changesets/read@0.5.3

## 0.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/release-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@changesets/release-utils",
"version": "0.1.5",
"version": "0.1.6",
"main": "dist/release-utils.cjs.js",
"dependencies": {
"@changesets/pre": "^1.0.9",
"@changesets/read": "^0.5.2",
"@changesets/read": "^0.5.3",
"@changesets/types": "^4.0.2",
"@manypkg/get-packages": "^1.1.3",
"fs-extra": "^7.0.1",
Expand Down