Skip to content

Commit

Permalink
ci(changesets): version packages (#151)
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] committed Feb 13, 2024
1 parent d091846 commit 7752c73
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-hairs-lay.md

This file was deleted.

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

## 3.3.1

### Patch Changes

- [#150](https://github.com/gsoft-inc/wl-squide/pull/150) [`d091846`](https://github.com/gsoft-inc/wl-squide/commit/d091846502bed6b783b69ab8eff7ae36d8e25449) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Adding a generic type for the event bus payload.

## 3.3.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": "3.3.0",
"version": "3.3.1",
"description": "The core package of @squide federated 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

## 1.0.15

### Patch Changes

- Updated dependencies [[`d091846`](https://github.com/gsoft-inc/wl-squide/commit/d091846502bed6b783b69ab8eff7ae36d8e25449)]:
- @squide/core@3.3.1

## 1.0.14

### Patch 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": "1.0.14",
"version": "1.0.15",
"description": "Fake implementations to facilitate the development of federated 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

## 6.0.2

### Patch Changes

- Updated dependencies [[`d091846`](https://github.com/gsoft-inc/wl-squide/commit/d091846502bed6b783b69ab8eff7ae36d8e25449)]:
- @squide/core@3.3.1
- @squide/msw@2.0.11
- @squide/react-router@4.1.1
- @squide/webpack-module-federation@3.0.6

## 6.0.1

### Patch 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": "6.0.1",
"version": "6.0.2",
"description": "Helpers to facilitate the creation of a shell package with 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

## 1.1.2

### Patch Changes

- Updated dependencies [[`d091846`](https://github.com/gsoft-inc/wl-squide/commit/d091846502bed6b783b69ab8eff7ae36d8e25449)]:
- @squide/core@3.3.1

## 1.1.1

### Patch 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": "1.1.1",
"version": "1.1.2",
"description": "Add support for i18next to @squide federated 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

## 2.0.11

### Patch Changes

- Updated dependencies [[`d091846`](https://github.com/gsoft-inc/wl-squide/commit/d091846502bed6b783b69ab8eff7ae36d8e25449)]:
- @squide/core@3.3.1

## 2.0.10

### Patch 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": "2.0.10",
"version": "2.0.11",
"description": "Add support for MSW to @squide federated application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @squide/react-router

## 4.1.1

### Patch Changes

- Updated dependencies [[`d091846`](https://github.com/gsoft-inc/wl-squide/commit/d091846502bed6b783b69ab8eff7ae36d8e25449)]:
- @squide/core@3.3.1

## 4.1.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": "4.1.0",
"version": "4.1.1",
"description": "Add support for React Router to @squide federated application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-module-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @squide/webpack-module-federation

## 3.0.6

### Patch Changes

- Updated dependencies [[`d091846`](https://github.com/gsoft-inc/wl-squide/commit/d091846502bed6b783b69ab8eff7ae36d8e25449)]:
- @squide/core@3.3.1

## 3.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-module-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/webpack-module-federation",
"author": "Workleap",
"version": "3.0.5",
"version": "3.0.6",
"description": "Add support for Module Federation to @squide federated application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 7752c73

Please sign in to comment.