Skip to content

Commit

Permalink
Version Packages (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 30, 2020
1 parent a795910 commit 6569f89
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/light-waves-argue.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [`414dbc1`](https://github.com/Thinkmill/markings/commit/414dbc10cc2f07ec59dae3f612cf8f24fe6b84ce) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Change some dependencies

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/output-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markings/output-html",
"version": "0.0.9",
"version": "0.1.0",
"main": "dist/output-html.cjs.js",
"module": "dist/output-html.esm.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @markings/react

## 0.3.0

### Minor Changes

- [`414dbc1`](https://github.com/Thinkmill/markings/commit/414dbc10cc2f07ec59dae3f612cf8f24fe6b84ce) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Change some dependencies

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markings/react",
"version": "0.2.1",
"version": "0.3.0",
"main": "dist/react.cjs.js",
"module": "dist/react.esm.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions test-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @markings/test-project

## 1.0.17

### Patch Changes

- Updated dependencies [[`414dbc1`](https://github.com/Thinkmill/markings/commit/414dbc10cc2f07ec59dae3f612cf8f24fe6b84ce)]:
- @markings/output-html@0.1.0
- @markings/react@0.3.0

## 1.0.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@markings/test-project",
"version": "1.0.16",
"version": "1.0.17",
"private": true,
"license": "MIT",
"dependencies": {
"@markings/cli": "^0.0.12",
"@markings/output-csv": "^0.0.6",
"@markings/output-html": "^0.0.9",
"@markings/output-html": "^0.1.0",
"@markings/output-json": "^0.0.7",
"@markings/react": "^0.2.0",
"@markings/react": "^0.3.0",
"@markings/source-comments": "^0.0.8",
"@markings/source-react": "^0.1.1",
"@preconstruct/next": "^1.0.1",
Expand Down

0 comments on commit 6569f89

Please sign in to comment.