Skip to content

Commit

Permalink
chore(release): v2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Oct 3, 2022
1 parent ff3b85f commit 0ab8c00
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.3](https://github.com/HSF/phoenix/compare/v2.11.2...v2.11.3) (2022-10-03)


### Bug Fixes

* **app:** Update entry point of ui library after angular migration. ([ff3b85f](https://github.com/HSF/phoenix/commit/ff3b85f4932d6f9bc1333f61a915328f1f5ab144))





## [2.11.2](https://github.com/HSF/phoenix/compare/v2.11.0...v2.11.2) (2022-10-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.11.2",
"version": "2.11.3",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
11 changes: 11 additions & 0 deletions packages/phoenix-ng/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.3](https://github.com/HSF/phoenix/compare/v2.11.2...v2.11.3) (2022-10-03)


### Bug Fixes

* **app:** Update entry point of ui library after angular migration. ([ff3b85f](https://github.com/HSF/phoenix/commit/ff3b85f4932d6f9bc1333f61a915328f1f5ab144))





## [2.11.2](https://github.com/HSF/phoenix/compare/v2.11.0...v2.11.2) (2022-10-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/phoenix-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoenix-ng",
"version": "2.11.2",
"version": "2.11.3",
"private": true,
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -40,7 +40,7 @@
"css-element-queries": "^1.2.3",
"cypress-plugin-snapshots": "^1.4.4",
"phoenix-event-display": "^2.11.2",
"phoenix-ui-components": "^2.11.2",
"phoenix-ui-components": "^2.11.3",
"qrcode": "1.5.1",
"rxjs": "^7.5.6",
"three": "^0.144.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/phoenix-ng/projects/phoenix-ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.3](https://github.com/HSF/phoenix/compare/v2.11.2...v2.11.3) (2022-10-03)


### Bug Fixes

* **app:** Update entry point of ui library after angular migration. ([ff3b85f](https://github.com/HSF/phoenix/commit/ff3b85f4932d6f9bc1333f61a915328f1f5ab144))





## [2.11.2](https://github.com/HSF/phoenix/compare/v2.11.0...v2.11.2) (2022-10-03)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoenix-ui-components",
"version": "2.11.2",
"version": "2.11.3",
"description": "Reusable Angular components of the Phoenix event display application.",
"author": "Phoenix contributors (https://github.com/HSF/phoenix/graphs/contributors)",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0ab8c00

Please sign in to comment.