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

Merged
merged 1 commit into from Aug 30, 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
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