Skip to content

Commit

Permalink
Version Packages (#7)
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] committed Jul 13, 2020
1 parent 55025a9 commit c087132
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-donuts-draw.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- [`55025a9`](https://github.com/Thinkmill/untitled-docs/commit/55025a9ef888036dc7ca6884e2f337a04071e9a0) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Add regenerator-runtime so that compiled async functions and generators etc. work as expected

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/live-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untitled-docs/live-code",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/live-code.cjs.js",
"module": "dist/live-code.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.

7 changes: 7 additions & 0 deletions test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @untitled-docs/test-app

## 0.0.3

### Patch Changes

- Updated dependencies [[`55025a9`](https://github.com/Thinkmill/untitled-docs/commit/55025a9ef888036dc7ca6884e2f337a04071e9a0)]:
- @untitled-docs/live-code@0.3.0

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untitled-docs/test-app",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/test-app.cjs.js",
"license": "MIT",
"private": true,
Expand All @@ -10,7 +10,7 @@
"@types/node": "^13.5.0",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@untitled-docs/live-code": "^0.2.0",
"@untitled-docs/live-code": "^0.3.0",
"next": "^9.4.4",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down

0 comments on commit c087132

Please sign in to comment.