Skip to content

Commit 97c6eca

Browse files
committed
chore: update changelog
1 parent def7b9e commit 97c6eca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build:copy-changelog": "cpx CHANGELOG.md projects/elements-demo/src/assets",
1818
"format:write": "prettier projects/**/*.{ts,json,md} --write",
1919
"format:test": "prettier projects/**/*.{ts,json,md} --list-different",
20-
"release": "standard-version -a && git push --follow-tags origin master",
20+
"release": "npm run build:copy-changelog && standard-version -a && git push --follow-tags origin master",
2121
"analyze": "ng build elements-demo --stats-json && webpack-bundle-analyzer ./dist/elements-demo/stats.json",
2222
"contributors:add": "all-contributors add",
2323
"contributors:generate": "all-contributors generate && node sync-contributors.js",

projects/elements-demo/src/assets/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [18.1.0](https://github.com/angular-extensions/elements/compare/v18.0.0...v18.1.0) (2024-07-11)
6+
7+
### Features
8+
9+
- **lib:** add provideAxLazyElements() & provideAxLazyElementsConfigs() (use without NgModules) ([7822155](https://github.com/angular-extensions/elements/commit/782215535e0cbc3dbb0aa82eeb2953f503754328))
10+
511
## [18.0.0](https://github.com/angular-extensions/elements/compare/v17.1.1...v18.0.0) (2024-07-11)
612

713
### ⚠ BREAKING CHANGES

0 commit comments

Comments
 (0)