Skip to content

Commit e9fe5b5

Browse files
build(deps-dev): bump @storybook/addon-docs from 9.1.4 to 9.1.5 (#57)
* build(deps-dev): bump @storybook/addon-docs from 9.1.4 to 9.1.5 Bumps [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) from 9.1.4 to 9.1.5. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v9.1.5/code/addons/docs) --- updated-dependencies: - dependency-name: "@storybook/addon-docs" dependency-version: 9.1.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Change bump input requirement to optional * Make bump input required in release workflow * Fix formatting in release.yml options * Fix formatting in release.yml workflow --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John James <[email protected]>
1 parent 2d67e76 commit e9fe5b5

File tree

3 files changed

+38
-10
lines changed

3 files changed

+38
-10
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ on:
1818
options:
1919
- patch
2020
- minor
21-
- major
21+
- major
22+
should_run:
23+
description: "Should Run"
24+
required: true
25+
default: false
26+
type: boolean
2227

2328
jobs:
2429
release:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@eslint/js": "^9.35.0",
3939
"@fontsource-variable/geist": "^5.2.6",
4040
"@fontsource-variable/geist-mono": "^5.2.6",
41-
"@storybook/addon-docs": "^9.1.4",
41+
"@storybook/addon-docs": "^9.1.5",
4242
"@storybook/react-vite": "^9.1.4",
4343
"@tailwindcss/vite": "^4.1.13",
4444
"@trivago/prettier-plugin-sort-imports": "^5.2.2",

pnpm-lock.yaml

Lines changed: 31 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)