Skip to content

Commit 0be2389

Browse files
committed
chore(release): v20.6.4
1 parent 36dfb70 commit 0be2389

File tree

43 files changed

+245
-157
lines changed

Some content is hidden

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

43 files changed

+245
-157
lines changed

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.6.4](https://github.com/lensapp/ogre-tools/compare/v20.6.3...v20.6.4) (2025-09-03)
7+
8+
### Bug Fixes
9+
10+
- Fix re-renders of component with di context provider causing unnecessary rerenders for children ([36dfb70](https://github.com/lensapp/ogre-tools/commit/36dfb70727a6dd2befb3f975b1c7662eb42e5ab8))
11+
612
### [20.6.3](https://github.com/lensapp/ogre-tools/compare/v20.6.2...v20.6.3) (2025-06-02)
713

814
### 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.3",
2+
"version": "20.6.4",
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.6.4](https://github.com/lensapp/ogre-tools/compare/v20.6.3...v20.6.4) (2025-09-03)
7+
8+
**Note:** Version bump only for package @lensapp/discoverable
9+
610
### [20.6.3](https://github.com/lensapp/ogre-tools/compare/v20.6.2...v20.6.3) (2025-06-02)
711

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

packages/element-component/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.6.4](https://github.com/lensapp/ogre-tools/compare/v20.6.3...v20.6.4) (2025-09-03)
7+
8+
**Note:** Version bump only for package @lensapp/element-component
9+
610
### [20.6.3](https://github.com/lensapp/ogre-tools/compare/v20.6.2...v20.6.3) (2025-06-02)
711

812
**Note:** Version bump only for package @lensapp/element-component

0 commit comments

Comments
 (0)