Skip to content

Commit

Permalink
Version Packages (#4)
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] authored Aug 22, 2024
1 parent 8dd2f81 commit 4a030a7
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-trains-sneeze.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/khaki-fireants-sip.md

This file was deleted.

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

## 7.0.5

### Patch Changes

- Updated dependencies [[`134fdb1`](https://github.com/changesets/changesets/commit/134fdb1c8406560b7356b47183eaf66a3030b1dc)]:
- @fond-of/changesets-config@3.1.0

## 7.0.4

### 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": "@fond-of/changesets-apply-release-plan",
"version": "7.0.4",
"version": "7.0.5",
"description": "Takes a release plan and applies it to packages",
"main": "dist/fond-of-changesets-apply-release-plan.cjs.js",
"module": "dist/fond-of-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 @@
# @fond-of/changesets-cli

## 2.28.0

### Minor Changes

- [`134fdb1`](https://github.com/changesets/changesets/commit/134fdb1c8406560b7356b47183eaf66a3030b1dc) Thanks [@SpiderDan98](https://github.com/SpiderDan98)! - feat add config path option

### Patch Changes

- [#1419](https://github.com/changesets/changesets/pull/1419) [`4efc038`](https://github.com/changesets/changesets/commit/4efc0382fcf7ef0ebd0d8e0515b655b6870728f1) Thanks [@bluwy](https://github.com/bluwy)! - Fix logging `--version` flag

- Updated dependencies [[`134fdb1`](https://github.com/changesets/changesets/commit/134fdb1c8406560b7356b47183eaf66a3030b1dc)]:
- @fond-of/changesets-get-release-plan@4.1.0
- @fond-of/changesets-config@3.1.0
- @fond-of/changesets-apply-release-plan@7.0.5

## 2.27.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fond-of/changesets-cli",
"version": "2.27.7",
"version": "2.28.0",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fond-of/changesets-config

## 3.1.0

### Minor Changes

- [`134fdb1`](https://github.com/changesets/changesets/commit/134fdb1c8406560b7356b47183eaf66a3030b1dc) Thanks [@SpiderDan98](https://github.com/SpiderDan98)! - feat add config path option

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fond-of/changesets-config",
"version": "3.0.2",
"version": "3.1.0",
"description": "Utilities for reading and parsing Changeset's config",
"main": "dist/fond-of-changesets-config.cjs.js",
"module": "dist/fond-of-changesets-config.esm.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/get-release-plan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fond-of/changesets-get-release-plan

## 4.1.0

### Minor Changes

- [`134fdb1`](https://github.com/changesets/changesets/commit/134fdb1c8406560b7356b47183eaf66a3030b1dc) Thanks [@SpiderDan98](https://github.com/SpiderDan98)! - feat add config path option

### Patch Changes

- Updated dependencies [[`134fdb1`](https://github.com/changesets/changesets/commit/134fdb1c8406560b7356b47183eaf66a3030b1dc)]:
- @fond-of/changesets-config@3.1.0

## 4.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/get-release-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fond-of/changesets-get-release-plan",
"version": "4.0.3",
"version": "4.1.0",
"description": "Reads changesets and adds information on dependents that need bumping",
"main": "dist/fond-of-changesets-get-release-plan.cjs.js",
"module": "dist/fond-of-changesets-get-release-plan.esm.js",
Expand Down

0 comments on commit 4a030a7

Please sign in to comment.