Skip to content

Commit 3c2c49a

Browse files
RELEASING: Releasing 5 package(s)
Releases: @storybooker/core@0.3.0 @storybooker/adapter-azure@0.3.0 @storybooker/adapter-fs@0.2.1 @storybooker/azure-functions@3.0.0 storybooker@0.2.1 [skip ci]
1 parent ef486ee commit 3c2c49a

File tree

12 files changed

+49
-19
lines changed

12 files changed

+49
-19
lines changed

.changeset/good-streets-cut.md

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

.changeset/warm-cows-remain.md

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

packages/adapter-azure/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @storybooker/adapter-azure
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- ef486ee: Add new Azure Cosmos DB adapter and CJS exports.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [652d1c3]
12+
- Updated dependencies [ef486ee]
13+
- @storybooker/core@0.3.0
14+
315
## 0.2.1
416

517
### Patch Changes

packages/adapter-azure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybooker/adapter-azure",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "StoryBooker Adapter for interacting with Azure services.",
66
"author": {

packages/adapter-fs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @storybooker/adapter-fs
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- ef486ee: Add new Azure Cosmos DB adapter and CJS exports.
8+
- Updated dependencies [652d1c3]
9+
- Updated dependencies [ef486ee]
10+
- @storybooker/core@0.3.0
11+
312
## 0.2.0
413

514
### Minor Changes

packages/adapter-fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybooker/adapter-fs",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"description": "StoryBooker Adapter for interacting with local file storage.",
66
"author": {

packages/azure-functions/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @storybooker/azure-functions
22

3+
## 3.0.0
4+
5+
### Patch Changes
6+
7+
- ef486ee: Add new Azure Cosmos DB adapter and CJS exports.
8+
- Updated dependencies [652d1c3]
9+
- Updated dependencies [ef486ee]
10+
- @storybooker/core@0.3.0
11+
- @storybooker/adapter-azure@0.3.0
12+
313
## 2.0.1
414

515
### Patch Changes

packages/azure-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybooker/azure-functions",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"type": "module",
55
"description": "Utils to upload and manage Storybooks via Azure Functions and storage.",
66
"author": {

packages/cli/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- ef486ee: Add new Azure Cosmos DB adapter and CJS exports.
8+
39
## 0.2.0
410

511
### Minor Changes

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",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"bin": "./dist/index.js",
66
"description": "Storybooker CLI for uploading builds and files.",

0 commit comments

Comments
 (0)