Skip to content

Commit

Permalink
Version Packages (#209)
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 27, 2024
1 parent 361a34f commit aec5096
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .changeset/mean-nails-hide.md

This file was deleted.

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

## 2.2.2

### Patch Changes

- [#208](https://github.com/Thinkmill/manypkg/pull/208) [`361a34f`](https://github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17) Thanks [@benmccann](https://github.com/benmccann)! - Add git repository info to `package.json`

- Updated dependencies [[`361a34f`](https://github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17)]:
- @manypkg/tools@1.1.1

## 2.2.1

### 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.1",
"version": "2.2.2",
"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.0",
"@manypkg/tools": "^1.1.1",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @manypkg/gatsby-source-workspace

## 0.5.1

### Patch Changes

- [#208](https://github.com/Thinkmill/manypkg/pull/208) [`361a34f`](https://github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17) Thanks [@benmccann](https://github.com/benmccann)! - Add git repository info to `package.json`

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manypkg/gatsby-source-workspace",
"version": "0.5.0",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/get-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @manypkg/get-packages

## 2.2.2

### Patch Changes

- [#208](https://github.com/Thinkmill/manypkg/pull/208) [`361a34f`](https://github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17) Thanks [@benmccann](https://github.com/benmccann)! - Add git repository info to `package.json`

- Updated dependencies [[`361a34f`](https://github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17)]:
- @manypkg/find-root@2.2.2
- @manypkg/tools@1.1.1

## 2.2.1

### Patch 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,6 +1,6 @@
{
"name": "@manypkg/get-packages",
"version": "2.2.1",
"version": "2.2.2",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
Expand All @@ -9,8 +9,8 @@
"license": "MIT",
"main": "dist/manypkg-get-packages.cjs.js",
"dependencies": {
"@manypkg/find-root": "^2.2.0",
"@manypkg/tools": "^1.1.0"
"@manypkg/find-root": "^2.2.2",
"@manypkg/tools": "^1.1.1"
},
"devDependencies": {
"jest-fixtures": "^0.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @manypkg/tools

## 1.1.1

### Patch Changes

- [#208](https://github.com/Thinkmill/manypkg/pull/208) [`361a34f`](https://github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17) Thanks [@benmccann](https://github.com/benmccann)! - Add git repository info to `package.json`

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/manypkg.git",
Expand Down
7 changes: 7 additions & 0 deletions test-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-gatsby-thing

## 0.0.7

### Patch Changes

- Updated dependencies [[`361a34f`](https://github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17)]:
- @manypkg/gatsby-source-workspace@0.5.1

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "test-gatsby-thing",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"dependencies": {
"@manypkg/gatsby-source-workspace": "0.5.0",
"@manypkg/gatsby-source-workspace": "0.5.1",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"gatsby": "^2.15.28",
Expand Down

0 comments on commit aec5096

Please sign in to comment.