Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.7 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 22, 2023
1 parent 31ac566 commit 271605c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.0.0-beta.7](https://github.com/brandonroberts/blog/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2023-11-22)


### Bug Fixes

* update pkgRoot ([31ac566](https://github.com/brandonroberts/blog/commit/31ac566d5ccf92859978a8a60866b67a1cb060d6))


### Features

* add my-lib ([1a20635](https://github.com/brandonroberts/blog/commit/1a206357b207c7f234ef1f45524ea425a6ed11eb))
* add separate package.json update to releases ([ce04721](https://github.com/brandonroberts/blog/commit/ce04721c8d7293a7cefdc27b504ff8041d414242))

# [1.0.0-beta.6](https://github.com/brandonroberts/blog/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": true,
"engines": {
"node": "^18.13.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/my-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-lib",
"version": "0.0.1",
"version": "1.0.0-beta.7",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
Expand Down

0 comments on commit 271605c

Please sign in to comment.