Skip to content

Commit 5f9357c

Browse files
committed
Release v0.25.0
Split adapters in separate packages
1 parent 14c2f01 commit 5f9357c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+18
-19
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
"license": "MIT",
99
"packageManager": "yarn@4.12.0",
1010
"workspaces": [
11-
"./adapters/*",
1211
"./examples/*",
1312
"./packages/*",
1413
"website"
1514
],
1615
"scripts": {
1716
"build": "turbo build",
18-
"build:pkg": "turbo build --filter='./packages/*' --filter='./adapters/*'",
17+
"build:pkg": "turbo build --filter='./packages/*'",
1918
"core:build": "yarn workspace storybooker build",
2019
"core:dev": "yarn workspace storybooker dev",
2120
"cli": "yarn workspace @storybooker/cli start",
@@ -30,7 +29,7 @@
3029
"test": "turbo test",
3130
"ui:build": "yarn workspace @storybooker/ui build",
3231
"ui:dev": "yarn workspace @storybooker/ui dev",
33-
"verify": "turbo verify --filter='./packages/*' --filter='./adapters/*'"
32+
"verify": "turbo verify --filter='./packages/*'"
3433
},
3534
"devDependencies": {
3635
"husky": "^9.1.7",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybooker/aws",
3-
"version": "0.24.0",
3+
"version": "0.25.0",
44
"type": "module",
55
"description": "AWS adapters for Storybooker",
66
"author": {
@@ -11,7 +11,7 @@
1111
"repository": {
1212
"type": "git",
1313
"url": "https://github.com/GuptaSiddhant/storybooker",
14-
"directory": "adapters/aws"
14+
"directory": "packages/aws"
1515
},
1616
"files": [
1717
"src",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybooker/azure",
3-
"version": "0.24.0",
3+
"version": "0.25.0",
44
"type": "module",
55
"description": "Azure adapters for Storybooker",
66
"author": {
@@ -11,7 +11,7 @@
1111
"repository": {
1212
"type": "git",
1313
"url": "https://github.com/GuptaSiddhant/storybooker",
14-
"directory": "adapters/azure"
14+
"directory": "packages/azure"
1515
},
1616
"files": [
1717
"src",

0 commit comments

Comments
 (0)