Skip to content

Commit 8040618

Browse files
committed
chore(release): v20.7.0
1 parent 134e081 commit 8040618

43 files changed

Lines changed: 257 additions & 157 deletions

File tree

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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [20.7.0](https://github.com/lensapp/ogre-tools/compare/v20.6.6...v20.7.0) (2025-10-14)
7+
8+
### Features
9+
10+
- Support react 19 ([134e081](https://github.com/lensapp/ogre-tools/commit/134e08143aa319003edee4cf438d0fe172ea359c))
11+
12+
### Bug Fixes
13+
14+
- Make injectableComponent work consistently when injected using a token ([3615fa7](https://github.com/lensapp/ogre-tools/commit/3615fa7b70a91ac38e4bfc3fd10b571a661755f5))
15+
616
### [20.6.7](https://github.com/lensapp/ogre-tools/compare/v20.6.6...v20.6.7) (2025-09-30)
717

818
### Bug Fixes

lerna.json

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

package-lock.json

Lines changed: 78 additions & 78 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+
## [20.7.0](https://github.com/lensapp/ogre-tools/compare/v20.6.6...v20.7.0) (2025-10-14)
7+
8+
### Features
9+
10+
- Support react 19 ([134e081](https://github.com/lensapp/ogre-tools/commit/134e08143aa319003edee4cf438d0fe172ea359c))
11+
612
### [20.6.7](https://github.com/lensapp/ogre-tools/compare/v20.6.6...v20.6.7) (2025-09-30)
713

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

packages/discoverable/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lensapp/discoverable",
33
"private": false,
4-
"version": "20.6.7",
4+
"version": "20.7.0",
55
"description": "A test-utility to control HTML-elements using data-attributes",
66
"type": "commonjs",
77
"publishConfig": {
@@ -32,10 +32,10 @@
3232
},
3333
"devDependencies": {
3434
"@async-fn/jest": "^1.6.4",
35-
"@lensapp/infrastructure-babel-for-ts": "^20.6.7",
36-
"@lensapp/infrastructure-jest": "^20.6.7",
37-
"@lensapp/infrastructure-prettier": "^20.6.7",
38-
"@lensapp/infrastructure-webpack-for-ts": "^20.6.7",
35+
"@lensapp/infrastructure-babel-for-ts": "^20.7.0",
36+
"@lensapp/infrastructure-jest": "^20.7.0",
37+
"@lensapp/infrastructure-prettier": "^20.7.0",
38+
"@lensapp/infrastructure-webpack-for-ts": "^20.7.0",
3939
"type-fest": "^4.27.0"
4040
},
4141
"scripts": {

0 commit comments

Comments
 (0)