Skip to content

Commit

Permalink
Version Packages (#29)
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 Sep 11, 2020
1 parent 8443983 commit 131d097
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-dolphins-serve.md

This file was deleted.

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.4.0

### Minor Changes

- [`8443983`](https://github.com/Thinkmill/markings/commit/8443983d78b35637c1666fc1e643eab4bbb28908) [#28](https://github.com/Thinkmill/markings/pull/28) Thanks [@jesstelford](https://github.com/jesstelford)! - Introduce function-as-a-child for React <Marking> component which doesn't require injecting { display: 'contents' }

## 0.3.0

### Minor 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.3.0",
"version": "0.4.0",
"main": "dist/react.cjs.js",
"module": "dist/react.esm.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

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

## 1.1.0

### Minor Changes

- [`8443983`](https://github.com/Thinkmill/markings/commit/8443983d78b35637c1666fc1e643eab4bbb28908) [#28](https://github.com/Thinkmill/markings/pull/28) Thanks [@jesstelford](https://github.com/jesstelford)! - Introduce function-as-a-child for React <Marking> component which doesn't require injecting { display: 'contents' }

### Patch Changes

- Updated dependencies [[`8443983`](https://github.com/Thinkmill/markings/commit/8443983d78b35637c1666fc1e643eab4bbb28908)]:
- @markings/react@0.4.0

## 1.0.17

### 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,14 +1,14 @@
{
"name": "@markings/test-project",
"version": "1.0.17",
"version": "1.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"@markings/cli": "^0.0.12",
"@markings/output-csv": "^0.0.6",
"@markings/output-html": "^0.1.0",
"@markings/output-json": "^0.0.7",
"@markings/react": "^0.3.0",
"@markings/react": "^0.4.0",
"@markings/source-comments": "^0.0.8",
"@markings/source-react": "^0.1.1",
"@preconstruct/next": "^1.0.1",
Expand Down

0 comments on commit 131d097

Please sign in to comment.