Skip to content

Commit

Permalink
chore(angular): release version 1.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hjalmers committed Apr 7, 2022
1 parent 1955714 commit 04ee0cc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions libs/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [1.0.0-beta.8](https://github.com/sebgroup/green/compare/@sebgroup/[email protected]...@sebgroup/[email protected]) (2022-04-07)


### Bug Fixes

* **angular:** dropdown experimental support for validation ([bc452a1](https://github.com/sebgroup/green/commit/bc452a101884a7b71ffaf953a19717d8aeb66247))
* **angular:** dropdown support for label ([1754f7c](https://github.com/sebgroup/green/commit/1754f7ce746844e7364c859fa6ad2dc55d74d9b4))
* **dropdown:** body-scroll-lock and styling ([b12a834](https://github.com/sebgroup/green/commit/b12a8344a6c5f87a05cac0cd76e5765451827234))
* **dropdown:** use type button (prevent form submit) ([49075db](https://github.com/sebgroup/green/commit/49075db950349a033469c5c7d8a86fddfcf2e867))



# [1.0.0-beta.7](https://github.com/sebgroup/green/compare/@sebgroup/[email protected]...@sebgroup/[email protected]) (2022-03-24)


Expand Down
6 changes: 3 additions & 3 deletions libs/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sebgroup/green-angular",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0",
"@angular/core": "^12.0.0 || ^13.0.0",
Expand All @@ -10,8 +10,8 @@
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"@sebgroup/chlorophyll": "^1.0.0-beta.7",
"@sebgroup/extract": "^1.0.0-beta.7",
"@sebgroup/chlorophyll": "^1.0.0-beta.8",
"@sebgroup/extract": "^1.0.0-beta.8",
"tslib": "^2.3.1"
},
"description": "Angular components built on top of @sebgroup/chlorophyll.",
Expand Down

0 comments on commit 04ee0cc

Please sign in to comment.