Skip to content

Commit

Permalink
Version Packages (#999)
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 Oct 31, 2022
1 parent 663749c commit 193bcab
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-geckos-lick.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.2

### Patch Changes

- [#983](https://github.com/changesets/changesets/pull/983) [`6cc4300`](https://github.com/changesets/changesets/commit/6cc430013a052dc2488b9e6700a1e4bd8c8e0680) Thanks [@Andarist](https://github.com/Andarist)! - Improved compatibility with the alpha releases of Prettier v3 by awaiting the `.format` result since it's a promise in that version.

## 6.1.1

### 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.1.1",
"version": "6.1.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",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,13 @@
# @changesets/cli

## 2.25.2

### Patch Changes

- Updated dependencies [[`6cc4300`](https://github.com/changesets/changesets/commit/6cc430013a052dc2488b9e6700a1e4bd8c8e0680)]:
- @changesets/apply-release-plan@6.1.2
- @changesets/write@0.2.2

## 2.25.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.25.1",
"version": "2.25.2",
"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.1.1",
"@changesets/apply-release-plan": "^6.1.2",
"@changesets/assemble-release-plan": "^5.2.2",
"@changesets/changelog-git": "^0.1.13",
"@changesets/config": "^2.2.0",
Expand All @@ -43,7 +43,7 @@
"@changesets/pre": "^1.0.13",
"@changesets/read": "^0.5.8",
"@changesets/types": "^5.2.0",
"@changesets/write": "^0.2.1",
"@changesets/write": "^0.2.2",
"@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.2

### Patch Changes

- [#983](https://github.com/changesets/changesets/pull/983) [`6cc4300`](https://github.com/changesets/changesets/commit/6cc430013a052dc2488b9e6700a1e4bd8c8e0680) Thanks [@Andarist](https://github.com/Andarist)! - Improved compatibility with the alpha releases of Prettier v3 by awaiting the `.format` result since it's a promise in that version.

## 0.2.1

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

0 comments on commit 193bcab

Please sign in to comment.