Skip to content

Commit

Permalink
ci(changesets): version packages (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 23, 2024
1 parent 8ee26fd commit 89aa3fe
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 16 deletions.
9 changes: 0 additions & 9 deletions .changeset/friendly-toes-mate.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @squide/core

## 5.3.0

### Minor Changes

- [#206](https://github.com/gsoft-inc/wl-squide/pull/206) [`8ee26fd`](https://github.com/gsoft-inc/wl-squide/commit/8ee26fd6ab7126bacf3dec900629fbd045dfd180) Thanks [@patricklafrance](https://github.com/patricklafrance)! - - Renamed a route definition `$name` option to `$id`.

- Renamed the `registerRoute` `$parentName` option to `$parentId`.

These changes should have been a major version but since Squide firefly v9 has been released a few days ago and no applications already migrated, it's include as part of v9 breaking changes.

## 5.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/core",
"author": "Workleap",
"version": "5.2.0",
"version": "5.3.0",
"description": "The core package of @squide application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/fakes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @squide/fakes

## 2.1.1

### Patch Changes

- Updated dependencies [[`8ee26fd`](https://github.com/gsoft-inc/wl-squide/commit/8ee26fd6ab7126bacf3dec900629fbd045dfd180)]:
- @squide/core@5.3.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fakes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/fakes",
"author": "Workleap",
"version": "2.1.0",
"version": "2.1.1",
"description": "Fake implementations to facilitate the development of modules in isolation with @squide.",
"license": "Apache-2.0",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/firefly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @squide/firefly

## 9.2.1

### Patch Changes

- Updated dependencies [[`8ee26fd`](https://github.com/gsoft-inc/wl-squide/commit/8ee26fd6ab7126bacf3dec900629fbd045dfd180)]:
- @squide/react-router@6.3.0
- @squide/core@5.3.0
- @squide/module-federation@6.1.1
- @squide/msw@3.1.1

## 9.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/firefly/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/firefly",
"author": "Workleap",
"version": "9.2.0",
"version": "9.2.1",
"description": "Helpers to facilitate the creation of an application with the Squide firefly technology stack.",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @squide/i18next

## 2.1.1

### Patch Changes

- Updated dependencies [[`8ee26fd`](https://github.com/gsoft-inc/wl-squide/commit/8ee26fd6ab7126bacf3dec900629fbd045dfd180)]:
- @squide/core@5.3.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/i18next",
"author": "Workleap",
"version": "2.1.0",
"version": "2.1.1",
"description": "Add support for i18next to @squide application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/module-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @squide/module-federation

## 6.1.1

### Patch Changes

- Updated dependencies [[`8ee26fd`](https://github.com/gsoft-inc/wl-squide/commit/8ee26fd6ab7126bacf3dec900629fbd045dfd180)]:
- @squide/core@5.3.0

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/module-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/module-federation",
"author": "Workleap",
"version": "6.1.0",
"version": "6.1.1",
"description": "Add support for Module Federation to @squide application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/msw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @squide/msw

## 3.1.1

### Patch Changes

- Updated dependencies [[`8ee26fd`](https://github.com/gsoft-inc/wl-squide/commit/8ee26fd6ab7126bacf3dec900629fbd045dfd180)]:
- @squide/core@5.3.0

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/msw/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/msw",
"author": "Workleap",
"version": "3.1.0",
"version": "3.1.1",
"description": "Add support for MSW to @squide application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @squide/react-router

## 6.3.0

### Minor Changes

- [#206](https://github.com/gsoft-inc/wl-squide/pull/206) [`8ee26fd`](https://github.com/gsoft-inc/wl-squide/commit/8ee26fd6ab7126bacf3dec900629fbd045dfd180) Thanks [@patricklafrance](https://github.com/patricklafrance)! - - Renamed a route definition `$name` option to `$id`.

- Renamed the `registerRoute` `$parentName` option to `$parentId`.

These changes should have been a major version but since Squide firefly v9 has been released a few days ago and no applications already migrated, it's include as part of v9 breaking changes.

### Patch Changes

- Updated dependencies [[`8ee26fd`](https://github.com/gsoft-inc/wl-squide/commit/8ee26fd6ab7126bacf3dec900629fbd045dfd180)]:
- @squide/core@5.3.0

## 6.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/react-router",
"author": "Workleap",
"version": "6.2.0",
"version": "6.3.0",
"description": "Add support for React Router to @squide application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 89aa3fe

Please sign in to comment.