Skip to content

Commit 16393f9

Browse files
Version Packages (#71)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f2e890e commit 16393f9

File tree

10 files changed

+36
-17
lines changed

10 files changed

+36
-17
lines changed

.changeset/rude-lizards-rule.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/ten-pens-fry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @manypkg/cli
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- [`f2e890e`](https://github.com/Thinkmill/manypkg/commit/f2e890e76b718c36c8d08b49a54288cd2aecedfd) [#68](https://github.com/Thinkmill/manypkg/pull/68) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Ignore invalid ranges on external dependencies to allow git and other types of dependencies and allow people to ignore the external mismatch rule for certain dependencies by making dependencies `npm:^1.0.0` instead of `^1.0.0`.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`35fcc9c`](https://github.com/Thinkmill/manypkg/commit/35fcc9cba7ccec6667826da84ed02dff166c50a3)]:
12+
- @manypkg/get-packages@1.1.1
13+
314
## 0.14.0
415

516
### Minor Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://github.com/Thinkmill/manypkg.git",
66
"directory": "packages/cli"
77
},
8-
"version": "0.14.0",
8+
"version": "0.15.0",
99
"main": "dist/cli.cjs.js",
1010
"module": "dist/cli.esm.js",
1111
"license": "MIT",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@babel/runtime": "^7.5.5",
17-
"@manypkg/get-packages": "^1.1.0",
17+
"@manypkg/get-packages": "^1.1.1",
1818
"chalk": "^2.4.2",
1919
"detect-indent": "^6.0.0",
2020
"find-up": "^4.1.0",

packages/gatsby-source-workspace/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @manypkg/gatsby-source-workspace
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [`35fcc9c`](https://github.com/Thinkmill/manypkg/commit/35fcc9cba7ccec6667826da84ed02dff166c50a3) [#70](https://github.com/Thinkmill/manypkg/pull/70) Thanks [@jesstelford](https://github.com/jesstelford)! - Add missing license field
8+
39
## 0.4.0
410

511
### Minor Changes

packages/gatsby-source-workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/gatsby-source-workspace",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"license": "MIT",
55
"peerDependencies": {
66
"gatsby": "^2.15.28"

packages/get-packages/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @manypkg/get-packages
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [`35fcc9c`](https://github.com/Thinkmill/manypkg/commit/35fcc9cba7ccec6667826da84ed02dff166c50a3) [#70](https://github.com/Thinkmill/manypkg/pull/70) Thanks [@jesstelford](https://github.com/jesstelford)! - Add missing license field
8+
39
## 1.1.0
410

511
### Minor Changes

packages/get-packages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@manypkg/get-packages",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"main": "dist/get-packages.cjs.js",
66
"dependencies": {

test-gatsby/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# test-gatsby-thing
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`35fcc9c`](https://github.com/Thinkmill/manypkg/commit/35fcc9cba7ccec6667826da84ed02dff166c50a3)]:
8+
- @manypkg/gatsby-source-workspace@0.4.1
9+
310
## 0.0.4
411

512
### Patch Changes

test-gatsby/package.json

Lines changed: 2 additions & 2 deletions
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.4",
4+
"version": "0.0.5",
55
"dependencies": {
6-
"@manypkg/gatsby-source-workspace": "0.4.0",
6+
"@manypkg/gatsby-source-workspace": "0.4.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)