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

Merged
merged 1 commit into from Jul 7, 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
5 changes: 0 additions & 5 deletions .changeset/gold-mangos-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-dancers-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-buckets-guess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-jars-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-queens-add.md

This file was deleted.

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

## 6.0.1

### Patch Changes

- [#857](https://github.com/changesets/changesets/pull/857) [`7febb59`](https://github.com/changesets/changesets/commit/7febb599167234ae071b5d223b80cbc8a9375709) Thanks [@dotansimha](https://github.com/dotansimha)! - Fixed an issue with dependency ranges still using pre-existing range modifiers instead of fixed package versions when performing a snapshot release. This ensures that installs of snapshot versions are always reproducible.

- Updated dependencies [[`2827c7a`](https://github.com/changesets/changesets/commit/2827c7ab33af30065fafe72ede1a2a6ac88d5276), [`7b1c0c1`](https://github.com/changesets/changesets/commit/7b1c0c1b73a19b50fe3a104acb440c604eab108f)]:
- @changesets/config@2.0.1

## 6.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apply-release-plan/package.json
@@ -1,14 +1,14 @@
{
"name": "@changesets/apply-release-plan",
"version": "6.0.0",
"version": "6.0.1",
"description": "Takes a release plan and applies it to packages",
"main": "dist/apply-release-plan.cjs.js",
"module": "dist/apply-release-plan.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/apply-release-plan",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/config": "^2.0.0",
"@changesets/config": "^2.0.1",
"@changesets/get-version-range-type": "^0.3.2",
"@changesets/git": "^1.3.2",
"@changesets/types": "^5.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,20 @@
# @changesets/cli

## 2.23.1

### Patch Changes

- [#843](https://github.com/changesets/changesets/pull/843) [`101b1cb`](https://github.com/changesets/changesets/commit/101b1cb7e45f23146ce764a892a9ba04ed545cc5) Thanks [@caohuilin](https://github.com/caohuilin)! - Fixed the printed filename in the verbose output of `changeset status`.

* [#857](https://github.com/changesets/changesets/pull/857) [`7febb59`](https://github.com/changesets/changesets/commit/7febb599167234ae071b5d223b80cbc8a9375709) Thanks [@dotansimha](https://github.com/dotansimha)! - Fixed an issue with dependency ranges still using pre-existing range modifiers instead of fixed package versions when performing a snapshot release. This ensures that installs of snapshot versions are always reproducible.

- [#744](https://github.com/changesets/changesets/pull/744) [`84e46d1`](https://github.com/changesets/changesets/commit/84e46d19bd26c3a4ab6ff6d0543bd327dfa32a10) Thanks [@mskelton](https://github.com/mskelton)! - Ignored packages are no longer listed when adding a changeset.

- Updated dependencies [[`2827c7a`](https://github.com/changesets/changesets/commit/2827c7ab33af30065fafe72ede1a2a6ac88d5276), [`7b1c0c1`](https://github.com/changesets/changesets/commit/7b1c0c1b73a19b50fe3a104acb440c604eab108f), [`7febb59`](https://github.com/changesets/changesets/commit/7febb599167234ae071b5d223b80cbc8a9375709)]:
- @changesets/config@2.0.1
- @changesets/apply-release-plan@6.0.1
- @changesets/get-release-plan@3.0.10

## 2.23.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.23.0",
"version": "2.23.1",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down Expand Up @@ -31,13 +31,13 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/apply-release-plan": "^6.0.0",
"@changesets/apply-release-plan": "^6.0.1",
"@changesets/assemble-release-plan": "^5.1.3",
"@changesets/changelog-git": "^0.1.11",
"@changesets/config": "^2.0.0",
"@changesets/config": "^2.0.1",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.2",
"@changesets/get-release-plan": "^3.0.9",
"@changesets/get-release-plan": "^3.0.10",
"@changesets/git": "^1.3.2",
"@changesets/logger": "^0.0.5",
"@changesets/pre": "^1.0.11",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
@@ -1,5 +1,13 @@
# @changesets/config

## 2.0.1

### Patch Changes

- [#854](https://github.com/changesets/changesets/pull/854) [`2827c7a`](https://github.com/changesets/changesets/commit/2827c7ab33af30065fafe72ede1a2a6ac88d5276) Thanks [@Andarist](https://github.com/Andarist)! - Fixed the declared JSON schema type for the `changelog` config option.

* [#852](https://github.com/changesets/changesets/pull/852) [`7b1c0c1`](https://github.com/changesets/changesets/commit/7b1c0c1b73a19b50fe3a104acb440c604eab108f) Thanks [@caohuilin](https://github.com/caohuilin)! - Fixed the declared JSON schema type for the `commit` config option.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/config",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utilities for reading and parsing Changeset's config",
"main": "dist/config.cjs.js",
"module": "dist/config.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/get-release-plan/CHANGELOG.md
@@ -1,5 +1,12 @@
# @changesets/get-release-plan

## 3.0.10

### Patch Changes

- Updated dependencies [[`2827c7a`](https://github.com/changesets/changesets/commit/2827c7ab33af30065fafe72ede1a2a6ac88d5276), [`7b1c0c1`](https://github.com/changesets/changesets/commit/7b1c0c1b73a19b50fe3a104acb440c604eab108f)]:
- @changesets/config@2.0.1

## 3.0.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/get-release-plan/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/get-release-plan",
"version": "3.0.9",
"version": "3.0.10",
"description": "Reads changesets and adds information on dependents that need bumping",
"main": "dist/get-release-plan.cjs.js",
"module": "dist/get-release-plan.esm.js",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.10.4",
"@changesets/assemble-release-plan": "^5.1.3",
"@changesets/config": "^2.0.0",
"@changesets/config": "^2.0.1",
"@changesets/pre": "^1.0.11",
"@changesets/read": "^0.5.5",
"@changesets/types": "^5.0.0",
Expand Down