Skip to content

Commit 9b76c01

Browse files
Version Packages (#9)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c956049 commit 9b76c01

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.changeset/eight-mangos-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/live-code/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @untitled-docs/live-code
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 0.3.0
410

511
### Minor Changes

packages/live-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@untitled-docs/live-code",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"main": "dist/live-code.cjs.js",
55
"module": "dist/live-code.esm.js",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @untitled-docs/test-app
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9346d8a`](https://github.com/Thinkmill/untitled-docs/commit/9346d8ae5e460495c551847970f9716dbf47b2c7)]:
8+
- @untitled-docs/live-code@0.4.0
9+
310
## 0.0.3
411

512
### Patch Changes

test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@untitled-docs/test-app",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"main": "dist/test-app.cjs.js",
55
"license": "MIT",
66
"private": true,
@@ -10,7 +10,7 @@
1010
"@types/node": "^13.5.0",
1111
"@types/react": "^16.9.34",
1212
"@types/react-dom": "^16.9.6",
13-
"@untitled-docs/live-code": "^0.3.0",
13+
"@untitled-docs/live-code": "^0.4.0",
1414
"next": "^9.4.4",
1515
"react": "^16.12.0",
1616
"react-dom": "^16.12.0"

0 commit comments

Comments
 (0)