Skip to content

Commit

Permalink
Version Packages (#1355)
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 May 17, 2024
1 parent 69be7dc commit 4b60580
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/beige-lies-beam.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/breezy-moles-behave.md

This file was deleted.

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

## 7.0.1

### Patch Changes

- [#1351](https://github.com/changesets/changesets/pull/1351) [`c6da182`](https://github.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b) Thanks [@TheHolyWaffle](https://github.com/TheHolyWaffle)! - Fix an issue with not applying a custom `.prettierrc` configuration with `prettier@>= 3.1.1`

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apply-release-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/apply-release-plan",
"version": "7.0.0",
"version": "7.0.1",
"description": "Takes a release plan and applies it to packages",
"main": "dist/changesets-apply-release-plan.cjs.js",
"module": "dist/changesets-apply-release-plan.esm.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @changesets/cli

## 2.27.2

### Patch Changes

- [#1354](https://github.com/changesets/changesets/pull/1354) [`69be7dc`](https://github.com/changesets/changesets/commit/69be7dc7195011ac6dbd00b24ea923f02adcf69c) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with `changeset status` incorrectly returning an error status in two cases:

- for changed ignored packages
- for changed private packages when `privatePackage.version` was set to `false`

- [#1351](https://github.com/changesets/changesets/pull/1351) [`c6da182`](https://github.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b) Thanks [@TheHolyWaffle](https://github.com/TheHolyWaffle)! - Fix an issue with not applying a custom `.prettierrc` configuration with `prettier@>= 3.1.1`

- Updated dependencies [[`c6da182`](https://github.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b)]:
- @changesets/apply-release-plan@7.0.1
- @changesets/write@0.3.1

## 2.27.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.27.1",
"version": "2.27.2",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down Expand Up @@ -67,7 +67,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/apply-release-plan": "^7.0.0",
"@changesets/apply-release-plan": "^7.0.1",
"@changesets/assemble-release-plan": "^6.0.0",
"@changesets/changelog-git": "^0.2.0",
"@changesets/config": "^3.0.0",
Expand All @@ -79,7 +79,7 @@
"@changesets/pre": "^2.0.0",
"@changesets/read": "^0.6.0",
"@changesets/types": "^6.0.0",
"@changesets/write": "^0.3.0",
"@changesets/write": "^0.3.1",
"@manypkg/get-packages": "^1.1.3",
"@types/semver": "^7.5.0",
"ansi-colors": "^4.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/write/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @changesets/write

## 0.3.1

### Patch Changes

- [#1351](https://github.com/changesets/changesets/pull/1351) [`c6da182`](https://github.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b) Thanks [@TheHolyWaffle](https://github.com/TheHolyWaffle)! - Fix an issue with not applying a custom `.prettierrc` configuration with `prettier@>= 3.1.1`

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/write/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/write",
"version": "0.3.0",
"version": "0.3.1",
"description": "Writes a changeset to a file",
"main": "dist/changesets-write.cjs.js",
"module": "dist/changesets-write.esm.js",
Expand Down

0 comments on commit 4b60580

Please sign in to comment.