Skip to content

Commit 3af7077

Browse files
committed
Release v0.23.1
Add metadata to all adapters
1 parent 1a3ab72 commit 3af7077

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybooker/cli",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"type": "module",
55
"bin": "./dist/index.js",
66
"description": "Storybooker CLI for uploading builds and files.",

packages/core/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json",
33
"name": "@storybooker/core",
4-
"version": "0.23.0",
4+
"version": "0.23.1",
55
"license": "MIT",
66
"publish": {
77
"include": ["src", "README.md", "openapi.json"]

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybooker",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"type": "module",
55
"description": "Manage Storybook instances on your own infrastructure with ease.",
66
"author": {

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybooker/ui",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"type": "module",
55
"description": "Basic UI for Storybooker app",
66
"author": {

0 commit comments

Comments
 (0)