Skip to content

Commit

Permalink
chore(angular): release version 1.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjalmers committed Feb 8, 2022
1 parent ab6d806 commit 2bb2119
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 27 deletions.
5 changes: 5 additions & 0 deletions libs/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

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

# [1.0.0-beta.5](https://github.com/sebgroup/green/compare/@sebgroup/[email protected]...@sebgroup/[email protected]) (2022-02-08)
54 changes: 27 additions & 27 deletions libs/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "@sebgroup/green-angular",
"version": "0.0.0-semantically-released",
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0",
"@angular/core": "^12.0.0 || ^13.0.0"
},
"dependencies": {
"@sebgroup/chlorophyll": "0.0.0-semantically-released",
"@sebgroup/extract": "0.0.0-semantically-released",
"tslib": "^2.3.1"
},
"description": "Angular components built on top of @sebgroup/chlorophyll.",
"repository": {
"type": "git",
"url": "git+https://github.com/sebgroup/green.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": "Robert Hjalmers <[email protected]> (http://www.linkedin.com/in/robert-hjalmers/)",
"contributors": [],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sebgroup/green/labels/angular"
},
"homepage": "https://sebgroup.github.io/green/latest/angular/"
"name": "@sebgroup/green-angular",
"version": "1.0.0-beta.5",
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0",
"@angular/core": "^12.0.0 || ^13.0.0"
},
"dependencies": {
"@sebgroup/chlorophyll": "^1.0.0-beta.5",
"@sebgroup/extract": "^1.0.0-beta.5",
"tslib": "^2.3.1"
},
"description": "Angular components built on top of @sebgroup/chlorophyll.",
"repository": {
"type": "git",
"url": "git+https://github.com/sebgroup/green.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": "Robert Hjalmers <[email protected]> (http://www.linkedin.com/in/robert-hjalmers/)",
"contributors": [],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sebgroup/green/labels/angular"
},
"homepage": "https://sebgroup.github.io/green/latest/angular/"
}

0 comments on commit 2bb2119

Please sign in to comment.