Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jul 11, 2024
1 parent def7b9e commit 97c6eca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:copy-changelog": "cpx CHANGELOG.md projects/elements-demo/src/assets",
"format:write": "prettier projects/**/*.{ts,json,md} --write",
"format:test": "prettier projects/**/*.{ts,json,md} --list-different",
"release": "standard-version -a && git push --follow-tags origin master",
"release": "npm run build:copy-changelog && standard-version -a && git push --follow-tags origin master",
"analyze": "ng build elements-demo --stats-json && webpack-bundle-analyzer ./dist/elements-demo/stats.json",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate && node sync-contributors.js",
Expand Down
6 changes: 6 additions & 0 deletions projects/elements-demo/src/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## [18.1.0](https://github.com/angular-extensions/elements/compare/v18.0.0...v18.1.0) (2024-07-11)

### Features

- **lib:** add provideAxLazyElements() & provideAxLazyElementsConfigs() (use without NgModules) ([7822155](https://github.com/angular-extensions/elements/commit/782215535e0cbc3dbb0aa82eeb2953f503754328))

## [18.0.0](https://github.com/angular-extensions/elements/compare/v17.1.1...v18.0.0) (2024-07-11)

### ⚠ BREAKING CHANGES
Expand Down

0 comments on commit 97c6eca

Please sign in to comment.