Skip to content

Commit

Permalink
chore(cli): release v3.1.1 (widgetbook#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix authored Jul 29, 2024
1 parent 7cb45d2 commit 88f82b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"variables": {
"versions": {
"annotation": "3.1.0",
"cli": "3.1.0",
"cli": "3.1.1",
"generator": "3.8.0",
"widgetbook": "3.8.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/widgetbook_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 3.1.1

- **FIX**: Reject builds without use-cases. ([#1213](https://github.com/widgetbook/widgetbook/pull/1213))

Expand Down
2 changes: 1 addition & 1 deletion packages/widgetbook_cli/lib/metadata.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ const cliDescription = 'Widgetbook CLI';
const packageName = 'widgetbook_cli';

/// The version as in pubspec.yaml
const packageVersion = '3.1.0';
const packageVersion = '3.1.1';
2 changes: 1 addition & 1 deletion packages/widgetbook_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: widgetbook_cli
description: CLI that can publish Widgetbook builds and reviews to Widgetbook Cloud.
version: 3.1.0
version: 3.1.1
homepage: https://www.widgetbook.io?utm_source=pub.dev&utm_medium=link&utm_campaign=widgetbook_cli
repository: https://github.com/widgetbook/widgetbook/tree/main/packages/widgetbook_cli
issue_tracker: https://github.com/widgetbook/widgetbook/issues
Expand Down

0 comments on commit 88f82b6

Please sign in to comment.