Skip to content

Commit 5ab38f5

Browse files
committed
Release v0.21.0
Change auth adapter to inlcude permissions in user object
1 parent 643b6fa commit 5ab38f5

File tree

12 files changed

+44
-45
lines changed

12 files changed

+44
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"oxlint": "catalog:",
3737
"oxlint-tsgolint": "catalog:",
3838
"prettier": "^3.7.4",
39-
"turbo": "^2.6.4-canary.5"
39+
"turbo": "^2.7.0"
4040
},
4141
"overrides": {
4242
"debug": "4.4.1"

packages/aws/package.json

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

packages/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/azure",
3-
"version": "0.20.2",
3+
"version": "0.21.0",
44
"type": "module",
55
"description": "StoryBooker Adapter for interacting with Azure services.",
66
"author": {

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.20.2",
3+
"version": "0.21.0",
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.20.2",
4+
"version": "0.21.0",
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/core",
3-
"version": "0.20.2",
3+
"version": "0.21.0",
44
"type": "module",
55
"description": "Storybooker platform agnostic router core.",
66
"author": {

packages/gcp/package.json

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

packages/redis/package.json

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

packages/sql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybooker/sql",
3-
"version": "0.20.2",
3+
"version": "0.21.0",
44
"type": "module",
55
"description": "StoryBooker Adapter for interacting with SQL services.",
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.20.2",
3+
"version": "0.21.0",
44
"type": "module",
55
"description": "Basic UI for Storybooker app",
66
"author": {

0 commit comments

Comments
 (0)