Skip to content

Commit

Permalink
Version Packages (#1368)
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 28, 2024
1 parent d729d8c commit e3f4a50
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/sharp-humans-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-snakes-rule.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.2

### Patch Changes

- [#1361](https://github.com/changesets/changesets/pull/1361) [`954a16a`](https://github.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c) Thanks [@jakebailey](https://github.com/jakebailey)! - Ensure that `version`/`tag` do not touch private packages with when versioning/tagging is turned off using `versionPackages` config

## 7.0.1

### Patch 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.1",
"version": "7.0.2",
"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
6 changes: 6 additions & 0 deletions packages/assemble-release-plan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @changesets/assemble-release-plan

## 6.0.1

### Patch Changes

- [#1361](https://github.com/changesets/changesets/pull/1361) [`954a16a`](https://github.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c) Thanks [@jakebailey](https://github.com/jakebailey)! - Ensure that `version`/`tag` do not touch private packages with when versioning/tagging is turned off using `versionPackages` config

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assemble-release-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/assemble-release-plan",
"version": "6.0.0",
"version": "6.0.1",
"description": "Reads changesets and adds information on dependents that need bumping",
"main": "dist/changesets-assemble-release-plan.cjs.js",
"module": "dist/changesets-assemble-release-plan.esm.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @changesets/cli

## 2.27.4

### Patch Changes

- [#1361](https://github.com/changesets/changesets/pull/1361) [`954a16a`](https://github.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c) Thanks [@jakebailey](https://github.com/jakebailey)! - Ensure that `version`/`tag` do not touch private packages with when versioning/tagging is turned off using `versionPackages` config

- [#1369](https://github.com/changesets/changesets/pull/1369) [`d729d8c`](https://github.com/changesets/changesets/commit/d729d8cc0e226871aa0c5b73cce80bbf313ca56c) Thanks [@Andarist](https://github.com/Andarist)! - `changeset tag` should now correctly skip tags that exist on the remote

- Updated dependencies [[`954a16a`](https://github.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c)]:
- @changesets/assemble-release-plan@6.0.1
- @changesets/apply-release-plan@7.0.2
- @changesets/get-release-plan@4.0.1

## 2.27.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "2.27.4",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down Expand Up @@ -67,13 +67,13 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/apply-release-plan": "^7.0.1",
"@changesets/assemble-release-plan": "^6.0.0",
"@changesets/apply-release-plan": "^7.0.2",
"@changesets/assemble-release-plan": "^6.0.1",
"@changesets/changelog-git": "^0.2.0",
"@changesets/config": "^3.0.0",
"@changesets/errors": "^0.2.0",
"@changesets/get-dependents-graph": "^2.0.0",
"@changesets/get-release-plan": "^4.0.0",
"@changesets/get-release-plan": "^4.0.1",
"@changesets/git": "^3.0.0",
"@changesets/logger": "^0.1.0",
"@changesets/pre": "^2.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/get-release-plan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @changesets/get-release-plan

## 4.0.1

### Patch Changes

- Updated dependencies [[`954a16a`](https://github.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c)]:
- @changesets/assemble-release-plan@6.0.1

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/get-release-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/get-release-plan",
"version": "4.0.0",
"version": "4.0.1",
"description": "Reads changesets and adds information on dependents that need bumping",
"main": "dist/changesets-get-release-plan.cjs.js",
"module": "dist/changesets-get-release-plan.esm.js",
Expand All @@ -20,7 +20,7 @@
"repository": "https://github.com/changesets/changesets/tree/main/packages/get-release-plan",
"dependencies": {
"@babel/runtime": "^7.20.1",
"@changesets/assemble-release-plan": "^6.0.0",
"@changesets/assemble-release-plan": "^6.0.1",
"@changesets/config": "^3.0.0",
"@changesets/pre": "^2.0.0",
"@changesets/read": "^0.6.0",
Expand Down

0 comments on commit e3f4a50

Please sign in to comment.