Skip to content

Commit

Permalink
ci(changeset): generate PR with changelog & version updates (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown authored Mar 5, 2020
1 parent a2a0923 commit bb5f80b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-beers-tickle.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- [`a2a0923`](https://github.com/Thinkmill/markings/commit/a2a092304533f03beaddd7062fdd8511f55f2019) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Filter out node_modules and .d.ts files when extracting markings

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markings/cli",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/cli.cjs.js",
"module": "dist/cli.esm.js",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions test-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @markings/test-project

## 1.0.5

### Patch Changes

- Updated dependencies [[`a2a0923`](https://github.com/Thinkmill/markings/commit/a2a092304533f03beaddd7062fdd8511f55f2019)]:
- @markings/cli@0.0.5

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@markings/test-project",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"license": "MIT",
"dependencies": {
"@markings/cli": "^0.0.4",
"@markings/cli": "^0.0.5",
"@markings/output-json": "^0.0.2",
"@markings/react-note": "^0.0.0",
"@markings/source-react-note": "^0.0.3",
Expand Down

0 comments on commit bb5f80b

Please sign in to comment.