Skip to content

Commit 0f53e70

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

19 files changed

Lines changed: 78 additions & 22 deletions

File tree

.changeset/honest-wombats-walk.md

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

packages/env-vars/CHANGELOG.md

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

3+
## 1.4.19
4+
5+
### Patch Changes
6+
7+
- [#551](https://github.com/workleap/wl-squide/pull/551) [`0a1bbdd`](https://github.com/workleap/wl-squide/commit/0a1bbddc758dc805e980b224f2f7c73fbd69f84b) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated workspace dependency specifiers to use ranged workspace versions in package.json files.
8+
39
## 1.4.18
410

511
### Patch Changes

packages/env-vars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@squide/env-vars",
33
"author": "Workleap",
4-
"version": "1.4.18",
4+
"version": "1.4.19",
55
"description": "Add support for environment variables to @squide application shell.",
66
"license": "Apache-2.0",
77
"repository": {

packages/fakes/CHANGELOG.md

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

3+
## 2.2.19
4+
5+
### Patch Changes
6+
7+
- [#551](https://github.com/workleap/wl-squide/pull/551) [`0a1bbdd`](https://github.com/workleap/wl-squide/commit/0a1bbddc758dc805e980b224f2f7c73fbd69f84b) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated workspace dependency specifiers to use ranged workspace versions in package.json files.
8+
39
## 2.2.18
410

511
### Patch Changes

packages/fakes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@squide/fakes",
33
"author": "Workleap",
4-
"version": "2.2.18",
4+
"version": "2.2.19",
55
"description": "Fake implementations to facilitate the development of modules in isolation with @squide.",
66
"license": "Apache-2.0",
77
"repository": {

packages/firefly-module-federation/CHANGELOG.md

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

3+
## 1.0.16
4+
5+
### Patch Changes
6+
7+
- [#551](https://github.com/workleap/wl-squide/pull/551) [`0a1bbdd`](https://github.com/workleap/wl-squide/commit/0a1bbddc758dc805e980b224f2f7c73fbd69f84b) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated workspace dependency specifiers to use ranged workspace versions in package.json files.
8+
9+
- Updated dependencies [[`0a1bbdd`](https://github.com/workleap/wl-squide/commit/0a1bbddc758dc805e980b224f2f7c73fbd69f84b)]:
10+
- @squide/firefly@16.1.12
11+
312
## 1.0.15
413

514
### Patch Changes

packages/firefly-module-federation/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-module-federation",
33
"author": "Workleap",
4-
"version": "1.0.15",
4+
"version": "1.0.16",
55
"description": "Add support for Module Federation to Squide firefly.",
66
"license": "Apache-2.0",
77
"repository": {

packages/firefly-rsbuild-storybook/CHANGELOG.md

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

3+
## 2.0.6
4+
5+
### Patch Changes
6+
7+
- [#551](https://github.com/workleap/wl-squide/pull/551) [`0a1bbdd`](https://github.com/workleap/wl-squide/commit/0a1bbddc758dc805e980b224f2f7c73fbd69f84b) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated workspace dependency specifiers to use ranged workspace versions in package.json files.
8+
9+
- Updated dependencies [[`0a1bbdd`](https://github.com/workleap/wl-squide/commit/0a1bbddc758dc805e980b224f2f7c73fbd69f84b)]:
10+
- @squide/launch-darkly@1.0.10
11+
- @squide/env-vars@1.4.19
12+
- @squide/firefly@16.1.12
13+
- @squide/msw@4.0.17
14+
315
## 2.0.5
416

517
### Patch Changes

packages/firefly-rsbuild-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-rsbuild-storybook",
33
"author": "Workleap",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"description": "Squide firefly helpers for Storybook and Rsbuild.",
66
"license": "Apache-2.0",
77
"repository": {

packages/firefly/CHANGELOG.md

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

3+
## 16.1.12
4+
5+
### Patch Changes
6+
7+
- [#551](https://github.com/workleap/wl-squide/pull/551) [`0a1bbdd`](https://github.com/workleap/wl-squide/commit/0a1bbddc758dc805e980b224f2f7c73fbd69f84b) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated workspace dependency specifiers to use ranged workspace versions in package.json files.
8+
9+
- Updated dependencies [[`0a1bbdd`](https://github.com/workleap/wl-squide/commit/0a1bbddc758dc805e980b224f2f7c73fbd69f84b)]:
10+
- @squide/launch-darkly@1.0.10
11+
- @squide/react-router@8.1.17
12+
- @squide/env-vars@1.4.19
13+
- @squide/msw@4.0.17
14+
315
## 16.1.11
416

517
### Patch Changes

0 commit comments

Comments
 (0)