Skip to content

Commit efc8214

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.2...v1.3.0) (2023-11-30) ### Bug Fixes * attempt to fix release ([5bb8f73](5bb8f73)) * **build:** fix org in issues URL ([7226d84](7226d84)) * **build:** no double slashes in issues url ([1191064](1191064)) * **github:** increase default permissions for cleanup action ([f8ed051](f8ed051)) * **github:** restrict running of action to initial commit on main branch ([1a990c2](1a990c2)) * icons no more svgs ([#267](#267)) ([2d4cfa7](2d4cfa7)) * **lib:** update scripts/aem.js to [email protected] ([#266](#266)) ([2d61c6a](2d61c6a)) * rescope icon identifiers to avoid clashing references across icons ([#241](#241)) ([e8dc533](e8dc533)), closes [#235](#235) * sampleRUM always for checkpoint to be called even if RUM not selected ([fcca39d](fcca39d)) * trigger release ([afbd201](afbd201)) ### Features * add capability to patch block config at runtime ([#246](#246)) ([a774acc](a774acc)) * enable listeners to all RUM events, not just the sampled ones ([871ede4](871ede4)) * use aem.js ([#255](#255)) ([f5ab4df](f5ab4df))
1 parent afbd201 commit efc8214

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [1.3.0](https://github.com/adobe/aem-boilerplate/compare/v1.2.2...v1.3.0) (2023-11-30)
2+
3+
4+
### Bug Fixes
5+
6+
* attempt to fix release ([5bb8f73](https://github.com/adobe/aem-boilerplate/commit/5bb8f7302c70e98a60fd9b8a38f63577f90d7414))
7+
* **build:** fix org in issues URL ([7226d84](https://github.com/adobe/aem-boilerplate/commit/7226d8465e0f5d3c2f4c49bacfbc758c6da5f823))
8+
* **build:** no double slashes in issues url ([1191064](https://github.com/adobe/aem-boilerplate/commit/119106489e1bfb92c80aa55cc2b634496915cfc1))
9+
* **github:** increase default permissions for cleanup action ([f8ed051](https://github.com/adobe/aem-boilerplate/commit/f8ed05169e841a21f1a17c664ace76942d7700c8))
10+
* **github:** restrict running of action to initial commit on main branch ([1a990c2](https://github.com/adobe/aem-boilerplate/commit/1a990c25a4132a50e8c73f80c57845d7d9657399))
11+
* icons no more svgs ([#267](https://github.com/adobe/aem-boilerplate/issues/267)) ([2d4cfa7](https://github.com/adobe/aem-boilerplate/commit/2d4cfa73a9c35c065e9dd2096a9bab3637ddd9b4))
12+
* **lib:** update scripts/aem.js to [email protected] ([#266](https://github.com/adobe/aem-boilerplate/issues/266)) ([2d61c6a](https://github.com/adobe/aem-boilerplate/commit/2d61c6a9fb0905159a568abfe73f4d09dfc0846a))
13+
* rescope icon identifiers to avoid clashing references across icons ([#241](https://github.com/adobe/aem-boilerplate/issues/241)) ([e8dc533](https://github.com/adobe/aem-boilerplate/commit/e8dc53350de838a7dfa094bbbf62c80bdaffdca2)), closes [#235](https://github.com/adobe/aem-boilerplate/issues/235)
14+
* sampleRUM always for checkpoint to be called even if RUM not selected ([fcca39d](https://github.com/adobe/aem-boilerplate/commit/fcca39dd4f5fd2aef6852580873ab4b2cce1e2af))
15+
* trigger release ([afbd201](https://github.com/adobe/aem-boilerplate/commit/afbd201189b13a238ad4709923a5ad9b94dc73eb))
16+
17+
18+
### Features
19+
20+
* add capability to patch block config at runtime ([#246](https://github.com/adobe/aem-boilerplate/issues/246)) ([a774acc](https://github.com/adobe/aem-boilerplate/commit/a774acc651359137422ea734d014164509ae5940))
21+
* enable listeners to all RUM events, not just the sampled ones ([871ede4](https://github.com/adobe/aem-boilerplate/commit/871ede401d2d57c8825f8970f3b28cd9de5f27f8))
22+
* use aem.js ([#255](https://github.com/adobe/aem-boilerplate/issues/255)) ([f5ab4df](https://github.com/adobe/aem-boilerplate/commit/f5ab4df26a992f70a123f56b08062f7dc0b47dae))
23+
124
## [1.2.2](https://github.com/elc9aya2ls612j/aem-boilerplate/compare/v1.2.1...v1.2.2) (2023-06-29)
225

326

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@adobe/aem-boilerplate",
33
"private": true,
4-
"version": "1.2.2",
4+
"version": "1.3.0",
55
"description": "Starter project for Adobe Helix",
66
"scripts": {
77
"lint:js": "eslint .",

0 commit comments

Comments
 (0)