Skip to content

Commit 78d101a

Browse files
ci(changesets): version packages (#609)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9161c5d commit 78d101a

5 files changed

Lines changed: 17 additions & 8 deletions

File tree

.changeset/cozy-routes-inherit.md

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

packages/firefly/CHANGELOG.md

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

3+
## 17.0.4
4+
5+
### Patch Changes
6+
7+
- [#608](https://github.com/workleap/wl-squide/pull/608) [`9161c5d`](https://github.com/workleap/wl-squide/commit/9161c5d9bbcaacd5a5b07aa676e2d0febb4b0520) Thanks [@alexasselin008](https://github.com/alexasselin008)! - Fixed `registerPublicRoute` to propagate the public visibility to nested children. Children with an explicit visibility option are preserved.
8+
9+
- Updated dependencies [[`9161c5d`](https://github.com/workleap/wl-squide/commit/9161c5d9bbcaacd5a5b07aa676e2d0febb4b0520)]:
10+
- @squide/react-router@8.1.22
11+
312
## 17.0.3
413

514
### Patch Changes

packages/firefly/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",
33
"author": "Workleap",
4-
"version": "17.0.3",
4+
"version": "17.0.4",
55
"description": "Squide bundle for the firefly technology stack.",
66
"license": "Apache-2.0",
77
"repository": {

packages/react-router/CHANGELOG.md

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

3+
## 8.1.22
4+
5+
### Patch Changes
6+
7+
- [#608](https://github.com/workleap/wl-squide/pull/608) [`9161c5d`](https://github.com/workleap/wl-squide/commit/9161c5d9bbcaacd5a5b07aa676e2d0febb4b0520) Thanks [@alexasselin008](https://github.com/alexasselin008)! - Fixed `registerPublicRoute` to propagate the public visibility to nested children. Children with an explicit visibility option are preserved.
8+
39
## 8.1.21
410

511
### Patch Changes

packages/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@squide/react-router",
33
"author": "Workleap",
4-
"version": "8.1.21",
4+
"version": "8.1.22",
55
"description": "Add support for React Router to @squide application shell.",
66
"license": "Apache-2.0",
77
"repository": {

0 commit comments

Comments
 (0)