Skip to content

Commit 2eef6b6

Browse files
chore: version packages (#161)
1 parent 891e26d commit 2eef6b6

6 files changed

Lines changed: 10 additions & 12 deletions

File tree

.changeset/warm-dolls-see.md

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

packages/astrobook/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# astrobook
22

3+
## 0.8.9
4+
5+
### Patch Changes
6+
7+
- [`891e26d`](https://github.com/ocavue/astrobook/commit/891e26d60d1fcfee5b3675ebff759fb998e62840) Fix publish workflow.
8+
39
## 0.8.8
410

511
### Patch Changes

packages/astrobook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astrobook",
33
"type": "module",
4-
"version": "0.8.8",
4+
"version": "0.8.9",
55
"description": "The minimal UI component playground",
66
"author": "ocavue <ocavue@gmail.com>",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrobook/core",
33
"type": "module",
4-
"version": "0.8.8",
4+
"version": "0.8.9",
55
"description": "",
66
"author": "ocavue <ocavue@gmail.com>",
77
"license": "MIT",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrobook/types",
33
"type": "module",
4-
"version": "0.8.8",
4+
"version": "0.8.9",
55
"description": "",
66
"author": "ocavue <ocavue@gmail.com>",
77
"license": "MIT",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrobook/ui",
33
"type": "module",
4-
"version": "0.8.8",
4+
"version": "0.8.9",
55
"description": "",
66
"author": "ocavue <ocavue@gmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)