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 Feb 19, 2022
1 parent 59c7ebc commit bce037e
Show file tree
Hide file tree
Showing 42 changed files with 222 additions and 110 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-eggs-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-pears-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hotpink-walls-suffer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/metal-kangaroos-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-walls-suffer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-trainers-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rubber-kangaroos-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-suns-act.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-crews-film.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-needles-grin.md

This file was deleted.

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

## 5.0.5

### Patch Changes

- [#703](https://github.com/changesets/changesets/pull/703) [`15c461d`](https://github.com/changesets/changesets/commit/15c461d5de94a274ccc8b33755a133a513339b0a) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with `*` dependency ranges not being replaced in premode. Those have to replaced with exact versions because prereleases don't satisfy wildcard ranges. A published prerelease package with such dependency range left untouched won't install correct prerelease dependency version.

* [#749](https://github.com/changesets/changesets/pull/749) [`d14cf79`](https://github.com/changesets/changesets/commit/d14cf79fd323529c6fe6ca956d9a7fda93bb425b) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue that caused **created** CHANGELOG files not being formatted in the same way as the **updated** ones (this could happen when calling `changeset version` for the very first time for a package).

* Updated dependencies [[`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15), [`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15)]:
- @changesets/types@4.1.0
- @changesets/config@1.7.0
- @changesets/git@1.3.1

## 5.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/apply-release-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@changesets/apply-release-plan",
"version": "5.0.4",
"version": "5.0.5",
"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.4",
"@changesets/config": "^1.7.0",
"@changesets/get-version-range-type": "^0.3.2",
"@changesets/git": "^1.3.0",
"@changesets/types": "^4.0.2",
"@changesets/git": "^1.3.1",
"@changesets/types": "^4.1.0",
"@manypkg/get-packages": "^1.1.3",
"detect-indent": "^6.0.0",
"fs-extra": "^7.0.1",
Expand Down
18 changes: 18 additions & 0 deletions packages/assemble-release-plan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @changesets/assemble-release-plan

## 5.1.0

### Minor Changes

- [#690](https://github.com/changesets/changesets/pull/690) [`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15) Thanks [@Andarist](https://github.com/Andarist)! - Added handling of the `fixed` config option. This adds all the packages from the `fixed` group to the assembled release and added releases end up having the same version.

### Patch Changes

- [#706](https://github.com/changesets/changesets/pull/706) [`0812858`](https://github.com/changesets/changesets/commit/0812858996045e602d22f2b7dd13e8673e3b36b0) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with `"none"` releases causing package versions being bumped during snapshot releases. In addition to when you create `"none"` release types explicitly Changesets might create them implicitly in some situations, for example under some circumstances this issue caused snapshot releases to be created sometimes for ignored packages.

* [#751](https://github.com/changesets/changesets/pull/751) [`59c7ebc`](https://github.com/changesets/changesets/commit/59c7ebc7a5e75f69f5487e95a85cd1b7062ac39d) Thanks [@Rugvip](https://github.com/Rugvip)! - Fixed an issue where dependent packages would sometimes not get bumped properly when exiting prerelease mode.

- [#703](https://github.com/changesets/changesets/pull/703) [`15c461d`](https://github.com/changesets/changesets/commit/15c461d5de94a274ccc8b33755a133a513339b0a) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with dependant packages being always bumped when their `*` dependency was bumped.

- Updated dependencies [[`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15)]:
- @changesets/types@4.1.0
- @changesets/get-dependents-graph@1.3.1

## 5.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5",
"version": "5.1.0",
"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,8 +9,8 @@
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.0",
"@changesets/types": "^4.0.2",
"@changesets/get-dependents-graph": "^1.3.1",
"@changesets/types": "^4.1.0",
"@manypkg/get-packages": "^1.1.3",
"semver": "^5.4.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/changelog-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @changesets/changelog-git

## 0.1.10

### Patch Changes

- [#666](https://github.com/changesets/changesets/pull/666) [`0d1debd`](https://github.com/changesets/changesets/commit/0d1debd8f5d364073d627a017316a25554dec4d5) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with adding `[undefined]` to the generated changelog when the commit adding a changeset file could not be found. This could have happened when running `changeset add && changeset version` in a single command.

- Updated dependencies [[`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15)]:
- @changesets/types@4.1.0

## 0.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/changelog-git/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@changesets/changelog-git",
"version": "0.1.9",
"version": "0.1.10",
"description": "A changelog entry generator for git that writes hashes",
"main": "dist/changelog-git.cjs.js",
"module": "dist/changelog-git.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/changelog-git",
"dependencies": {
"@changesets/types": "^4.0.2"
"@changesets/types": "^4.1.0"
}
}
7 changes: 7 additions & 0 deletions packages/changelog-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @changesets/changelog-github

## 0.4.3

### Patch Changes

- Updated dependencies [[`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15)]:
- @changesets/types@4.1.0

## 0.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/changelog-github/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@changesets/changelog-github",
"version": "0.4.2",
"version": "0.4.3",
"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/types": "^4.0.2",
"@changesets/types": "^4.1.0",
"dotenv": "^8.1.0"
},
"devDependencies": {
Expand Down
33 changes: 33 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @changesets/cli

## 2.21.0

### Minor Changes

- [#690](https://github.com/changesets/changesets/pull/690) [`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15) Thanks [@Andarist](https://github.com/Andarist)! - Added a new `.changeset/config.json` option: `fixed`. It can be used to group packages that should always be released together. If any package from a group is going to be released then all packages from that group will be released together (with the same version).

This is similar to what people often know from Lerna as this is how their fixed/locked mode works.

### Patch Changes

- [#706](https://github.com/changesets/changesets/pull/706) [`0812858`](https://github.com/changesets/changesets/commit/0812858996045e602d22f2b7dd13e8673e3b36b0) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with `"none"` releases causing package versions being bumped during snapshot releases. In addition to when you create `"none"` release types explicitly Changesets might create them implicitly in some situations, for example under some circumstances this issue caused snapshot releases to be created sometimes for ignored packages.

* [#703](https://github.com/changesets/changesets/pull/703) [`15c461d`](https://github.com/changesets/changesets/commit/15c461d5de94a274ccc8b33755a133a513339b0a) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with `*` dependency ranges not being replaced in premode. Those have to replaced with exact versions because prereleases don't satisfy wildcard ranges. A published prerelease package with such dependency range left untouched won't install correct prerelease dependency version.

- [#749](https://github.com/changesets/changesets/pull/749) [`d14cf79`](https://github.com/changesets/changesets/commit/d14cf79fd323529c6fe6ca956d9a7fda93bb425b) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue that caused **created** CHANGELOG files not being formatted in the same way as the **updated** ones (this could happen when calling `changeset version` for the very first time for a package).

* [#751](https://github.com/changesets/changesets/pull/751) [`59c7ebc`](https://github.com/changesets/changesets/commit/59c7ebc7a5e75f69f5487e95a85cd1b7062ac39d) Thanks [@Rugvip](https://github.com/Rugvip)! - Fixed an issue where dependent packages would sometimes not get bumped properly when exiting prerelease mode.

- [#703](https://github.com/changesets/changesets/pull/703) [`15c461d`](https://github.com/changesets/changesets/commit/15c461d5de94a274ccc8b33755a133a513339b0a) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with dependant packages being always bumped when their `*` dependency was bumped.

- Updated dependencies [[`0812858`](https://github.com/changesets/changesets/commit/0812858996045e602d22f2b7dd13e8673e3b36b0), [`15c461d`](https://github.com/changesets/changesets/commit/15c461d5de94a274ccc8b33755a133a513339b0a), [`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15), [`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15), [`d14cf79`](https://github.com/changesets/changesets/commit/d14cf79fd323529c6fe6ca956d9a7fda93bb425b), [`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15), [`0d1debd`](https://github.com/changesets/changesets/commit/0d1debd8f5d364073d627a017316a25554dec4d5), [`59c7ebc`](https://github.com/changesets/changesets/commit/59c7ebc7a5e75f69f5487e95a85cd1b7062ac39d), [`15c461d`](https://github.com/changesets/changesets/commit/15c461d5de94a274ccc8b33755a133a513339b0a)]:
- @changesets/assemble-release-plan@5.1.0
- @changesets/apply-release-plan@5.0.5
- @changesets/types@4.1.0
- @changesets/config@1.7.0
- @changesets/changelog-git@0.1.10
- @changesets/get-release-plan@3.0.6
- @changesets/get-dependents-graph@1.3.1
- @changesets/git@1.3.1
- @changesets/pre@1.0.10
- @changesets/read@0.5.4
- @changesets/write@0.1.7

## 2.20.0

### Minor Changes
Expand Down
24 changes: 12 additions & 12 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.20.0",
"version": "2.21.0",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down Expand Up @@ -29,19 +29,19 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/apply-release-plan": "^5.0.4",
"@changesets/assemble-release-plan": "^5.0.5",
"@changesets/changelog-git": "^0.1.8",
"@changesets/config": "^1.6.4",
"@changesets/apply-release-plan": "^5.0.5",
"@changesets/assemble-release-plan": "^5.1.0",
"@changesets/changelog-git": "^0.1.10",
"@changesets/config": "^1.7.0",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.0",
"@changesets/get-release-plan": "^3.0.5",
"@changesets/git": "^1.3.0",
"@changesets/get-dependents-graph": "^1.3.1",
"@changesets/get-release-plan": "^3.0.6",
"@changesets/git": "^1.3.1",
"@changesets/logger": "^0.0.5",
"@changesets/pre": "^1.0.9",
"@changesets/read": "^0.5.3",
"@changesets/types": "^4.0.2",
"@changesets/write": "^0.1.6",
"@changesets/pre": "^1.0.10",
"@changesets/read": "^0.5.4",
"@changesets/types": "^4.1.0",
"@changesets/write": "^0.1.7",
"@manypkg/get-packages": "^1.1.3",
"@types/is-ci": "^3.0.0",
"@types/semver": "^6.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @changesets/config

## 1.7.0

### Minor Changes

- [#690](https://github.com/changesets/changesets/pull/690) [`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15) Thanks [@Andarist](https://github.com/Andarist)! - Added parsing and validating of the new `fixed` option. The description for this option has also been added to the JSON schema.

### Patch Changes

- Updated dependencies [[`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15)]:
- @changesets/types@4.1.0
- @changesets/get-dependents-graph@1.3.1

## 1.6.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "1.7.0",
"description": "Utilities for reading and parsing Changeset's config",
"main": "dist/config.cjs.js",
"module": "dist/config.esm.js",
Expand All @@ -12,9 +12,9 @@
],
"dependencies": {
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.0",
"@changesets/get-dependents-graph": "^1.3.1",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^4.0.2",
"@changesets/types": "^4.1.0",
"@manypkg/get-packages": "^1.1.3",
"fs-extra": "^7.0.1",
"micromatch": "^4.0.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/get-dependents-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @changesets/get-dependents-graph

## 1.3.1

### Patch Changes

- Updated dependencies [[`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15)]:
- @changesets/types@4.1.0

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/get-dependents-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@changesets/get-dependents-graph",
"version": "1.3.0",
"version": "1.3.1",
"description": "Get the graph of dependents in a monorepo",
"main": "dist/get-dependents-graph.cjs.js",
"module": "dist/get-dependents-graph.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/get-dependents-graph",
"dependencies": {
"@changesets/types": "^4.0.2",
"@changesets/types": "^4.1.0",
"@manypkg/get-packages": "^1.1.3",
"chalk": "^2.1.0",
"fs-extra": "^7.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/get-release-plan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @changesets/get-release-plan

## 3.0.6

### Patch Changes

- Updated dependencies [[`0812858`](https://github.com/changesets/changesets/commit/0812858996045e602d22f2b7dd13e8673e3b36b0), [`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15), [`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15), [`27a5a82`](https://github.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15), [`59c7ebc`](https://github.com/changesets/changesets/commit/59c7ebc7a5e75f69f5487e95a85cd1b7062ac39d), [`15c461d`](https://github.com/changesets/changesets/commit/15c461d5de94a274ccc8b33755a133a513339b0a)]:
- @changesets/assemble-release-plan@5.1.0
- @changesets/types@4.1.0
- @changesets/config@1.7.0
- @changesets/pre@1.0.10
- @changesets/read@0.5.4

## 3.0.5

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/get-release-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@changesets/get-release-plan",
"version": "3.0.5",
"version": "3.0.6",
"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.5",
"@changesets/config": "^1.6.4",
"@changesets/pre": "^1.0.9",
"@changesets/read": "^0.5.3",
"@changesets/types": "^4.0.2",
"@changesets/assemble-release-plan": "^5.1.0",
"@changesets/config": "^1.7.0",
"@changesets/pre": "^1.0.10",
"@changesets/read": "^0.5.4",
"@changesets/types": "^4.1.0",
"@manypkg/get-packages": "^1.1.3"
}
}

0 comments on commit bce037e

Please sign in to comment.