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 Aug 4, 2022
1 parent 7d998ee commit 2a41cd8
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 20 deletions.
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.

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
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,16 @@
# @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`.

- 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

0 comments on commit 2a41cd8

Please sign in to comment.