Skip to content

Commit 5c628a6

Browse files
github-actions[bot]Noviny
authored andcommitted
Version Packages (changesets#215)
1 parent b17ed74 commit 5c628a6

File tree

14 files changed

+58
-29
lines changed

14 files changed

+58
-29
lines changed

.changeset/mighty-suits-lay.md

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

.changeset/spicy-windows-poke.md

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

packages/cli/CHANGELOG.md

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

3+
## 2.3.3
4+
5+
### Patch Changes
6+
7+
- [`9cd1eaf`](https://github.com/atlassian/changesets/commit/9cd1eafc1620894a39fe10d3e393ad8f812df53a) [#214](https://github.com/atlassian/changesets/pull/214) Thanks [@Noviny](https://github.com/Noviny)! - Remove unused dependencies
8+
- Updated dependencies [[`9cd1eaf`](https://github.com/atlassian/changesets/commit/9cd1eafc1620894a39fe10d3e393ad8f812df53a), [`b17ed74`](https://github.com/atlassian/changesets/commit/b17ed7411ea57e38b20e646321d5053b213d198a)]:
9+
- @changesets/logger@0.0.3
10+
- @changesets/pre@0.1.1
11+
- @changesets/test-utils@0.0.3
12+
- @changesets/git@0.2.5
13+
- @changesets/config@0.2.4
14+
315
## 2.3.2
416

517
### Patch Changes

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/cli",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
55
"bin": {
66
"changeset": "bin.js"
@@ -26,12 +26,12 @@
2626
"@babel/runtime": "^7.4.4",
2727
"@changesets/apply-release-plan": "^0.3.0",
2828
"@changesets/assemble-release-plan": "^0.3.0",
29-
"@changesets/config": "^0.2.3",
29+
"@changesets/config": "^0.2.4",
3030
"@changesets/errors": "^0.1.2",
3131
"@changesets/get-release-plan": "^0.2.0",
32-
"@changesets/git": "^0.2.4",
33-
"@changesets/logger": "^0.0.2",
34-
"@changesets/pre": "^0.1.0",
32+
"@changesets/git": "^0.2.5",
33+
"@changesets/logger": "^0.0.3",
34+
"@changesets/pre": "^0.1.1",
3535
"@changesets/read": "^0.3.1",
3636
"@changesets/types": "^0.4.0",
3737
"@types/semver": "^6.0.0",

packages/config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @changesets/config
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cd1eaf`](https://github.com/atlassian/changesets/commit/9cd1eafc1620894a39fe10d3e393ad8f812df53a)]:
8+
- @changesets/logger@0.0.3
9+
310
## 0.2.3
411

512
### Patch Changes

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/config",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Utilities for reading and parsing Changeset's config",
55
"main": "dist/config.cjs.js",
66
"module": "dist/config.esm.js",
@@ -12,7 +12,7 @@
1212
],
1313
"dependencies": {
1414
"@changesets/errors": "^0.1.2",
15-
"@changesets/logger": "^0.0.2",
15+
"@changesets/logger": "^0.0.3",
1616
"@changesets/types": "^0.4.0",
1717
"fs-extra": "^7.0.1"
1818
},

packages/git/CHANGELOG.md

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

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- [`b17ed74`](https://github.com/atlassian/changesets/commit/b17ed7411ea57e38b20e646321d5053b213d198a) [#216](https://github.com/atlassian/changesets/pull/216) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Get commit from the creation of a changeset rather than the last modification
8+
39
## 0.2.4
410

511
### Patch Changes

packages/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/git",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Some git helpers that changesets use to get information",
55
"main": "dist/git.cjs.js",
66
"module": "dist/git.esm.js",

packages/logger/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [`9cd1eaf`](https://github.com/atlassian/changesets/commit/9cd1eafc1620894a39fe10d3e393ad8f812df53a) [#214](https://github.com/atlassian/changesets/pull/214) Thanks [@Noviny](https://github.com/Noviny)! - Remove unused dependencies
8+
39
## 0.0.2
410

511
### Patch Changes

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/logger",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Console log alias",
55
"main": "dist/logger.cjs.js",
66
"module": "dist/logger.esm.js",

packages/pre/CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# @changesets/pre
22

3-
## 0.1.0
4-
### Minor Changes
3+
## 0.1.1
54

5+
### Patch Changes
66

7+
- [`9cd1eaf`](https://github.com/atlassian/changesets/commit/9cd1eafc1620894a39fe10d3e393ad8f812df53a) [#214](https://github.com/atlassian/changesets/pull/214) Thanks [@Noviny](https://github.com/Noviny)! - Remove unused dependencies
78

8-
- [`8f0a1ef`](https://github.com/atlassian/changesets/commit/8f0a1ef327563512f471677ef0ca99d30da009c0) [#183](https://github.com/atlassian/changesets/pull/183) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
9+
## 0.1.0
910

10-
### Patch Changes
11+
### Minor Changes
1112

13+
- [`8f0a1ef`](https://github.com/atlassian/changesets/commit/8f0a1ef327563512f471677ef0ca99d30da009c0) [#183](https://github.com/atlassian/changesets/pull/183) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
1214

15+
### Patch Changes
1316

1417
- [`8f0a1ef`](https://github.com/atlassian/changesets/commit/8f0a1ef327563512f471677ef0ca99d30da009c0) [#183](https://github.com/atlassian/changesets/pull/183) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Add `PreExitButNotInPreModeError` and `PreEnterButInPreModeError`
1518
- Updated dependencies [[`8f0a1ef`](https://github.com/atlassian/changesets/commit/8f0a1ef327563512f471677ef0ca99d30da009c0), [`8f0a1ef`](https://github.com/atlassian/changesets/commit/8f0a1ef327563512f471677ef0ca99d30da009c0), [`8f0a1ef`](https://github.com/atlassian/changesets/commit/8f0a1ef327563512f471677ef0ca99d30da009c0)]:

packages/pre/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/pre",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Utils to make a Changesets repo enter and exit pre mode",
55
"main": "dist/pre.cjs.js",
66
"module": "dist/pre.esm.js",

packages/test-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @changesets/test-utils
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [`9cd1eaf`](https://github.com/atlassian/changesets/commit/9cd1eafc1620894a39fe10d3e393ad8f812df53a) [#214](https://github.com/atlassian/changesets/pull/214) Thanks [@Noviny](https://github.com/Noviny)! - Remove unused dependencies
8+
- Updated dependencies [[`9cd1eaf`](https://github.com/atlassian/changesets/commit/9cd1eafc1620894a39fe10d3e393ad8f812df53a)]:
9+
- @changesets/logger@0.0.3
10+
311
## 0.0.2
412

513
### Patch Changes

packages/test-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@changesets/test-utils",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Utils for testing changesets packages",
55
"main": "dist/test-utils.cjs.js",
66
"module": "dist/test-utils.esm.js",
77
"license": "MIT",
88
"repository": "https://github.com/changesets/changesets/tree/master/packages/test-utils",
99
"dependencies": {
10-
"@changesets/logger": "^0.0.2"
10+
"@changesets/logger": "^0.0.3"
1111
}
1212
}

0 commit comments

Comments
 (0)