Skip to content

Commit

Permalink
chore(release): v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Nov 22, 2024
1 parent b44a7c0 commit ff3d72a
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/HSF/phoenix/compare/v3.0.2...v3.0.3) (2024-11-22)

**Note:** Version bump only for package root





## [3.0.2](https://github.com/HSF/phoenix/compare/v3.0.1...v3.0.2) (2024-11-22)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@

<body>
<app-root></app-root>
<script src="runtime.63cd3526882e350f.js" type="module"></script><script src="polyfills.4d5d771de46f5e39.js" type="module"></script><script src="main.55575eda084fe8ed.js" type="module"></script></body>
<script src="runtime.63cd3526882e350f.js" type="module"></script><script src="polyfills.4d5d771de46f5e39.js" type="module"></script><script src="main.77b14604f1e6ce73.js" type="module"></script></body>
</html>
2 changes: 2 additions & 0 deletions docs/api-docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file.
See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
<h2><a href="https://github.com/HSF/phoenix/compare/v3.0.2...v3.0.3">3.0.3</a> (2024-11-22)</h2>
<p><strong>Note:</strong> Version bump only for package phoenix-event-display</p>
<h2><a href="https://github.com/HSF/phoenix/compare/v3.0.1...v3.0.2">3.0.2</a> (2024-11-22)</h2>
<p><strong>Note:</strong> Version bump only for package phoenix-event-display</p>
<h2><a href="https://github.com/HSF/phoenix/compare/v2.17.0...v3.0.1">3.0.1</a> (2024-11-22)</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/api-docs/classes/Cut.html
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ <h3 id="methods">

<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { PrettySymbols } from &#x27;../../helpers/pretty-symbols&#x27;;
import { ConfigRangeSlider } from &#x27;src/managers/ui-manager/phoenix-menu/config-types&#x27;;
import { ConfigRangeSlider } from &#x27;../../managers/ui-manager/phoenix-menu/config-types&#x27;;

/**
* Cut for specifying filters on event data attribute.
Expand Down
4 changes: 2 additions & 2 deletions docs/api-docs/js/search/search_index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api-docs/properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</ol>
<ul class="properties-list">
<li>
<b>Version</b> : 3.0.2</li>
<b>Version</b> : 3.0.3</li>
<li>
<b>Description</b> : API for web-based experiment independent event display.</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@

<body>
<app-root></app-root>
<script src="runtime.63cd3526882e350f.js" type="module"></script><script src="polyfills.4d5d771de46f5e39.js" type="module"></script><script src="main.55575eda084fe8ed.js" type="module"></script></body>
<script src="runtime.63cd3526882e350f.js" type="module"></script><script src="polyfills.4d5d771de46f5e39.js" type="module"></script><script src="main.77b14604f1e6ce73.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

## [3.0.3](https://github.com/HSF/phoenix/compare/v3.0.2...v3.0.3) (2024-11-22)

**Note:** Version bump only for package phoenix-event-display





## [3.0.2](https://github.com/HSF/phoenix/compare/v3.0.1...v3.0.2) (2024-11-22)

**Note:** Version bump only for package phoenix-event-display
Expand Down
2 changes: 1 addition & 1 deletion packages/phoenix-event-display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoenix-event-display",
"version": "3.0.2",
"version": "3.0.3",
"description": "API for web-based experiment independent event display.",
"main": "dist/index",
"types": "dist/index",
Expand Down
8 changes: 8 additions & 0 deletions packages/phoenix-ng/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/HSF/phoenix/compare/v3.0.2...v3.0.3) (2024-11-22)

**Note:** Version bump only for package phoenix-ng





## [3.0.2](https://github.com/HSF/phoenix/compare/v3.0.1...v3.0.2) (2024-11-22)

**Note:** Version bump only for package phoenix-ng
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": "3.0.2",
"version": "3.0.3",
"private": true,
"scripts": {
"start": "ng serve phoenix-app",
Expand Down Expand Up @@ -37,7 +37,7 @@
"css-element-queries": "^1.2.3",
"cypress-plugin-snapshots": "https://github.com/meinaart/cypress-plugin-snapshots.git",
"jszip": "^3.10.1",
"phoenix-event-display": "^3.0.2",
"phoenix-event-display": "^3.0.3",
"phoenix-ui-components": "^3.0.1",
"qrcode": "1.5.4",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16061,7 +16061,7 @@ __metadata:
languageName: node
linkType: hard

"phoenix-event-display@^3.0.2, phoenix-event-display@workspace:packages/phoenix-event-display":
"phoenix-event-display@^3.0.3, phoenix-event-display@workspace:packages/phoenix-event-display":
version: 0.0.0-use.local
resolution: "phoenix-event-display@workspace:packages/phoenix-event-display"
dependencies:
Expand Down Expand Up @@ -16117,7 +16117,7 @@ __metadata:
jest-preset-angular: ^14.3.2
jszip: ^3.10.1
ng-packagr: ^18.2.1
phoenix-event-display: ^3.0.2
phoenix-event-display: ^3.0.3
phoenix-ui-components: ^3.0.1
qrcode: 1.5.4
rxjs: ^7.8.1
Expand Down

0 comments on commit ff3d72a

Please sign in to comment.