Skip to content

Commit

Permalink
chore(release): 2.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.7.0](v2.6.1...v2.7.0) (2024-10-17)

### Features

* predefine loading of sampleRUM.enhance() ([#105](#105)) ([859ff60](859ff60))
  • Loading branch information
semantic-release-bot committed Oct 17, 2024
1 parent 1e8d3f6 commit 41c1e39
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.7.0](https://github.com/adobe/aem-lib/compare/v2.6.1...v2.7.0) (2024-10-17)


### Features

* predefine loading of sampleRUM.enhance() ([#105](https://github.com/adobe/aem-lib/issues/105)) ([859ff60](https://github.com/adobe/aem-lib/commit/859ff607752ce2e369f69ff23e465f61ff9ff784))

## [2.6.1](https://github.com/adobe/aem-lib/compare/v2.6.0...v2.6.1) (2024-10-07)


Expand Down
3 changes: 3 additions & 0 deletions dist/aem.js
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,9 @@ async function loadSections(element) {
for (let i = 0; i < sections.length; i += 1) {
// eslint-disable-next-line no-await-in-loop
await loadSection(sections[i]);
if (i === 0 && sampleRUM.enhance) {
sampleRUM.enhance();
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/aem-lib",
"version": "2.6.1",
"version": "2.7.0",
"description": "AEM Library",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 41c1e39

Please sign in to comment.