Skip to content

Commit

Permalink
Version Packages (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Noviny committed Nov 4, 2019
1 parent b17ed74 commit 5c628a6
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .changeset/mighty-suits-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-windows-poke.md

This file was deleted.

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

## 2.3.3

### Patch Changes

- [`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
- Updated dependencies [[`9cd1eaf`](https://github.com/atlassian/changesets/commit/9cd1eafc1620894a39fe10d3e393ad8f812df53a), [`b17ed74`](https://github.com/atlassian/changesets/commit/b17ed7411ea57e38b20e646321d5053b213d198a)]:
- @changesets/logger@0.0.3
- @changesets/pre@0.1.1
- @changesets/test-utils@0.0.3
- @changesets/git@0.2.5
- @changesets/config@0.2.4

## 2.3.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.3.2",
"version": "2.3.3",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand All @@ -26,12 +26,12 @@
"@babel/runtime": "^7.4.4",
"@changesets/apply-release-plan": "^0.3.0",
"@changesets/assemble-release-plan": "^0.3.0",
"@changesets/config": "^0.2.3",
"@changesets/config": "^0.2.4",
"@changesets/errors": "^0.1.2",
"@changesets/get-release-plan": "^0.2.0",
"@changesets/git": "^0.2.4",
"@changesets/logger": "^0.0.2",
"@changesets/pre": "^0.1.0",
"@changesets/git": "^0.2.5",
"@changesets/logger": "^0.0.3",
"@changesets/pre": "^0.1.1",
"@changesets/read": "^0.3.1",
"@changesets/types": "^0.4.0",
"@types/semver": "^6.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @changesets/config

## 0.2.4

### Patch Changes

- Updated dependencies [[`9cd1eaf`](https://github.com/atlassian/changesets/commit/9cd1eafc1620894a39fe10d3e393ad8f812df53a)]:
- @changesets/logger@0.0.3

## 0.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/config",
"version": "0.2.3",
"version": "0.2.4",
"description": "Utilities for reading and parsing Changeset's config",
"main": "dist/config.cjs.js",
"module": "dist/config.esm.js",
Expand All @@ -12,7 +12,7 @@
],
"dependencies": {
"@changesets/errors": "^0.1.2",
"@changesets/logger": "^0.0.2",
"@changesets/logger": "^0.0.3",
"@changesets/types": "^0.4.0",
"fs-extra": "^7.0.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @changesets/git

## 0.2.5

### Patch Changes

- [`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

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/git",
"version": "0.2.4",
"version": "0.2.5",
"description": "Some git helpers that changesets use to get information",
"main": "dist/git.cjs.js",
"module": "dist/git.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @changesets/logger

## 0.0.3

### Patch Changes

- [`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

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/logger",
"version": "0.0.2",
"version": "0.0.3",
"description": "Console log alias",
"main": "dist/logger.cjs.js",
"module": "dist/logger.esm.js",
Expand Down
11 changes: 7 additions & 4 deletions packages/pre/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# @changesets/pre

## 0.1.0
### Minor Changes
## 0.1.1

### Patch Changes

- [`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

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

### Patch Changes
### Minor Changes

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

### Patch Changes

- [`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`
- 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)]:
Expand Down
2 changes: 1 addition & 1 deletion packages/pre/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/pre",
"version": "0.1.0",
"version": "0.1.1",
"description": "Utils to make a Changesets repo enter and exit pre mode",
"main": "dist/pre.cjs.js",
"module": "dist/pre.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @changesets/test-utils

## 0.0.3

### Patch Changes

- [`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
- Updated dependencies [[`9cd1eaf`](https://github.com/atlassian/changesets/commit/9cd1eafc1620894a39fe10d3e393ad8f812df53a)]:
- @changesets/logger@0.0.3

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@changesets/test-utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "Utils for testing changesets packages",
"main": "dist/test-utils.cjs.js",
"module": "dist/test-utils.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/master/packages/test-utils",
"dependencies": {
"@changesets/logger": "^0.0.2"
"@changesets/logger": "^0.0.3"
}
}

0 comments on commit 5c628a6

Please sign in to comment.