Skip to content

Commit 3902a58

Browse files
Version Packages (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e30a47a commit 3902a58

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

.changeset/lovely-camels-kneel.md

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

packages/live-code/CHANGELOG.md

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

3-
## 0.1.0
3+
## 0.2.0
4+
45
### Minor Changes
56

7+
- [`e30a47a`](https://github.com/Thinkmill/untitled-docs/commit/e30a47a398bd40741a5aee39edfdc9b0f2bc09fb) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Only return latest successful babel result
68

9+
## 0.1.0
10+
11+
### Minor Changes
712

813
- [`f4b749e`](https://github.com/Thinkmill/untitled-docs/commit/f4b749e6f9c8c5248eb3ebb42469154e2d669256) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release

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.1.0",
3+
"version": "0.2.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# @untitled-docs/test-app
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e30a47a`](https://github.com/Thinkmill/untitled-docs/commit/e30a47a398bd40741a5aee39edfdc9b0f2bc09fb)]:
8+
- @untitled-docs/live-code@0.2.0
9+
310
## 0.0.1
11+
412
### Patch Changes
513

614
- Updated dependencies [[`f4b749e`](https://github.com/Thinkmill/untitled-docs/commit/f4b749e6f9c8c5248eb3ebb42469154e2d669256)]:

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.1",
3+
"version": "0.0.2",
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.1.0",
13+
"@untitled-docs/live-code": "^0.2.0",
1414
"next": "^9.4.4",
1515
"react": "^16.12.0",
1616
"react-dom": "^16.12.0"

0 commit comments

Comments
 (0)