Skip to content

Commit

Permalink
Merge pull request #451 from widgetbook/release/widgetbook
Browse files Browse the repository at this point in the history
chore(release): publish packages
  • Loading branch information
jenshor committed Feb 6, 2023
2 parents b577c5c + ea2de7c commit 5af86af
Show file tree
Hide file tree
Showing 25 changed files with 219 additions and 51 deletions.
28 changes: 22 additions & 6 deletions examples/custom_theme_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.10.0"
bloc:
dependency: transitive
description:
name: bloc
sha256: "658a5ae59edcf1e58aac98b000a71c762ad8f46f1394c34a52050cafb3e11a80"
url: "https://pub.dev"
source: hosted
version: "8.1.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -70,6 +78,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_bloc:
dependency: transitive
description:
name: flutter_bloc
sha256: "890c51c8007f0182360e523518a0c732efb89876cb4669307af7efada5b55557"
url: "https://pub.dev"
source: hosted
version: "8.1.1"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -100,10 +116,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "6d1607d76bb3a6ef52947ddae870948b9fd5bc7a5d1ef992ec4bed2fc2006fc3"
sha256: "9e8cee9969a9f33821a5594e5822d9a7ef3ae8528e5258f5178436e3deb0e095"
url: "https://pub.dev"
source: hosted
version: "5.2.4"
version: "6.0.3"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -251,28 +267,28 @@ packages:
path: "../../packages/widgetbook"
relative: true
source: path
version: "3.0.0-beta.6"
version: "3.0.0-beta.8"
widgetbook_annotation:
dependency: "direct main"
description:
path: "../../packages/widgetbook_annotation"
relative: true
source: path
version: "3.0.0-beta.3"
version: "3.0.0-beta.4"
widgetbook_core:
dependency: "direct overridden"
description:
path: "../../packages/widgetbook_core"
relative: true
source: path
version: "3.0.0-beta.2"
version: "3.0.0-beta.5"
widgetbook_models:
dependency: "direct overridden"
description:
path: "../../packages/widgetbook_models"
relative: true
source: path
version: "3.0.0-beta.1"
version: "3.0.0-beta.2"
sdks:
dart: ">=2.18.2 <4.0.0"
flutter: ">=3.3.0"
2 changes: 1 addition & 1 deletion examples/custom_theme_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
widgetbook_annotation: ^2.1.0
widgetbook_annotation: ^3.0.0-beta.4
go_router:

dev_dependencies:
Expand Down
26 changes: 21 additions & 5 deletions examples/knobs_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.10.0"
bloc:
dependency: transitive
description:
name: bloc
sha256: "658a5ae59edcf1e58aac98b000a71c762ad8f46f1394c34a52050cafb3e11a80"
url: "https://pub.dev"
source: hosted
version: "8.1.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -70,6 +78,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_bloc:
dependency: transitive
description:
name: flutter_bloc
sha256: "890c51c8007f0182360e523518a0c732efb89876cb4669307af7efada5b55557"
url: "https://pub.dev"
source: hosted
version: "8.1.1"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -100,10 +116,10 @@ packages:
dependency: transitive
description:
name: go_router
sha256: "6d1607d76bb3a6ef52947ddae870948b9fd5bc7a5d1ef992ec4bed2fc2006fc3"
sha256: "9e8cee9969a9f33821a5594e5822d9a7ef3ae8528e5258f5178436e3deb0e095"
url: "https://pub.dev"
source: hosted
version: "5.2.4"
version: "6.0.3"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -251,21 +267,21 @@ packages:
path: "../../packages/widgetbook"
relative: true
source: path
version: "3.0.0-beta.6"
version: "3.0.0-beta.8"
widgetbook_core:
dependency: "direct overridden"
description:
path: "../../packages/widgetbook_core"
relative: true
source: path
version: "3.0.0-beta.2"
version: "3.0.0-beta.5"
widgetbook_models:
dependency: "direct overridden"
description:
path: "../../packages/widgetbook_models"
relative: true
source: path
version: "3.0.0-beta.1"
version: "3.0.0-beta.2"
sdks:
dart: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
50 changes: 50 additions & 0 deletions packages/widgetbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
## 3.0.0-beta.8

