Skip to content

Commit 271605c

Browse files
chore(release): 1.0.0-beta.7 [skip ci]
# [1.0.0-beta.7](v1.0.0-beta.6...v1.0.0-beta.7) (2023-11-22) ### Bug Fixes * update pkgRoot ([31ac566](31ac566)) ### Features * add my-lib ([1a20635](1a20635)) * add separate package.json update to releases ([ce04721](ce04721))
1 parent 31ac566 commit 271605c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.0.0-beta.7](https://github.com/brandonroberts/blog/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2023-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* update pkgRoot ([31ac566](https://github.com/brandonroberts/blog/commit/31ac566d5ccf92859978a8a60866b67a1cb060d6))
7+
8+
9+
### Features
10+
11+
* add my-lib ([1a20635](https://github.com/brandonroberts/blog/commit/1a206357b207c7f234ef1f45524ea425a6ed11eb))
12+
* add separate package.json update to releases ([ce04721](https://github.com/brandonroberts/blog/commit/ce04721c8d7293a7cefdc27b504ff8041d414242))
13+
114
# [1.0.0-beta.6](https://github.com/brandonroberts/blog/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2023-11-09)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blog",
3-
"version": "1.0.0-beta.6",
3+
"version": "1.0.0-beta.7",
44
"private": true,
55
"engines": {
66
"node": "^18.13.0"

projects/my-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "my-lib",
3-
"version": "0.0.1",
3+
"version": "1.0.0-beta.7",
44
"peerDependencies": {
55
"@angular/common": "^17.0.0",
66
"@angular/core": "^17.0.0"

0 commit comments

Comments
 (0)