Skip to content

Commit a7918ac

Browse files
ci(changesets): version packages (#585)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d2a0d22 commit a7918ac

5 files changed

Lines changed: 17 additions & 8 deletions

File tree

.changeset/bumpy-rivers-juggle.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/firefly-storybook/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @squide/firefly-storybook
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#584](https://github.com/workleap/wl-squide/pull/584) [`d2a0d22`](https://github.com/workleap/wl-squide/commit/d2a0d22ddbe437767e909f75b94a591b5bfdf547) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Fix a race condition when using withFeatureFlagsOverrideDecorator.
8+
9+
- Updated dependencies [[`d2a0d22`](https://github.com/workleap/wl-squide/commit/d2a0d22ddbe437767e909f75b94a591b5bfdf547)]:
10+
- @squide/launch-darkly@1.0.12
11+
312
## 1.0.1
413

514
### Patch Changes

packages/firefly-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@squide/firefly-storybook",
33
"author": "Workleap",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Squide firefly helpers for Storybook.",
66
"license": "Apache-2.0",
77
"repository": {

packages/launch-darkly/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @squide/launch-darkly
22

3+
## 1.0.12
4+
5+
### Patch Changes
6+
7+
- [#584](https://github.com/workleap/wl-squide/pull/584) [`d2a0d22`](https://github.com/workleap/wl-squide/commit/d2a0d22ddbe437767e909f75b94a591b5bfdf547) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Fix a race condition when using withFeatureFlagsOverrideDecorator.
8+
39
## 1.0.11
410

511
### Patch Changes

packages/launch-darkly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@squide/launch-darkly",
33
"author": "Workleap",
4-
"version": "1.0.11",
4+
"version": "1.0.12",
55
"description": "Add support for LaunchDarkly feature flags to Squide applications.",
66
"license": "Apache-2.0",
77
"repository": {

0 commit comments

Comments
 (0)