Skip to content

Commit

Permalink
Version Packages (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 27, 2022
1 parent c87eba6 commit fcf5e46
Show file tree
Hide file tree
Showing 39 changed files with 204 additions and 88 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-cooks-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-meals-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-tools-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-sloths-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-dogs-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-rivers-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-cows-juggle.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

## 6.0.0

### Major Changes

- [#768](https://github.com/changesets/changesets/pull/768) [`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - This module is no longer responsible for commiting files - this responsibility has been moved entirely to `@changesets/cli`.

### Patch Changes

- Updated dependencies [[`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c), [`eb86652`](https://github.com/changesets/changesets/commit/eb86652cbd21c49f90d2a03caa9a578593c4d102), [`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]:
- @changesets/types@5.0.0
- @changesets/git@1.3.2
- @changesets/config@2.0.0

## 5.0.5

### 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.5",
"version": "6.0.0",
"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.7.0",
"@changesets/config": "^2.0.0",
"@changesets/get-version-range-type": "^0.3.2",
"@changesets/git": "^1.3.1",
"@changesets/types": "^4.1.0",
"@changesets/git": "^1.3.2",
"@changesets/types": "^5.0.0",
"@manypkg/get-packages": "^1.1.3",
"detect-indent": "^6.0.0",
"fs-extra": "^7.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/assemble-release-plan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @changesets/assemble-release-plan

## 5.1.2

### Patch Changes

- Updated dependencies [[`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]:
- @changesets/types@5.0.0
- @changesets/get-dependents-graph@1.3.2

## 5.1.1

### 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.1.1",
"version": "5.1.2",
"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.1",
"@changesets/types": "^4.1.0",
"@changesets/get-dependents-graph": "^1.3.2",
"@changesets/types": "^5.0.0",
"@manypkg/get-packages": "^1.1.3",
"semver": "^5.4.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/changelog-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @changesets/changelog-git

## 0.1.11

### Patch Changes

- Updated dependencies [[`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]:
- @changesets/types@5.0.0

## 0.1.10

### 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.10",
"version": "0.1.11",
"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.1.0"
"@changesets/types": "^5.0.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.4

### Patch Changes

- Updated dependencies [[`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]:
- @changesets/types@5.0.0

## 0.4.3

### 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.3",
"version": "0.4.4",
"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.1.0",
"@changesets/types": "^5.0.0",
"dotenv": "^8.1.0"
},
"devDependencies": {
Expand Down
25 changes: 25 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @changesets/cli

## 2.22.0

### Minor Changes

- [#768](https://github.com/changesets/changesets/pull/768) [`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - Allow `"commit"` option to be more configurable. You can now point to a module (using a module name or a relative path) that might contain `getAddMessage` and/or `getVersionMessage`. This allows you to configure how the commit message is generated, if `[skip ci]` gets included, etc.

### Patch Changes

- [#776](https://github.com/changesets/changesets/pull/776) [`ad7506d`](https://github.com/changesets/changesets/commit/ad7506dc6973293a6f913653c2a6a15ba5b8b500) Thanks [@janosh](https://github.com/janosh)! - `changeset init` will now configure `baseBranch: "main"` in the `.changeset/config.json` as the default value.

* [#770](https://github.com/changesets/changesets/pull/770) [`eb86652`](https://github.com/changesets/changesets/commit/eb86652cbd21c49f90d2a03caa9a578593c4d102) Thanks [@alizeait](https://github.com/alizeait)! - `changeset add` and `changeset status` should now properly handle the situation where Changesets are managed from a directory different than the root of the repository.

* Updated dependencies [[`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c), [`eb86652`](https://github.com/changesets/changesets/commit/eb86652cbd21c49f90d2a03caa9a578593c4d102), [`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c), [`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]:
- @changesets/types@5.0.0
- @changesets/git@1.3.2
- @changesets/apply-release-plan@6.0.0
- @changesets/config@2.0.0
- @changesets/assemble-release-plan@5.1.2
- @changesets/changelog-git@0.1.11
- @changesets/get-dependents-graph@1.3.2
- @changesets/get-release-plan@3.0.8
- @changesets/pre@1.0.11
- @changesets/read@0.5.5
- @changesets/write@0.1.8

## 2.21.1

### Patch 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.21.1",
"version": "2.22.0",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down Expand Up @@ -31,19 +31,19 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/apply-release-plan": "^5.0.5",
"@changesets/assemble-release-plan": "^5.1.1",
"@changesets/changelog-git": "^0.1.10",
"@changesets/config": "^1.7.0",
"@changesets/apply-release-plan": "^6.0.0",
"@changesets/assemble-release-plan": "^5.1.2",
"@changesets/changelog-git": "^0.1.11",
"@changesets/config": "^2.0.0",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.1",
"@changesets/get-release-plan": "^3.0.7",
"@changesets/git": "^1.3.1",
"@changesets/get-dependents-graph": "^1.3.2",
"@changesets/get-release-plan": "^3.0.8",
"@changesets/git": "^1.3.2",
"@changesets/logger": "^0.0.5",
"@changesets/pre": "^1.0.10",
"@changesets/read": "^0.5.4",
"@changesets/types": "^4.1.0",
"@changesets/write": "^0.1.7",
"@changesets/pre": "^1.0.11",
"@changesets/read": "^0.5.5",
"@changesets/types": "^5.0.0",
"@changesets/write": "^0.1.8",
"@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

## 2.0.0

### Major Changes

- [#768](https://github.com/changesets/changesets/pull/768) [`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c) Thanks [@rohit-gohri](https://github.com/rohit-gohri)! - The parsed config now normalzied the commit option to either `false` or a tuple describing what module should be loaded to resolve commit functions.

### Patch Changes

- Updated dependencies [[`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]:
- @changesets/types@5.0.0
- @changesets/get-dependents-graph@1.3.2

## 1.7.0

### Minor 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.7.0",
"version": "2.0.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.1",
"@changesets/get-dependents-graph": "^1.3.2",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^4.1.0",
"@changesets/types": "^5.0.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.2

### Patch Changes

- Updated dependencies [[`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]:
- @changesets/types@5.0.0

## 1.3.1

### Patch 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.1",
"version": "1.3.2",
"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.1.0",
"@changesets/types": "^5.0.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.8

### Patch Changes

- Updated dependencies [[`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c), [`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]:
- @changesets/types@5.0.0
- @changesets/config@2.0.0
- @changesets/assemble-release-plan@5.1.2
- @changesets/pre@1.0.11
- @changesets/read@0.5.5

## 3.0.7

### 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.7",
"version": "3.0.8",
"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.1",
"@changesets/config": "^1.7.0",
"@changesets/pre": "^1.0.10",
"@changesets/read": "^0.5.4",
"@changesets/types": "^4.1.0",
"@changesets/assemble-release-plan": "^5.1.2",
"@changesets/config": "^2.0.0",
"@changesets/pre": "^1.0.11",
"@changesets/read": "^0.5.5",
"@changesets/types": "^5.0.0",
"@manypkg/get-packages": "^1.1.3"
}
}
7 changes: 7 additions & 0 deletions packages/get-workspaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# get-workspaces

## 1.0.7

### Patch Changes

- Updated dependencies [[`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]:
- @changesets/types@5.0.0

## 1.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/get-workspaces/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "get-workspaces",
"version": "1.0.6",
"version": "1.0.7",
"description": "Get workspaces for yarn workspaces, bolt workspaces, or the root package for building repo-agnostic tools",
"main": "dist/get-workspaces.cjs.js",
"module": "dist/get-workspaces.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/get-workspaces",
"dependencies": {
"@changesets/types": "^4.1.0",
"@changesets/types": "^5.0.0",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"read-yaml-file": "^1.1.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @changesets/git

## 1.3.2

### Patch Changes

- [#770](https://github.com/changesets/changesets/pull/770) [`eb86652`](https://github.com/changesets/changesets/commit/eb86652cbd21c49f90d2a03caa9a578593c4d102) Thanks [@alizeait](https://github.com/alizeait)! - `getChangedFilesSince` and `getChangedPackagesSinceRef` will now return the correct absolute paths of the changed files when the passed `cwd` is different from the repository's root.

- Updated dependencies [[`c87eba6`](https://github.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]:
- @changesets/types@5.0.0

## 1.3.1

### Patch Changes
Expand Down

0 comments on commit fcf5e46

Please sign in to comment.