Skip to content

Commit f6e871e

Browse files
committed
chore(release): v20.8.0
1 parent 36b95bf commit f6e871e

43 files changed

Lines changed: 248 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.8.0](https://github.com/lensapp/ogre-tools/compare/v20.7.0...v20.8.0) (2025-10-23)
7+
8+
### Features
9+
10+
- Introduce computedInjectMaybe ([7be909d](https://github.com/lensapp/ogre-tools/commit/7be909d329c2af15ba43629c56138f2b905271f2))
11+
- Update to react 19 types ([2469edc](https://github.com/lensapp/ogre-tools/commit/2469edc22a05f21ede048313e86f31d2722c1d8f))
12+
613
## [20.7.0](https://github.com/lensapp/ogre-tools/compare/v20.6.6...v20.7.0) (2025-10-14)
714

815
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "20.7.0",
2+
"version": "20.8.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.8.0](https://github.com/lensapp/ogre-tools/compare/v20.7.0...v20.8.0) (2025-10-23)
7+
8+
**Note:** Version bump only for package @lensapp/discoverable
9+
610
## [20.7.0](https://github.com/lensapp/ogre-tools/compare/v20.6.6...v20.7.0) (2025-10-14)
711

812
### Features

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.7.0",
4+
"version": "20.8.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.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",
35+
"@lensapp/infrastructure-babel-for-ts": "^20.8.0",
36+
"@lensapp/infrastructure-jest": "^20.8.0",
37+
"@lensapp/infrastructure-prettier": "^20.8.0",
38+
"@lensapp/infrastructure-webpack-for-ts": "^20.8.0",
3939
"type-fest": "^4.27.0"
4040
},
4141
"scripts": {

packages/element-component/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.8.0](https://github.com/lensapp/ogre-tools/compare/v20.7.0...v20.8.0) (2025-10-23)
7+
8+
### Features
9+
10+
- Update to react 19 types ([2469edc](https://github.com/lensapp/ogre-tools/commit/2469edc22a05f21ede048313e86f31d2722c1d8f))
11+
612
## [20.7.0](https://github.com/lensapp/ogre-tools/compare/v20.6.6...v20.7.0) (2025-10-14)
713

814
### Features

0 commit comments

Comments
 (0)