Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 14, 2021
1 parent 1c12343 commit a73171e
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-plums-watch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-radios-raise.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/changelog-github/CHANGELOG.md
@@ -1,5 +1,14 @@
# @changesets/changelog-github

## 0.2.8

### Patch Changes

- [`3436c53`](https://github.com/atlassian/changesets/commit/3436c53acf444c2ce19f8548920b7b73461a9c76) [#510](https://github.com/atlassian/changesets/pull/510) Thanks [@tuanddd](https://github.com/tuanddd)! - Added validation rule for invalid `repo` arguments.

- Updated dependencies [[`3436c53`](https://github.com/atlassian/changesets/commit/3436c53acf444c2ce19f8548920b7b73461a9c76)]:
- @changesets/get-github-info@0.4.5

## 0.2.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/changelog-github/package.json
@@ -1,13 +1,13 @@
{
"name": "@changesets/changelog-github",
"version": "0.2.7",
"version": "0.2.8",
"description": "A changelog entry generator for GitHub that links to commits, PRs and users",
"main": "dist/changelog-github.cjs.js",
"module": "dist/changelog-github.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/master/packages/changelog-github",
"dependencies": {
"@changesets/get-github-info": "^0.4.4",
"@changesets/get-github-info": "^0.4.5",
"@changesets/types": "^3.0.0",
"dotenv": "^8.1.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,11 @@
# @changesets/cli

## 2.13.0

### Minor Changes

- [`412b4b9`](https://github.com/atlassian/changesets/commit/412b4b97e53b6326e8e733eb7d4e1f5738e6fed0) [#504](https://github.com/atlassian/changesets/pull/504) Thanks [@vitorbal](https://github.com/vitorbal)! - `changeset status` command no longer errors when no packages have been changed.

## 2.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.12.0",
"version": "2.13.0",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/get-github-info/CHANGELOG.md
@@ -1,5 +1,11 @@
# @changesets/get-github-info

## 0.4.5

### Patch Changes

- [`3436c53`](https://github.com/atlassian/changesets/commit/3436c53acf444c2ce19f8548920b7b73461a9c76) [#510](https://github.com/atlassian/changesets/pull/510) Thanks [@tuanddd](https://github.com/tuanddd)! - Added validation rule for invalid `repo` arguments.

## 0.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/get-github-info/package.json
@@ -1,6 +1,6 @@
{
"name": "@changesets/get-github-info",
"version": "0.4.4",
"version": "0.4.5",
"description": "Get the GitHub username and PR number from a commit. Intended for use with changesets.",
"main": "dist/get-github-info.cjs.js",
"module": "dist/get-github-info.esm.js",
Expand Down

0 comments on commit a73171e

Please sign in to comment.