Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Oct 5, 2020
1 parent 9fa150b commit b9e2551
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2020-10-05)


### Reverts

* Revert "Not sure what happened here - but re-adding OBJ files." ([8efd512](https://github.com/9inpachi/phoenix/commit/8efd5121d43cd9e2aeb4366f39cda8a684434f46))
* Revert "Adding unit tests to Playground VR component" ([69ed9f0](https://github.com/9inpachi/phoenix/commit/69ed9f0366d9d73e64d7b31556fcff0df32edd87))
* Revert "Updating Angular version" ([259fd76](https://github.com/9inpachi/phoenix/commit/259fd7656f7d52d2ef9d0e0c492935e0590ae030))
8 changes: 6 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"version": "1.0.0",
"version": "1.0.1",
"packages": [
"packages/*"
],
"command": {
"publish": {
"ignoreChanges": ["*.md", "*.txt", "*.obj"]
"ignoreChanges": [
"*.md",
"*.txt",
"*.obj"
]
},
"run": {
"parallel": ""
Expand Down
8 changes: 8 additions & 0 deletions packages/phoenix-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2020-10-05)

**Note:** Version bump only for package phoenix-app
2 changes: 1 addition & 1 deletion packages/phoenix-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/phoenix-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phoenix-app",
"description": "Application for web-based experiment independent event display.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Phoenix contributors (https://github.com/HSF/phoenix/graphs/contributors)",
"license": "Apache-2.0",
"homepage": "http://github.com/HSF/phoenix/tree/master/packages/phoenix-app#phoenix-application",
Expand Down Expand Up @@ -36,7 +36,7 @@
"coveralls": "^3.1.0",
"css-element-queries": "^1.2.3",
"ng5-slider": "^1.2.4",
"phoenix-event-display": "^1.0.0",
"phoenix-event-display": "^1.0.1",
"rxjs": "^6.6.2",
"three": "^0.120.0",
"tslib": "^2.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/phoenix-event-display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1 (2020-10-05)

**Note:** Version bump only for package phoenix-event-display
2 changes: 1 addition & 1 deletion packages/phoenix-event-display/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0",
"version": "1.0.1",
"description": "API for web-based experiment independent event display.",
"main": "dist/index",
"types": "dist/index",
Expand Down

0 comments on commit b9e2551

Please sign in to comment.