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 #901

Merged
merged 1 commit into from Aug 5, 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/friendly-vans-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-mugs-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-crabs-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-toys-turn.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.4

### Patch Changes

- [#900](https://github.com/changesets/changesets/pull/900) [`7d998ee`](https://github.com/changesets/changesets/commit/7d998eeb16064b5442ebc49ad31dec7b841d504e) Thanks [@sdirosa](https://github.com/sdirosa)! - Fixed an issue with generating changelogs not being skipped when the `changelog` config option was set to `false`.

- Updated dependencies [[`7d998ee`](https://github.com/changesets/changesets/commit/7d998eeb16064b5442ebc49ad31dec7b841d504e)]:
- @changesets/config@2.1.1

## 6.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apply-release-plan/package.json
@@ -1,14 +1,14 @@
{
"name": "@changesets/apply-release-plan",
"version": "6.0.3",
"version": "6.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": "^2.1.0",
"@changesets/config": "^2.1.1",
"@changesets/get-version-range-type": "^0.3.2",
"@changesets/git": "^1.4.1",
"@changesets/types": "^5.1.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,20 @@
# @changesets/cli

## 2.24.2

### Patch Changes

- [#900](https://github.com/changesets/changesets/pull/900) [`7d998ee`](https://github.com/changesets/changesets/commit/7d998eeb16064b5442ebc49ad31dec7b841d504e) Thanks [@sdirosa](https://github.com/sdirosa)! - Fixed an issue with generating changelogs not being skipped when the `changelog` config option was set to `false`.

* [#720](https://github.com/changesets/changesets/pull/720) [`0fd56e1`](https://github.com/changesets/changesets/commit/0fd56e17092c7258de57adf7dd4ba08406c8e440) Thanks [@bhovhannes](https://github.com/bhovhannes)! - Private packages without a `version` field are no longer listed when adding a changeset.

- [#844](https://github.com/changesets/changesets/pull/844) [`8627ec1`](https://github.com/changesets/changesets/commit/8627ec1faba53644b366c314be248e1bba48f329) Thanks [@Andarist](https://github.com/Andarist)! - Attempt to log `stdout` when publish fails if `stderr` is empty and JSON error can't be retrieved from none of those.

- Updated dependencies [[`7d998ee`](https://github.com/changesets/changesets/commit/7d998eeb16064b5442ebc49ad31dec7b841d504e), [`7d998ee`](https://github.com/changesets/changesets/commit/7d998eeb16064b5442ebc49ad31dec7b841d504e)]:
- @changesets/config@2.1.1
- @changesets/apply-release-plan@6.0.4
- @changesets/get-release-plan@3.0.13

## 2.24.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.24.1",
"version": "2.24.2",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down Expand Up @@ -31,13 +31,13 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/apply-release-plan": "^6.0.3",
"@changesets/apply-release-plan": "^6.0.4",
"@changesets/assemble-release-plan": "^5.2.0",
"@changesets/changelog-git": "^0.1.12",
"@changesets/config": "^2.1.0",
"@changesets/config": "^2.1.1",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.3",
"@changesets/get-release-plan": "^3.0.12",
"@changesets/get-release-plan": "^3.0.13",
"@changesets/git": "^1.4.1",
"@changesets/logger": "^0.0.5",
"@changesets/pre": "^1.0.12",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
@@ -1,5 +1,11 @@
# @changesets/config

## 2.1.1

### Patch Changes

- [#900](https://github.com/changesets/changesets/pull/900) [`7d998ee`](https://github.com/changesets/changesets/commit/7d998eeb16064b5442ebc49ad31dec7b841d504e) Thanks [@sdirosa](https://github.com/sdirosa)! - Include the information about `false` being a valid value for the `changelog` option in the validation message for the `changelog` option.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/config",
"version": "2.1.0",
"version": "2.1.1",
"description": "Utilities for reading and parsing Changeset's config",
"main": "dist/config.cjs.js",
"module": "dist/config.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.13

### Patch Changes

- Updated dependencies [[`7d998ee`](https://github.com/changesets/changesets/commit/7d998eeb16064b5442ebc49ad31dec7b841d504e)]:
- @changesets/config@2.1.1

## 3.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/get-release-plan/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/get-release-plan",
"version": "3.0.12",
"version": "3.0.13",
"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",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/assemble-release-plan": "^5.2.0",
"@changesets/config": "^2.1.0",
"@changesets/config": "^2.1.1",
"@changesets/pre": "^1.0.12",
"@changesets/read": "^0.5.7",
"@changesets/types": "^5.1.0",
Expand Down