Skip to content

Commit

Permalink
Version Packages (#179)
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 Jun 9, 2023
1 parent de0fff3 commit 44285d8
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/rude-squids-switch.md

This file was deleted.

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

## 0.21.0

### Minor Changes

- [#174](https://github.com/Thinkmill/manypkg/pull/174) [`de0fff3`](https://github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7) Thanks [@steve-taylor](https://github.com/steve-taylor)! - Restored support for Bolt monorepos.

### Patch Changes

- Updated dependencies [[`de0fff3`](https://github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7)]:
- @manypkg/get-packages@2.2.0

## 0.20.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/cli",
"version": "0.20.0",
"version": "0.21.0",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
Expand All @@ -13,7 +13,7 @@
"manypkg": "./bin.js"
},
"dependencies": {
"@manypkg/get-packages": "^2.0.0",
"@manypkg/get-packages": "^2.2.0",
"chalk": "^2.4.2",
"detect-indent": "^6.0.0",
"find-up": "^4.1.0",
Expand Down
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.0

### Minor Changes

- [#174](https://github.com/Thinkmill/manypkg/pull/174) [`de0fff3`](https://github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7) Thanks [@steve-taylor](https://github.com/steve-taylor)! - Restored support for Bolt monorepos.

### Patch Changes

- Updated dependencies [[`de0fff3`](https://github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7)]:
- @manypkg/tools@1.1.0

## 2.1.0

### Minor 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,11 +1,11 @@
{
"name": "@manypkg/find-root",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"main": "dist/manypkg-find-root.cjs.js",
"module": "dist/manypkg-find-root.esm.js",
"dependencies": {
"@manypkg/tools": "^1.0.0",
"@manypkg/tools": "^1.1.0",
"@types/node": "^12.7.1",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/get-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @manypkg/get-packages

## 2.2.0

### Minor Changes

- [#174](https://github.com/Thinkmill/manypkg/pull/174) [`de0fff3`](https://github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7) Thanks [@steve-taylor](https://github.com/steve-taylor)! - Restored support for Bolt monorepos.

### Patch Changes

- Updated dependencies [[`de0fff3`](https://github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7)]:
- @manypkg/find-root@2.2.0
- @manypkg/tools@1.1.0

## 2.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/get-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@manypkg/get-packages",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"main": "dist/manypkg-get-packages.cjs.js",
"dependencies": {
"@manypkg/find-root": "^2.1.0",
"@manypkg/tools": "^1.0.0"
"@manypkg/find-root": "^2.2.0",
"@manypkg/tools": "^1.1.0"
},
"devDependencies": {
"jest-fixtures": "^0.6.0"
Expand Down
9 changes: 7 additions & 2 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @manypkg/tools

## 1.0.0
### Major Changes
## 1.1.0

### Minor Changes

- [#174](https://github.com/Thinkmill/manypkg/pull/174) [`de0fff3`](https://github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7) Thanks [@steve-taylor](https://github.com/steve-taylor)! - Restored support for Bolt monorepos.

## 1.0.0

### Major Changes

- [#151](https://github.com/Thinkmill/manypkg/pull/151) [`a01efc9`](https://github.com/Thinkmill/manypkg/commit/a01efc9c25900b7d21b6d517a2021b021f8b3922) Thanks [@elliot-nelson](https://github.com/elliot-nelson)! - Introduces a new `Tool` API that provides key functions related to a specific implementation of a monorepo, like `isMonorepoRoot` and `getPackages`. Existing tool implementations in manypkg have been converted to use this new interface.
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.0.0",
"version": "1.1.0",
"license": "MIT",
"main": "dist/manypkg-tools.cjs.js",
"dependencies": {
Expand Down

0 comments on commit 44285d8

Please sign in to comment.