Skip to content

Commit

Permalink
Version Packages (#9)
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 Apr 26, 2022
1 parent c956049 commit 9b76c01
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-mangos-walk.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.4.0

### Minor Changes

- [#8](https://github.com/Thinkmill/untitled-docs/pull/8) [`9346d8a`](https://github.com/Thinkmill/untitled-docs/commit/9346d8ae5e460495c551847970f9716dbf47b2c7) Thanks [@jesstelford](https://github.com/jesstelford)! - Added support for MDX@2 in rehype plugin

## 0.3.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.3.0",
"version": "0.4.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.4

### Patch Changes

- Updated dependencies [[`9346d8a`](https://github.com/Thinkmill/untitled-docs/commit/9346d8ae5e460495c551847970f9716dbf47b2c7)]:
- @untitled-docs/live-code@0.4.0

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.3.0",
"@untitled-docs/live-code": "^0.4.0",
"next": "^9.4.4",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down

0 comments on commit 9b76c01

Please sign in to comment.