Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .changeset/strong-deps-dedup.md

This file was deleted.

14 changes: 14 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# api

## 2.2.0

### Minor Changes

- d96b5d3: Enforce effect and zod as singleton shared dependencies across Module Federation runtime

- Add `effect` and `zod` as direct dependencies in api, host, and ui packages with catalog-pinned exact versions
- Move `every-plugin` from devDependencies to dependencies in api and ui (runtime import)
- Add `effect` and `zod` to `bos.config.json` `shared.ui` as singleton MF shared deps to prevent duplicate runtime instances
- Pin `effect`, `zod`, and `@orpc/*` to exact versions in workspace catalog and add overrides to eliminate version drift
- Unify `@orpc/*` version refs across api, host, and ui to use catalog instead of mixed ranges
- Update `every-plugin` mf-config to resolve effect/zod versions from installed packages instead of hardcoded ranges
- Merge `overrides` field in sync flow's `mergePackageJson` to preserve user overrides during upgrade

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"exports": {
".": {
Expand Down
14 changes: 14 additions & 0 deletions packages/every-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# every-plugin

## 2.3.0

### Minor Changes

- d96b5d3: Enforce effect and zod as singleton shared dependencies across Module Federation runtime

- Add `effect` and `zod` as direct dependencies in api, host, and ui packages with catalog-pinned exact versions
- Move `every-plugin` from devDependencies to dependencies in api and ui (runtime import)
- Add `effect` and `zod` to `bos.config.json` `shared.ui` as singleton MF shared deps to prevent duplicate runtime instances
- Pin `effect`, `zod`, and `@orpc/*` to exact versions in workspace catalog and add overrides to eliminate version drift
- Unify `@orpc/*` version refs across api, host, and ui to use catalog instead of mixed ranges
- Update `every-plugin` mf-config to resolve effect/zod versions from installed packages instead of hardcoded ranges
- Merge `overrides` field in sync flow's `mergePackageJson` to preserve user overrides during upgrade

## 2.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/every-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "every-plugin",
"version": "2.2.6",
"version": "2.3.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
19 changes: 19 additions & 0 deletions packages/everything-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# everything-dev

## 1.6.0

### Minor Changes

- d96b5d3: Enforce effect and zod as singleton shared dependencies across Module Federation runtime

- Add `effect` and `zod` as direct dependencies in api, host, and ui packages with catalog-pinned exact versions
- Move `every-plugin` from devDependencies to dependencies in api and ui (runtime import)
- Add `effect` and `zod` to `bos.config.json` `shared.ui` as singleton MF shared deps to prevent duplicate runtime instances
- Pin `effect`, `zod`, and `@orpc/*` to exact versions in workspace catalog and add overrides to eliminate version drift
- Unify `@orpc/*` version refs across api, host, and ui to use catalog instead of mixed ranges
- Update `every-plugin` mf-config to resolve effect/zod versions from installed packages instead of hardcoded ranges
- Merge `overrides` field in sync flow's `mergePackageJson` to preserve user overrides during upgrade

### Patch Changes

- Updated dependencies [d96b5d3]
- every-plugin@2.3.0

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/everything-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "everything-dev",
"version": "1.5.0",
"version": "1.6.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# ui

## 1.1.3

### Patch Changes

- d96b5d3: Enforce effect and zod as singleton shared dependencies across Module Federation runtime

- Add `effect` and `zod` as direct dependencies in api, host, and ui packages with catalog-pinned exact versions
- Move `every-plugin` from devDependencies to dependencies in api and ui (runtime import)
- Add `effect` and `zod` to `bos.config.json` `shared.ui` as singleton MF shared deps to prevent duplicate runtime instances
- Pin `effect`, `zod`, and `@orpc/*` to exact versions in workspace catalog and add overrides to eliminate version drift
- Unify `@orpc/*` version refs across api, host, and ui to use catalog instead of mixed ranges
- Update `every-plugin` mf-config to resolve effect/zod versions from installed packages instead of hardcoded ranges
- Merge `overrides` field in sync flow's `mergePackageJson` to preserve user overrides during upgrade

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading