Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
chore(main): release demo-app 1.3.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjokumsen authored Jan 17, 2023
1 parent bd2a00d commit 8bedf48
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.0.0","apps/chill-viking-ng-libs":"1.2.0","libs/layout":"2.0.0"}
{".":"2.0.0","apps/chill-viking-ng-libs":"1.3.0","libs/layout":"2.0.0"}
21 changes: 21 additions & 0 deletions apps/chill-viking-ng-libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.3.0](https://github.com/chill-viking/ng-libs/compare/demo-app-v1.2.0...demo-app-v1.3.0) (2023-01-14)


### Features

* create workspace ([bc4609c](https://github.com/chill-viking/ng-libs/commit/bc4609cee12fd55cb4128298889a09007cfc5c4c))
* **demo-app:** add navigation ([#76](https://github.com/chill-viking/ng-libs/issues/76)) ([bfc9cb5](https://github.com/chill-viking/ng-libs/commit/bfc9cb510463d17a1298ff9252baf3900614cc84))
* **demo-app:** add packages page ([#68](https://github.com/chill-viking/ng-libs/issues/68)) ([233177b](https://github.com/chill-viking/ng-libs/commit/233177bb1c325df43470d8fea378d89166704c9a))
* **demo-app:** create introduction page for demos ([#41](https://github.com/chill-viking/ng-libs/issues/41)) ([c0cf54c](https://github.com/chill-viking/ng-libs/commit/c0cf54c1dd2ada1483d16ba28e30ac29148e3517))
* **demo-app:** set title using TitleStrategy ([0777ca6](https://github.com/chill-viking/ng-libs/commit/0777ca62c26eddb916d0739b921368168e4e5073))
* **demo-app:** update meta data for site ([#60](https://github.com/chill-viking/ng-libs/issues/60)) ([c9132b5](https://github.com/chill-viking/ng-libs/commit/c9132b5353d4fadc69442a547a82e10cc2d0fb06))
* **demo-app:** use @chill-viking/layout in demo app ([7d09147](https://github.com/chill-viking/ng-libs/commit/7d09147303cec756990ce17796f1fc8572728563))
* provide footer template in example ([ff08bca](https://github.com/chill-viking/ng-libs/commit/ff08bcad4a71517a04d9f213eec0de9863777546))
* provide header template in example ([4423b4c](https://github.com/chill-viking/ng-libs/commit/4423b4cdf67f6b8ff43f2fb45758ba0f257608c1))


### Bug Fixes

* **@chill-viking/layout:** remove unused import ([a24befa](https://github.com/chill-viking/ng-libs/commit/a24befa95eea5f13bf7e56c6a62fe102fc34e580))
* **demo-app:** resolve code smell for using `reverse` ([84374a6](https://github.com/chill-viking/ng-libs/commit/84374a63edeecbb84451e36ab1c1b798964da635))

## [1.2.0](https://github.com/chill-viking/ng-libs/compare/chill-viking-ng-libs-v1.1.0...chill-viking-ng-libs-v1.2.0) (2023-01-13)


Expand Down
2 changes: 1 addition & 1 deletion apps/chill-viking-ng-libs/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "chill-viking-ng-libs",
"version": "1.2.0"
"version": "1.3.0"
}

0 comments on commit 8bedf48

Please sign in to comment.