Skip to content

Commit

Permalink
chore(release): 8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Oct 10, 2019
1 parent 12f09ba commit dfb9927
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [8.9.0](https://github.com/angular-extensions/elements/compare/v8.8.0...v8.9.0) (2019-10-10)

### Bug Fixes

- **demo:** add loading template for fully dynamic example ([12f09ba](https://github.com/angular-extensions/elements/commit/12f09ba))
- **demo:** remove ionic (stencil) demos to fix Angular routing, fix [#14](https://github.com/angular-extensions/elements/issues/14) ([428e242](https://github.com/angular-extensions/elements/commit/428e242))
- **dynamic:** multiple different tags from single element, fixes [#25](https://github.com/angular-extensions/elements/issues/25) ([51d576f](https://github.com/angular-extensions/elements/commit/51d576f))

### Features

- **demo:** add quick nav to major pages, add microfrontends use case ([fe89077](https://github.com/angular-extensions/elements/commit/fe89077))
- **demo:** improve dynamic example docs ([49e211f](https://github.com/angular-extensions/elements/commit/49e211f))
- **demo:** improve dynamic example docs ([c23b904](https://github.com/angular-extensions/elements/commit/c23b904))

## [8.8.0](https://github.com/angular-extensions/elements/compare/v8.7.0...v8.8.0) (2019-09-24)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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": "@angular-extensions/elements",
"version": "8.8.0",
"version": "8.9.0",
"scripts": {
"ng": "ng",
"start": "ng serve -o",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const environment = {
// version:start
version: '8.8.0',
version: '8.9.0',
// version:end
production: true
};
2 changes: 1 addition & 1 deletion projects/elements-demo/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export const environment = {
// version:start
version: '8.8.0',
version: '8.9.0',
// version:end
production: false
};
Expand Down
2 changes: 1 addition & 1 deletion projects/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-extensions/elements",
"version": "8.8.0",
"version": "8.9.0",
"peerDependencies": {
"@angular/common": "^8.0.0",
"@angular/core": "^8.0.0"
Expand Down

0 comments on commit dfb9927

Please sign in to comment.