Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Nov 5, 2024
2 parents c1ee0a4 + d098bd9 commit 9296a0a
Show file tree
Hide file tree
Showing 24 changed files with 129 additions and 36 deletions.
13 changes: 0 additions & 13 deletions .changeset/pretty-plants-dress.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/swift-foxes-tickle.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

## 5.4.0

### Minor Changes

- [#219](https://github.com/gsoft-inc/wl-squide/pull/219) [`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Now dispatching events to enable instrumentation packages for observability platforms.

## 5.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": "5.3.0",
"version": "5.4.0",
"description": "The core package of @squide application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/env-vars/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @squide/env-vars

## 1.1.0

### Minor Changes

- [#219](https://github.com/gsoft-inc/wl-squide/pull/219) [`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Now dispatching events to enable instrumentation packages for observability platforms.

### Patch Changes

- Updated dependencies [[`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3)]:
- @squide/core@5.4.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/env-vars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/env-vars",
"author": "Workleap",
"version": "1.0.0",
"version": "1.1.0",
"description": "Add support for environment variables to @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.2

### Patch Changes

- Updated dependencies [[`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3)]:
- @squide/core@5.4.0

## 2.1.1

### 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": "2.1.1",
"version": "2.1.2",
"description": "Fake implementations to facilitate the development of modules in isolation with @squide.",
"license": "Apache-2.0",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/firefly-honeycomb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# @squide/firefly-honeycomb

## 1.0.0

### Major Changes

- [#219](https://github.com/gsoft-inc/wl-squide/pull/219) [`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - New package instrumentating Squide for [Honeycomb](https://www.honeycomb.io/).

This packages includes:

- [registerHoneycombInstrumentation](https://gsoft-inc.github.io/wl-squide/reference/honeycomb/registerhoneycombinstrumentation/)
- [setGlobalSpanAttributes](https://gsoft-inc.github.io/wl-squide/reference/honeycomb/setglobalspanattributes/)

A [migration guide](https://gsoft-inc.github.io/wl-squide/upgrading/migrate-to-firefly-v9.3) is available to update a Squide application to v9.3 and use Honeycomb observability.

### Patch Changes

- Updated dependencies [[`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3)]:
- @squide/firefly@9.3.0
2 changes: 1 addition & 1 deletion packages/firefly-honeycomb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/firefly-honeycomb",
"author": "Workleap",
"version": "0.0.1",
"version": "1.0.0",
"description": "Honeycomb instrumentation for the Squide firefly technology stack.",
"license": "Apache-2.0",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/firefly-webpack-configs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @squide/firefly-webpack-configs

## 4.2.0

### Minor Changes

- [#219](https://github.com/gsoft-inc/wl-squide/pull/219) [`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Now dispatching events to enable instrumentation packages for observability platforms.

### Patch Changes

- Updated dependencies [[`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3)]:
- @squide/webpack-configs@4.3.0

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/firefly-webpack-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/firefly-webpack-configs",
"author": "Workleap",
"version": "4.1.0",
"version": "4.2.0",
"description": "Webpack configuration helpers for the Squide firefly technology stack.",
"license": "Apache-2.0",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/firefly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @squide/firefly

## 9.3.0

### Minor Changes

- [#219](https://github.com/gsoft-inc/wl-squide/pull/219) [`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Now dispatching events to enable instrumentation packages for observability platforms.

### Patch Changes

- Updated dependencies [[`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3)]:
- @squide/module-federation@6.2.0
- @squide/react-router@6.4.0
- @squide/core@5.4.0
- @squide/msw@3.2.0

## 9.2.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": "9.2.1",
"version": "9.3.0",
"description": "Helpers to facilitate the creation of an application with the Squide firefly technology stack.",
"license": "Apache-2.0",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @squide/i18next

## 2.2.0

### Minor Changes

- [#219](https://github.com/gsoft-inc/wl-squide/pull/219) [`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Now dispatching events to enable instrumentation packages for observability platforms.

### Patch Changes

- Updated dependencies [[`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3)]:
- @squide/core@5.4.0

## 2.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": "2.1.1",
"version": "2.2.0",
"description": "Add support for i18next to @squide application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/module-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @squide/module-federation

## 6.2.0

### Minor Changes

- [#219](https://github.com/gsoft-inc/wl-squide/pull/219) [`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Now dispatching events to enable instrumentation packages for observability platforms.

### Patch Changes

- Updated dependencies [[`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3)]:
- @squide/core@5.4.0

## 6.1.1

### Patch 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.1",
"version": "6.2.0",
"description": "Add support for Module Federation to @squide application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/msw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @squide/msw

## 3.2.0

### Minor Changes

- [#219](https://github.com/gsoft-inc/wl-squide/pull/219) [`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Now dispatching events to enable instrumentation packages for observability platforms.

### Patch Changes

- Updated dependencies [[`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3)]:
- @squide/core@5.4.0

## 3.1.1

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

## 6.4.0

### Minor Changes

- [#219](https://github.com/gsoft-inc/wl-squide/pull/219) [`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Now dispatching events to enable instrumentation packages for observability platforms.

### Patch Changes

- Updated dependencies [[`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3)]:
- @squide/core@5.4.0

## 6.3.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.3.0",
"version": "6.4.0",
"description": "Add support for React Router to @squide application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack-configs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @squide/webpack-configs

## 4.3.0

### Minor Changes

- [#219](https://github.com/gsoft-inc/wl-squide/pull/219) [`25cb482`](https://github.com/gsoft-inc/wl-squide/commit/25cb482779ee280f3f7109de4607b92dcfeef7f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Now dispatching events to enable instrumentation packages for observability platforms.

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squide/webpack-configs",
"author": "Workleap",
"version": "4.2.0",
"version": "4.3.0",
"description": "Utilities to configure webpack with a @squide application shell.",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 9296a0a

Please sign in to comment.