Skip to content

Commit

Permalink
chore(master): release 1.22.0 (#578)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 5, 2023
1 parent 3d937ca commit b182b02
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.22.0](https://github.com/arenaxr/arena-web-core/compare/v1.21.2...v1.22.0) (2023-09-04)


### Features

* Add build page model/image filestore upload buttons ([#577](https://github.com/arenaxr/arena-web-core/issues/577)) ([abb0f11](https://github.com/arenaxr/arena-web-core/commit/abb0f1122b53fb7af663abcc38da2568501f483f))
* add url param to disable atw for remote rendering ([0a852aa](https://github.com/arenaxr/arena-web-core/commit/0a852aabc35f5dc77957b749233f76621cee7e98))
* **build:** add model upload hide-in-ar for digital twin option ([3377cf1](https://github.com/arenaxr/arena-web-core/commit/3377cf1c62b6b57e6788066b3b92064d7d122008))


### Bug Fixes

* **build:** fixed auth await for updated fs token ([f4c69d9](https://github.com/arenaxr/arena-web-core/commit/f4c69d925cf29ef1dde8c87d202e5f1b4ea7179c))
* **build:** make consistant uplaod file path ([1d0411e](https://github.com/arenaxr/arena-web-core/commit/1d0411e579871c2451926239c20eb010a7c1bf78))
* **fs:** fixed filestore path link to use de-scoped resource path ([b5afcce](https://github.com/arenaxr/arena-web-core/commit/b5afccee1cbfa8e0ecd6aeb667e62797621a82b2))
* working window listener for XRBrowser touch ([fef91cf](https://github.com/arenaxr/arena-web-core/commit/fef91cfe1c8ac61a56bf350e832f36a6dc7b8b12))

## [1.21.2](https://github.com/arenaxr/arena-web-core/compare/v1.21.1...v1.21.2) (2023-08-28)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arena-core",
"version": "1.21.2",
"version": "1.22.0",
"description": "Core browser client for ARENA",
"author": "CONIX Center",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit b182b02

Please sign in to comment.