Skip to content

Commit e9e49d7

Browse files
committed
chore(release): v22.1.0
1 parent 5c54821 commit e9e49d7

41 files changed

Lines changed: 358 additions & 171 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [22.1.0](https://github.com/lensapp/ogre-tools/compare/v22.0.0...v22.1.0) (2026-04-24)
7+
8+
### Features
9+
10+
- Add dual CJS/ESM build output for all packages ([639e19e](https://github.com/lensapp/ogre-tools/commit/639e19e1db7c65b2c53a6234669f23219228299f))
11+
- **injectable:** Hold object-typed keyed singleton keys weakly ([3ec5135](https://github.com/lensapp/ogre-tools/commit/3ec5135b7b62d2657d3adcfbdd075c328eb9b50e))
12+
- **injectable:** Make preventSideEffects the default ([c7245fd](https://github.com/lensapp/ogre-tools/commit/c7245fdf6eeaad71a7eda5485e7a78e9539e4a76))
13+
614
## [22.0.0](https://github.com/lensapp/ogre-tools/compare/v21.1.0...v22.0.0) (2026-04-24)
715

816
### ⚠ BREAKING CHANGES

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "22.0.0",
2+
"version": "22.1.0",
33
"command": {
44
"publish": {
55
"forcePublish": true,

package-lock.json

Lines changed: 73 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/discoverable/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [22.1.0](https://github.com/lensapp/ogre-tools/compare/v22.0.0...v22.1.0) (2026-04-24)
7+
8+
### Features
9+
10+
- Add dual CJS/ESM build output for all packages ([639e19e](https://github.com/lensapp/ogre-tools/commit/639e19e1db7c65b2c53a6234669f23219228299f))
11+
612
## [22.0.0](https://github.com/lensapp/ogre-tools/compare/v21.1.0...v22.0.0) (2026-04-24)
713

814
**Note:** Version bump only for package @lensapp/discoverable

0 commit comments

Comments
 (0)