Skip to content

Commit

Permalink
Version Packages (#882)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 22, 2022
1 parent dd9b76f commit e420482
Show file tree
Hide file tree
Showing 36 changed files with 252 additions and 99 deletions.
28 changes: 0 additions & 28 deletions .changeset/olive-ducks-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-squids-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-cats-invent.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/strong-geckos-divide.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/apply-release-plan/CHANGELOG.md
@@ -1,5 +1,14 @@
# @changesets/apply-release-plan

## 6.0.2

### Patch Changes

- Updated dependencies [[`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e), [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e), [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e)]:
- @changesets/config@2.1.0
- @changesets/git@1.4.0
- @changesets/types@5.1.0

## 6.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/apply-release-plan/package.json
@@ -1,17 +1,17 @@
{
"name": "@changesets/apply-release-plan",
"version": "6.0.1",
"version": "6.0.2",
"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": "^2.0.1",
"@changesets/config": "^2.1.0",
"@changesets/get-version-range-type": "^0.3.2",
"@changesets/git": "^1.3.2",
"@changesets/types": "^5.0.0",
"@changesets/git": "^1.4.0",
"@changesets/types": "^5.1.0",
"@manypkg/get-packages": "^1.1.3",
"detect-indent": "^6.0.0",
"fs-extra": "^7.0.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/assemble-release-plan/CHANGELOG.md
@@ -1,5 +1,17 @@
# @changesets/assemble-release-plan

## 5.2.0

### Minor Changes

- [#858](https://github.com/changesets/changesets/pull/858) [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e) Thanks [@dotansimha](https://github.com/dotansimha)! - Added a new config option: `snapshot.prereleaseTemplate` for customizing the way snapshot release numbers are being composed.

### Patch Changes

- Updated dependencies [[`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e)]:
- @changesets/types@5.1.0
- @changesets/get-dependents-graph@1.3.3

## 5.1.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/assemble-release-plan/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/assemble-release-plan",
"version": "5.1.3",
"version": "5.2.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.2",
"@changesets/types": "^5.0.0",
"@changesets/get-dependents-graph": "^1.3.3",
"@changesets/types": "^5.1.0",
"@manypkg/get-packages": "^1.1.3",
"semver": "^5.4.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/changelog-git/CHANGELOG.md
@@ -1,5 +1,12 @@
# @changesets/changelog-git

## 0.1.12

### Patch Changes

- Updated dependencies [[`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e)]:
- @changesets/types@5.1.0

## 0.1.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/changelog-git/package.json
@@ -1,12 +1,12 @@
{
"name": "@changesets/changelog-git",
"version": "0.1.11",
"version": "0.1.12",
"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": "^5.0.0"
"@changesets/types": "^5.1.0"
}
}
7 changes: 7 additions & 0 deletions packages/changelog-github/CHANGELOG.md
@@ -1,5 +1,12 @@
# @changesets/changelog-github

## 0.4.6

### Patch Changes

- Updated dependencies [[`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e)]:
- @changesets/types@5.1.0

## 0.4.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/changelog-github/package.json
@@ -1,14 +1,14 @@
{
"name": "@changesets/changelog-github",
"version": "0.4.5",
"version": "0.4.6",
"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.1",
"@changesets/types": "^5.0.0",
"@changesets/types": "^5.1.0",
"dotenv": "^8.1.0"
},
"devDependencies": {
Expand Down
47 changes: 47 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,52 @@
# @changesets/cli

## 2.24.0

### Minor Changes

- [#858](https://github.com/changesets/changesets/pull/858) [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e) Thanks [@dotansimha](https://github.com/dotansimha)! - Added a new config flag for `changesets version --snapshot` mode: `--snapshot-prerelease-template`

* [#858](https://github.com/changesets/changesets/pull/858) [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e) Thanks [@dotansimha](https://github.com/dotansimha)! - Added a new config option: `snapshot.prereleaseTemplate` for customizing the way snapshot release numbers are being composed.

### Patch Changes

- [#858](https://github.com/changesets/changesets/pull/858) [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e) Thanks [@dotansimha](https://github.com/dotansimha)! - A possibility to use the calculated version for snapshot releases is now stable 🥳 All snapshot-related config parameters are now grouped under a single config property called `snapshot`.

To migrate, make sure to update your `config.json`.

Old usage (still works, but comes with a deprecated warning):

```json
{
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"useCalculatedVersionForSnapshots": true
}
}
```

New usage:

```json
{
"snapshot": {
"useCalculatedVersion": true
}
}
```

- Updated dependencies [[`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e), [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e), [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e)]:
- @changesets/config@2.1.0
- @changesets/git@1.4.0
- @changesets/assemble-release-plan@5.2.0
- @changesets/types@5.1.0
- @changesets/apply-release-plan@6.0.2
- @changesets/get-release-plan@3.0.11
- @changesets/read@0.5.6
- @changesets/changelog-git@0.1.12
- @changesets/get-dependents-graph@1.3.3
- @changesets/pre@1.0.12
- @changesets/write@0.1.9

## 2.23.2

### Patch Changes
Expand Down
24 changes: 12 additions & 12 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.23.2",
"version": "2.24.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": "^6.0.1",
"@changesets/assemble-release-plan": "^5.1.3",
"@changesets/changelog-git": "^0.1.11",
"@changesets/config": "^2.0.1",
"@changesets/apply-release-plan": "^6.0.2",
"@changesets/assemble-release-plan": "^5.2.0",
"@changesets/changelog-git": "^0.1.12",
"@changesets/config": "^2.1.0",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.2",
"@changesets/get-release-plan": "^3.0.10",
"@changesets/git": "^1.3.2",
"@changesets/get-dependents-graph": "^1.3.3",
"@changesets/get-release-plan": "^3.0.11",
"@changesets/git": "^1.4.0",
"@changesets/logger": "^0.0.5",
"@changesets/pre": "^1.0.11",
"@changesets/read": "^0.5.5",
"@changesets/types": "^5.0.0",
"@changesets/write": "^0.1.8",
"@changesets/pre": "^1.0.12",
"@changesets/read": "^0.5.6",
"@changesets/types": "^5.1.0",
"@changesets/write": "^0.1.9",
"@manypkg/get-packages": "^1.1.3",
"@types/is-ci": "^3.0.0",
"@types/semver": "^6.0.0",
Expand Down
36 changes: 36 additions & 0 deletions packages/config/CHANGELOG.md
@@ -1,5 +1,41 @@
# @changesets/config

## 2.1.0

### Minor Changes

- [#858](https://github.com/changesets/changesets/pull/858) [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e) Thanks [@dotansimha](https://github.com/dotansimha)! - Added a new config option: `snapshot.prereleaseTemplate` for customizing the way snapshot release numbers are being composed.

### Patch Changes

- [#858](https://github.com/changesets/changesets/pull/858) [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e) Thanks [@dotansimha](https://github.com/dotansimha)! - A possibility to use the calculated version for snapshot releases is now stable 🥳 All snapshot-related config parameters are now grouped under a single config property called `snapshot`.

To migrate, make sure to update your `config.json`.

Old usage (still works, but comes with a deprecated warning):

```json
{
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"useCalculatedVersionForSnapshots": true
}
}
```

New usage:

```json
{
"snapshot": {
"useCalculatedVersion": true
}
}
```

- Updated dependencies [[`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e)]:
- @changesets/types@5.1.0
- @changesets/get-dependents-graph@1.3.3

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/config",
"version": "2.0.1",
"version": "2.1.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.2",
"@changesets/get-dependents-graph": "^1.3.3",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^5.0.0",
"@changesets/types": "^5.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
@@ -1,5 +1,12 @@
# @changesets/get-dependents-graph

## 1.3.3

### Patch Changes

- Updated dependencies [[`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e)]:
- @changesets/types@5.1.0

## 1.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/get-dependents-graph/package.json
@@ -1,13 +1,13 @@
{
"name": "@changesets/get-dependents-graph",
"version": "1.3.2",
"version": "1.3.3",
"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": "^5.0.0",
"@changesets/types": "^5.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
@@ -1,5 +1,16 @@
# @changesets/get-release-plan

## 3.0.11

### Patch Changes

- Updated dependencies [[`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e), [`dd9b76f`](https://github.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e)]:
- @changesets/config@2.1.0
- @changesets/assemble-release-plan@5.2.0
- @changesets/types@5.1.0
- @changesets/read@0.5.6
- @changesets/pre@1.0.12

## 3.0.10

### Patch Changes
Expand Down

0 comments on commit e420482

Please sign in to comment.