Skip to content

Commit

Permalink
Version Packages (#931)
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 Aug 30, 2022
1 parent c140171 commit 6337ae3
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/lovely-suits-obey.md

This file was deleted.

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

## 6.1.0

### Minor Changes

- [#905](https://github.com/changesets/changesets/pull/905) [`c140171`](https://github.com/changesets/changesets/commit/c1401716cf5ee839aaa02ea7ff8f23f8af8bf5b0) Thanks [@Andarist](https://github.com/Andarist)! - The local version of Prettier is going to be preferred from now on when writing formatted `.md` files back to disk. At the same time the version of Prettier that we depend on has been upgraded.

## 6.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apply-release-plan/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/apply-release-plan",
"version": "6.0.4",
"version": "6.1.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",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,13 @@
# @changesets/cli

## 2.24.4

### Patch Changes

- Updated dependencies [[`c140171`](https://github.com/changesets/changesets/commit/c1401716cf5ee839aaa02ea7ff8f23f8af8bf5b0)]:
- @changesets/apply-release-plan@6.1.0
- @changesets/write@0.2.0

## 2.24.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.24.3",
"version": "2.24.4",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/apply-release-plan": "^6.0.4",
"@changesets/apply-release-plan": "^6.1.0",
"@changesets/assemble-release-plan": "^5.2.1",
"@changesets/changelog-git": "^0.1.12",
"@changesets/config": "^2.1.1",
Expand All @@ -43,7 +43,7 @@
"@changesets/pre": "^1.0.12",
"@changesets/read": "^0.5.7",
"@changesets/types": "^5.1.0",
"@changesets/write": "^0.1.9",
"@changesets/write": "^0.2.0",
"@manypkg/get-packages": "^1.1.3",
"@types/is-ci": "^3.0.0",
"@types/semver": "^6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/write/CHANGELOG.md
@@ -1,5 +1,11 @@
# @changesets/write

## 0.2.0

### Minor Changes

- [#905](https://github.com/changesets/changesets/pull/905) [`c140171`](https://github.com/changesets/changesets/commit/c1401716cf5ee839aaa02ea7ff8f23f8af8bf5b0) Thanks [@Andarist](https://github.com/Andarist)! - The local version of Prettier is going to be preferred from now on when writing formatted `.md` files back to disk. At the same time the version of Prettier that we depend on has been upgraded.

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/write/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/write",
"version": "0.1.9",
"version": "0.2.0",
"description": "Writes a changeset to a file",
"main": "dist/write.cjs.js",
"module": "dist/write.esm.js",
Expand Down

0 comments on commit 6337ae3

Please sign in to comment.