Skip to content

Commit f84fb4b

Browse files
Version Packages (#98)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0bf7e4e commit f84fb4b

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/spicy-bags-happen.md

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

.changeset/stupid-lizards-itch.md

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

examples/hello-world/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lynx-example/hello-world
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- 0c2269a: Add missing `color` on nested `<text>`.
8+
39
## 0.6.0
410

511
### Minor Changes

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lynx-example/hello-world",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"type": "module",
55
"scripts": {
66
"build": "rspeedy build",

examples/local-storage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lynx-example/local-storage
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- 0bf7e4e: Make local storage demo use async callback to get storage.
8+
39
## 0.6.0
410

511
### Minor Changes

examples/local-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lynx-example/local-storage",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"type": "module",
55
"scripts": {
66
"build": "rspeedy build",

0 commit comments

Comments
 (0)