Skip to content

Commit aec5096

Browse files
Version Packages (#209)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 361a34f commit aec5096

File tree

11 files changed

+47
-17
lines changed

11 files changed

+47
-17
lines changed

.changeset/mean-nails-hide.md

-8
This file was deleted.

packages/find-root/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @manypkg/find-root
22

3+
## 2.2.2
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
9+
- Updated dependencies [[`361a34f`](https://github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17)]:
10+
- @manypkg/tools@1.1.1
11+
312
## 2.2.1
413

514
### Patch Changes

packages/find-root/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/find-root",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Thinkmill/manypkg.git",
@@ -10,7 +10,7 @@
1010
"main": "dist/manypkg-find-root.cjs.js",
1111
"module": "dist/manypkg-find-root.esm.js",
1212
"dependencies": {
13-
"@manypkg/tools": "^1.1.0",
13+
"@manypkg/tools": "^1.1.1",
1414
"find-up": "^4.1.0",
1515
"fs-extra": "^8.1.0"
1616
},

packages/gatsby-source-workspace/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @manypkg/gatsby-source-workspace
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
39
## 0.5.0
410

511
### Minor Changes

packages/gatsby-source-workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/gatsby-source-workspace",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Thinkmill/manypkg.git",

packages/get-packages/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @manypkg/get-packages
22

3+
## 2.2.2
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
9+
- Updated dependencies [[`361a34f`](https://github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17)]:
10+
- @manypkg/find-root@2.2.2
11+
- @manypkg/tools@1.1.1
12+
313
## 2.2.1
414

515
### Patch Changes

packages/get-packages/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/get-packages",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Thinkmill/manypkg.git",
@@ -9,8 +9,8 @@
99
"license": "MIT",
1010
"main": "dist/manypkg-get-packages.cjs.js",
1111
"dependencies": {
12-
"@manypkg/find-root": "^2.2.0",
13-
"@manypkg/tools": "^1.1.0"
12+
"@manypkg/find-root": "^2.2.2",
13+
"@manypkg/tools": "^1.1.1"
1414
},
1515
"devDependencies": {
1616
"jest-fixtures": "^0.6.0"

packages/tools/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @manypkg/tools
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
39
## 1.1.0
410

511
### Minor Changes

packages/tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/tools",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Thinkmill/manypkg.git",

test-gatsby/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# test-gatsby-thing
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`361a34f`](https://github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17)]:
8+
- @manypkg/gatsby-source-workspace@0.5.1
9+
310
## 0.0.6
411

512
### Patch Changes

test-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "test-gatsby-thing",
33
"private": true,
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"dependencies": {
6-
"@manypkg/gatsby-source-workspace": "0.5.0",
6+
"@manypkg/gatsby-source-workspace": "0.5.1",
77
"@mdx-js/mdx": "^1.5.1",
88
"@mdx-js/react": "^1.5.1",
99
"gatsby": "^2.15.28",

0 commit comments

Comments
 (0)