Skip to content

Commit

Permalink
Version Packages (#217)
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 Aug 10, 2024
1 parent 237f38f commit 045f7d7
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-houses-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-goats-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-garlics-exercise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-owls-pull.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/find-root/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @manypkg/find-root

## 2.2.3

### Patch Changes

- [#215](https://github.com/Thinkmill/manypkg/pull/215) [`2ebda03`](https://github.com/Thinkmill/manypkg/commit/2ebda036b38d9111ef49085944972659f7c620a5) Thanks [@benmccann](https://github.com/benmccann)! - Remove find-up dependency

- [#212](https://github.com/Thinkmill/manypkg/pull/212) [`c0a5e5d`](https://github.com/Thinkmill/manypkg/commit/c0a5e5dcd096898fa1c196d9bbe19587055e2924) Thanks [@benmccann](https://github.com/benmccann)! - Remove fs-extra from dependencies

- Updated dependencies [[`66cdbc0`](https://github.com/Thinkmill/manypkg/commit/66cdbc0ab4f493351724b05189dc89d51d4dadf6), [`18c0ce3`](https://github.com/Thinkmill/manypkg/commit/18c0ce3667192e5128d8962267aff7e61cce23a4), [`c0a5e5d`](https://github.com/Thinkmill/manypkg/commit/c0a5e5dcd096898fa1c196d9bbe19587055e2924)]:
- @manypkg/tools@1.1.2

## 2.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/find-root/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/find-root",
"version": "2.2.2",
"version": "2.2.3",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
Expand All @@ -10,7 +10,7 @@
"main": "dist/manypkg-find-root.cjs.js",
"module": "dist/manypkg-find-root.esm.js",
"dependencies": {
"@manypkg/tools": "^1.1.1"
"@manypkg/tools": "^1.1.2"
},
"devDependencies": {
"@types/node": "^16.11.7",
Expand Down
10 changes: 10 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @manypkg/tools

## 1.1.2

### Patch Changes

- [#214](https://github.com/Thinkmill/manypkg/pull/214) [`66cdbc0`](https://github.com/Thinkmill/manypkg/commit/66cdbc0ab4f493351724b05189dc89d51d4dadf6) Thanks [@benmccann](https://github.com/benmccann)! - Replace `globby` with `fast-glob` to remove extra dependencies

- [#213](https://github.com/Thinkmill/manypkg/pull/213) [`18c0ce3`](https://github.com/Thinkmill/manypkg/commit/18c0ce3667192e5128d8962267aff7e61cce23a4) Thanks [@benmccann](https://github.com/benmccann)! - Replace `read-yaml-file` with `js-yaml`

- [#212](https://github.com/Thinkmill/manypkg/pull/212) [`c0a5e5d`](https://github.com/Thinkmill/manypkg/commit/c0a5e5dcd096898fa1c196d9bbe19587055e2924) Thanks [@benmccann](https://github.com/benmccann)! - Remove fs-extra from dependencies

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/tools",
"version": "1.1.1",
"version": "1.1.2",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
Expand Down

0 comments on commit 045f7d7

Please sign in to comment.