- **REFACTOR**: :recycle: addon multi property preview. ([f2e01961](https://github.com/widgetbook/widgetbook/commit/f2e0196123495c151e6836231b12090d9c3bb8ec))
- **REFACTOR**: :recycle: warnings. ([8bf0b124](https://github.com/widgetbook/widgetbook/commit/8bf0b12447bf05ac35879000d5ff64ce27244290))
- **REFACTOR**: :recycle: settings. ([254ebef6](https://github.com/widgetbook/widgetbook/commit/254ebef6fe38b2d8f3fc847366f4725ab9292ccb))
- **REFACTOR**: navigation logic. ([9d254141](https://github.com/widgetbook/widgetbook/commit/9d2541417d4f3f6a70c15a92f87f6698bb47a4e6))
- **REFACTOR**: 🛠️ uses new `NavigationTree`. ([ba362c58](https://github.com/widgetbook/widgetbook/commit/ba362c580ac6b88200ef43fb4492e832c9c2769c))
- **REFACTOR**: :recycle: adjust content. ([46a4e184](https://github.com/widgetbook/widgetbook/commit/46a4e184abe212c241317ad5ac84575dc69ed026))
- **REFACTOR**: `DeviceAddon`. ([091c2c18](https://github.com/widgetbook/widgetbook/commit/091c2c18d43cf54f7b8d3ea497222dc3b7366d70))
- **REFACTOR**: :recycle: adjust generator to `AddOn` implemementation. ([a91edbbf](https://github.com/widgetbook/widgetbook/commit/a91edbbf91500329bda9eb3882861b84527b9c4a))
- **REFACTOR**: :zap: refactored addons. ([16c007ee](https://github.com/widgetbook/widgetbook/commit/16c007eeb0a8fc6fa601332751a93a87d5e2b77d))
- **REFACTOR**: :recycle: improve API interface of addons. ([3d52df04](https://github.com/widgetbook/widgetbook/commit/3d52df04aa5d07ada5c8c0e334cb39aa582c1dc6))
- **REFACTOR**: adjusted code to match linter. ([04dd9f1e](https://github.com/widgetbook/widgetbook/commit/04dd9f1e6678e9d9531cb70c777281c4d050aa61))
- **FIX**: :bug: properties resetting when changing locale. ([bf9eebfc](https://github.com/widgetbook/widgetbook/commit/bf9eebfc8e6988ba7969ba7714dda08f67c4722c))
- **FIX**: expanding of elements within the navigation is not working. ([096c296b](https://github.com/widgetbook/widgetbook/commit/096c296bc87a5e574981dde32546bc88b267fc65))
- **FIX**: navigation tree collapsing and expanding does not work. ([ba69d281](https://github.com/widgetbook/widgetbook/commit/ba69d281f1a91d0d71d275ab243c6d879ace72d8))
- **FIX**: :bug: properties not changing on navigate. ([3527d9c5](https://github.com/widgetbook/widgetbook/commit/3527d9c5081f9e4d4467f845238f8e629489d915))
- **FIX**: knob values do not update when usecase changes. ([f17c96da](https://github.com/widgetbook/widgetbook/commit/f17c96dae1697b9d2ce2a20ee10141a1aac9109f))
- **FIX**: :bug: navigation resets when use case changes. ([86708225](https://github.com/widgetbook/widgetbook/commit/8670822534d401644306603af357fe99802c30e9))
- **FIX**: :bug: improve Canvas. ([a179f8ee](https://github.com/widgetbook/widgetbook/commit/a179f8ee13981d18628d5c2e9efb0f0c74220487))
- **FIX**: :test_tube: fixed broken test. ([6e56b79a](https://github.com/widgetbook/widgetbook/commit/6e56b79aada01a782d04f846c5ce2f126c98a575))
- **FIX**: :bug: addons show incorrect item. ([f54788e5](https://github.com/widgetbook/widgetbook/commit/f54788e5b55ca258dba4485dcfccb19e47483dbc))
- **FIX**: useCaseBuilder is called with old context. ([e12b391d](https://github.com/widgetbook/widgetbook/commit/e12b391d31fca7c8be93581a33f49aa08f471aaa))
- **FIX**: custom painter Widgets are incorrectly rendered. ([965c355e](https://github.com/widgetbook/widgetbook/commit/965c355e03cd7e9c9d62c473f1d29a006c07626e))
- **FIX**: :bug: selected items not shown for addon. ([5ea112f7](https://github.com/widgetbook/widgetbook/commit/5ea112f77b9c96c67d605662c7d7eb3d155b0c74))
- **FIX**: preview app shows debug banner in other theme than material. ([1f2e69a1](https://github.com/widgetbook/widgetbook/commit/1f2e69a1be0637d98007c37bafdc7dba7dc58320))
- **FIX**: inserted scaffold messenger. ([1181df1d](https://github.com/widgetbook/widgetbook/commit/1181df1d743cfda7d80855b658ca8214646aa29e))
- **FIX**: dialog shows up in Widgetbook instead of the simulated device. ([42733f0b](https://github.com/widgetbook/widgetbook/commit/42733f0b6a93bffcdd90f0bb714788ff3619f313))
- **FIX**: :bug: provider not found. ([9a072e77](https://github.com/widgetbook/widgetbook/commit/9a072e77ba815975a7258af4577f605168fcde6e))
- **FIX**: add packages/widgetbook prefix. ([28ae9b51](https://github.com/widgetbook/widgetbook/commit/28ae9b51c58462c4039d0190b2e5195599c02e49))
- **FIX**: change ttf files with fonts.google ones. ([330452f6](https://github.com/widgetbook/widgetbook/commit/330452f64d95f9ebc9dd1606f6be376ceb7185a0))
- **FIX**: preview app shows debug banner. ([771fa430](https://github.com/widgetbook/widgetbook/commit/771fa43048f8f5e7f095bcd0bbb19f6f2f453f94))
- **FIX**: added MediaQuery for WidgetbookDeviceFrame. ([0160ce4a](https://github.com/widgetbook/widgetbook/commit/0160ce4af25d27bb3b6a3af7cb67bca41d7d4903))
- **FIX**: orientation defaults to landscape. ([9e25a42a](https://github.com/widgetbook/widgetbook/commit/9e25a42aeaf6080a4019675e2ba53d3be0ac9754))
- **FEAT**: :sparkles: addon multi property preview. ([ab36f4e8](https://github.com/widgetbook/widgetbook/commit/ab36f4e884b862dd6c2c147d56cffcc7330109a9))
- **FEAT**: :sparkles: theme addon. ([74e6da54](https://github.com/widgetbook/widgetbook/commit/74e6da5421730b0dbc0a10d2d7307912a5a06919))
- **FEAT**: :sparkles: addon routing. ([8cfd3682](https://github.com/widgetbook/widgetbook/commit/8cfd3682073acc5b637a5ef60eaa78682e60283e))
- **FEAT**: :sparkles: text scale addon. ([db2a2b5f](https://github.com/widgetbook/widgetbook/commit/db2a2b5f04277f74f4f03a82e7b3012116fb1f96))
- **FEAT**: :sparkles: cupertino theme addon. ([c7e5a013](https://github.com/widgetbook/widgetbook/commit/c7e5a013628638c51a8d9e8e315ff82914168051))
- **FEAT**: :sparkles: remove obsolete classes. ([d7384eae](https://github.com/widgetbook/widgetbook/commit/d7384eae9194c070d9d3e832b7a6ed41db79dc71))
- **FEAT**: :sparkles: Theme needs to be accessible via the app builder function. ([8a844098](https://github.com/widgetbook/widgetbook/commit/8a84409856ed7e42fc42ff765fb5af5fe41d8b11))
- **FEAT**: :sparkles: device addon. ([a2894879](https://github.com/widgetbook/widgetbook/commit/a28948799221bf90d403e3da1ccda065b8452e03))
- **FEAT**: :zap: added text knob multiline. ([7c4e6d37](https://github.com/widgetbook/widgetbook/commit/7c4e6d372eda68159f55590c950d6054512b3eec))
- **FEAT**: :zap: added text knob multiline. ([af40092e](https://github.com/widgetbook/widgetbook/commit/af40092e9d1a81f738f35c77c22a0ec01df2995c))
- **FEAT**: :zap: added color knob. ([2b33ece0](https://github.com/widgetbook/widgetbook/commit/2b33ece088fddb7330828f245a6022a7d6f75ceb))
- **FEAT**: added feature to toggle the orientation of a device. ([ae42e4c8](https://github.com/widgetbook/widgetbook/commit/ae42e4c839002bee5cf5a8588b5e135460c8a011))
- **FEAT**: added textScaleFactors for font accessibility. ([19c3f93b](https://github.com/widgetbook/widgetbook/commit/19c3f93b026bbd04683f508f019f6859e707d91b))
- **FEAT**: :sparkles: addons and localization addon. ([03f91c29](https://github.com/widgetbook/widgetbook/commit/03f91c29ecf7bd953c6e79df7062d339523729ea))
- **DOCS**: added how to use widgetbook with a package. ([3e578b12](https://github.com/widgetbook/widgetbook/commit/3e578b125bb10dcaf0a8b89fc015610e363c0d1f))

## 3.0.0-beta.7

- refactor: navigation
Expand Down
4 changes: 2 additions & 2 deletions packages/widgetbook/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -656,14 +656,14 @@ packages:
path: "../widgetbook_core"
relative: true
source: path
version: "3.0.0-beta.4"
version: "3.0.0-beta.5"
widgetbook_models:
dependency: "direct main"
description:
path: "../widgetbook_models"
relative: true
source: path
version: "3.0.0-beta.1"
version: "3.0.0-beta.2"
yaml:
dependency: transitive
description:
Expand Down
7 changes: 3 additions & 4 deletions packages/widgetbook/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: widgetbook
description: A flutter storybook that helps professionals and teams to catalogue their widgets.
version: 3.0.0-beta.7
version: 3.0.0-beta.8
homepage: https://www.widgetbook.io?utm_source=youtube&utm_medium=link&utm_campaign=widgetbook
repository: https://github.com/widgetbook/widgetbook
issue_tracker: https://github.com/widgetbook/widgetbook/issues
Expand All @@ -21,9 +21,8 @@ dependencies:
meta: ^1.8.0
nested: ^1.0.0
provider: ^6.0.2
widgetbook_core: ^3.0.0-beta.4
widgetbook_models: ^3.0.0-beta.1

widgetbook_core: ^3.0.0-beta.5
widgetbook_models: ^3.0.0-beta.2
dev_dependencies:
build_runner: ^2.2.0
flutter_localizations:
Expand Down
12 changes: 12 additions & 0 deletions packages/widgetbook_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 3.0.0-beta.4

- **REFACTOR**: :recycle: settings. ([254ebef6](https://github.com/widgetbook/widgetbook/commit/254ebef6fe38b2d8f3fc847366f4725ab9292ccb))
- **REFACTOR**: :recycle: remove obsolete annotations. ([c6dd4f54](https://github.com/widgetbook/widgetbook/commit/c6dd4f54a11a8c2e9cd01d2429a866d7a14510ab))
- **REFACTOR**: adjusted code to match linter. ([04dd9f1e](https://github.com/widgetbook/widgetbook/commit/04dd9f1e6678e9d9531cb70c777281c4d050aa61))
- **FIX**: :test_tube: fixed broken test. ([6e56b79a](https://github.com/widgetbook/widgetbook/commit/6e56b79aada01a782d04f846c5ce2f126c98a575))
- **FIX**: custom painter Widgets are incorrectly rendered. ([965c355e](https://github.com/widgetbook/widgetbook/commit/965c355e03cd7e9c9d62c473f1d29a006c07626e))
- **FIX**: recommited binary files to git. ([70f38e8f](https://github.com/widgetbook/widgetbook/commit/70f38e8f2427dfd55c6573f357099eb41dbdee63))
- **FIX**: example for locales does not compile. ([db880e76](https://github.com/widgetbook/widgetbook/commit/db880e76569d6162f473ea8c3791786325fe0140))
- **FIX**: replaced WidgetbookTheme.dark() with the proper WidgetbookTheme annotation. ([49a6cd79](https://github.com/widgetbook/widgetbook/commit/49a6cd79b84b337a2ddef18f3f6041618d3d7e7c))
- **FIX**: removed themeType as a property of material and cupertino constructors. ([4f9f488a](https://github.com/widgetbook/widgetbook/commit/4f9f488ab961ec85298ede8da058b187c2afdd94))

## 3.0.0-beta.3

- chore: bumped `widgetbook_models` version
Expand Down
2 changes: 1 addition & 1 deletion packages/widgetbook_annotation/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ packages:
path: "../widgetbook_models"
relative: true
source: path
version: "3.0.0-beta.1"
version: "3.0.0-beta.2"
yaml:
dependency: transitive
description:
Expand Down
5 changes: 2 additions & 3 deletions packages/widgetbook_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: widgetbook_annotation
description: A package featuring the annotations used by widgetbook_generator.
version: 3.0.0-beta.3
version: 3.0.0-beta.4
homepage: https://www.widgetbook.io?utm_source=pub.dev&utm_medium=link&utm_campaign=widgetbook_annotation
repository: https://github.com/widgetbook/widgetbook
issue_tracker: https://github.com/widgetbook/widgetbook/issues
Expand All @@ -10,8 +10,7 @@ environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
widgetbook_models: ^3.0.0-beta.1

widgetbook_models: ^3.0.0-beta.2
dev_dependencies:
test: ^1.18.2
very_good_analysis: ^3.0.0
25 changes: 25 additions & 0 deletions packages/widgetbook_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 3.0.0-beta.18

- **REFACTOR**: :recycle: settings. ([254ebef6](https://github.com/widgetbook/widgetbook/commit/254ebef6fe38b2d8f3fc847366f4725ab9292ccb))
- **REFACTOR**: :recycle: git usage. ([4f5db511](https://github.com/widgetbook/widgetbook/commit/4f5db511b5a6bb7e07b2ef440ebb97d0d5082048))
- **FIX**: :bug: upload of properties. ([a9996bbd](https://github.com/widgetbook/widgetbook/commit/a9996bbd79f19ddc2fd2601fa5ba7f8a96f8c16f))
- **FIX**: :bug: fails pipeline when no generator files exist. ([65ad1e67](https://github.com/widgetbook/widgetbook/commit/65ad1e67428ab7146c583871b9d58e6d5ed2ef7e))
- **FIX**: :bug: reads actor and repository including newline. ([3bc05624](https://github.com/widgetbook/widgetbook/commit/3bc05624c608a5cbd7abb70cf20fda703110ca53))
- **FIX**: :bug: bad revision on git diff. ([7019e1a9](https://github.com/widgetbook/widgetbook/commit/7019e1a91b09f8d7702f605f9cec8888d6d6e428))
- **FIX**: 🐛 CLI fails on environments without terminal. ([d5101d56](https://github.com/widgetbook/widgetbook/commit/d5101d56140caaa86dae2caa28e13737ce2c7203))
- **FIX**: :bug: HttpClient connects to incorrect endpoint. ([58dd870f](https://github.com/widgetbook/widgetbook/commit/58dd870f42ca7f5b27080ccea64705dbfbb2274c))
- **FIX**: :bug: UseCaseParser contains hard-coded branch name. ([8acf8db4](https://github.com/widgetbook/widgetbook/commit/8acf8db41d9af5c206e92d41adb569bd3b366b61))
- **FIX**: :bug: ambiguous warning for no generator themes. ([fbc56b54](https://github.com/widgetbook/widgetbook/commit/fbc56b547b021448cd72bca839e61f7fb34c20e3))
- **FIX**: :bug: rename cli to widgetbook. ([3819094e](https://github.com/widgetbook/widgetbook/commit/3819094e43a1924677fd74a2ff34651a33b8f222))
- **FEAT**: :sparkles: link to review. ([db2f239a](https://github.com/widgetbook/widgetbook/commit/db2f239ab2792199559de53f0d270cc991e91765))
- **FEAT**: :sparkles: add `designLink` property. ([daad8e9c](https://github.com/widgetbook/widgetbook/commit/daad8e9cbcbdda94f2a6e985d20879e96e19d0b9))
- **FEAT**: :sparkles: implement ci parser class to parse ci/cd runner information. ([fb95a76b](https://github.com/widgetbook/widgetbook/commit/fb95a76b467a1ecfcc410b3ac9b6cb7a4fdac0ad))
- **FEAT**: comment link to review. ([c320a727](https://github.com/widgetbook/widgetbook/commit/c320a7270d6a70f9e706375db9d576997afec374))
- **FEAT**: :sparkles: improve markdown on PR comments. ([0b598639](https://github.com/widgetbook/widgetbook/commit/0b598639d43ccf9957bd1baa8cd3064eb2124b24))
- **FEAT**: :sparkles: comment link to Build in PR. ([9ea0ebf3](https://github.com/widgetbook/widgetbook/commit/9ea0ebf34b2b60f6b3b9cc19da8bc63d4765b333))
- **FEAT**: :sparkles: changed branch and commit argument to optional. ([2c37580c](https://github.com/widgetbook/widgetbook/commit/2c37580cb0abbd2389ce3796388121a9317c0ac3))
- **FEAT**: :bookmark: publish CLI to pub.dev. ([f40a4512](https://github.com/widgetbook/widgetbook/commit/f40a45120cbe401b2593fb2b32d67c630fc289df))
- **DOCS**: :memo: add `pr` and `github-token` args. ([7f600037](https://github.com/widgetbook/widgetbook/commit/7f60003763f2ea966d27f1bebec66f7491fa9718))
- **DOCS**: :bug: change relative links to global links. ([c0b5e408](https://github.com/widgetbook/widgetbook/commit/c0b5e40881f8946f5c76e82825e74971be8d0443))
- **DOCS**: :memo: add documentation for CLI. ([2aeabef9](https://github.com/widgetbook/widgetbook/commit/2aeabef9f05b9d24fd46d0794fae0e7f16ac9ed7))

## 3.0.0-beta.17

- feat: add link to review in GitHub comment
Expand Down
4 changes: 2 additions & 2 deletions packages/widgetbook_cli/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -671,14 +671,14 @@ packages:
path: "../widgetbook_exception"
relative: true
source: path
version: "0.0.1-beta.1"
version: "0.0.1-beta.2"
widgetbook_git:
dependency: "direct main"
description:
path: "../widgetbook_git"
relative: true
source: path
version: "2.2.0-beta.6"
version: "2.2.0-beta.7"
yaml:
dependency: transitive
description:
Expand Down
7 changes: 3 additions & 4 deletions packages/widgetbook_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: widgetbook_cli
description: A CLI to interact with Widgetbook Cloud.
version: 3.0.0-beta.17
version: 3.0.0-beta.18
homepage: https://www.widgetbook.io?utm_source=pub.dev&utm_medium=link&utm_campaign=widgetbook_models
repository: https://github.com/widgetbook/widgetbook
issue_tracker: https://github.com/widgetbook/widgetbook/issues
Expand Down Expand Up @@ -33,9 +33,8 @@ dependencies:
pubspec: ^2.3.0
test: ^1.12.1
version: ^2.0.0
widgetbook_exception: ^0.0.1-beta.1
widgetbook_git: ^2.2.0-beta.6

widgetbook_exception: ^0.0.1-beta.2
widgetbook_git: ^2.2.0-beta.7
executables:
widgetbook: cli_production
widgetbook_staging: cli_staging
Expand Down
Loading

0 comments on commit 5af86af

Please sign in to comment.