This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>ng-libs: 2.1.0</summary> ## [2.1.0](ng-libs-v2.0.0...ng-libs-v2.1.0) (2023-02-27) ### Features * **demo-app:** add navigation ([#76](#76)) ([bfc9cb5](bfc9cb5)) * **demo-app:** add packages page ([#68](#68)) ([233177b](233177b)) * **demo-app:** update meta data for site ([#60](#60)) ([c9132b5](c9132b5)) ### Bug Fixes * **config:** update release config ([bd2a00d](bd2a00d)) * **deps:** update angular monorepo to ~15.1.0 ([addf4fd](addf4fd)) * **deps:** update angular monorepo to ~15.2.0 ([#114](#114)) ([2823441](2823441)) * **deps:** update nrwl monorepo to v15.4.5 ([85ac337](85ac337)) * **deps:** update nrwl monorepo to v15.6.3 ([5cfe534](5cfe534)) * **deps:** update nrwl monorepo to v15.7.2 ([#104](#104)) ([9b06861](9b06861)) * **layout:** update package metadata ([#70](#70)) ([757061e](757061e)) </details> <details><summary>layout: 2.0.1</summary> ## [2.0.1](layout-v2.0.0...layout-v2.0.1) (2023-02-27) ### Bug Fixes * **deps:** update angular monorepo to ~15.1.0 ([addf4fd](addf4fd)) * **deps:** update angular monorepo to ~15.2.0 ([#114](#114)) ([2823441](2823441)) * **layout:** update package metadata ([#70](#70)) ([757061e](757061e)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: chill-viking Release <124516721+release-chill-viking@users.noreply.github.com>
- Loading branch information
1 parent
471e154
commit 0d38318
Showing
6 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{".":"2.0.0","apps/chill-viking-ng-libs":"1.3.0","libs/layout":"2.0.0"} | ||
{".":"2.1.0","apps/chill-viking-ng-libs":"1.3.0","libs/layout":"2.0.1"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ng-libs", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "nx", | ||
|