Skip to content

Commit

Permalink
Version Packages (#35)
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 Nov 17, 2020
1 parent 0070e0a commit 43bc52e
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/tough-dots-visit.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.2.0

### Minor Changes

- [`0070e0a`](https://github.com/Thinkmill/markings/commit/0070e0a305bdff69e85c41d0f1989329fc9fc330) [#34](https://github.com/Thinkmill/markings/pull/34) Thanks [@nathsimpson](https://github.com/nathsimpson)! - Use emotion 11

## 0.1.1

### 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.1.1",
"version": "0.2.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.5.0

### Minor Changes

- [`0070e0a`](https://github.com/Thinkmill/markings/commit/0070e0a305bdff69e85c41d0f1989329fc9fc330) [#34](https://github.com/Thinkmill/markings/pull/34) Thanks [@nathsimpson](https://github.com/nathsimpson)! - Use emotion 11

## 0.4.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.4.1",
"version": "0.5.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.1.2

### Patch Changes

- Updated dependencies [[`0070e0a`](https://github.com/Thinkmill/markings/commit/0070e0a305bdff69e85c41d0f1989329fc9fc330)]:
- @markings/output-html@0.2.0
- @markings/react@0.5.0

## 1.1.1

### 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.1.1",
"version": "1.1.2",
"private": true,
"license": "MIT",
"dependencies": {
"@markings/cli": "^0.0.13",
"@markings/output-csv": "^0.0.7",
"@markings/output-html": "^0.1.1",
"@markings/output-html": "^0.2.0",
"@markings/output-json": "^0.0.8",
"@markings/react": "^0.4.1",
"@markings/react": "^0.5.0",
"@markings/source-comments": "^0.1.0",
"@markings/source-react": "^0.2.0",
"@preconstruct/next": "^1.0.1",
Expand Down

0 comments on commit 43bc52e

Please sign in to comment.