Skip to content

Commit 64cec33

Browse files
chore: version packages (#173)
1 parent 01c3dcc commit 64cec33

6 files changed

Lines changed: 10 additions & 11 deletions

File tree

.changeset/wild-cobras-retire.md

Lines changed: 0 additions & 7 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.9.1
4+
5+
### Patch Changes
6+
7+
- [`01c3dcc`](https://github.com/ocavue/astrobook/commit/01c3dcc2b1ef6e73275d7fc9dfc74c8efae2e1fb) Provide more detailed error messages for invalid options.
8+
39
## 0.9.0
410

511
### Minor 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.9.0",
4+
"version": "0.9.1",
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.9.0",
4+
"version": "0.9.1",
55
"description": "Internal package for Astrobook",
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.9.0",
4+
"version": "0.9.1",
55
"description": "Internal package for Astrobook",
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.9.0",
4+
"version": "0.9.1",
55
"description": "Internal package for Astrobook",
66
"author": "ocavue <ocavue@gmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)