Skip to content

Commit

Permalink
Updating to version 0.6.2 (#264)
Browse files Browse the repository at this point in the history
* Upgrading packages and fixing Chromium 106 bug.

* Adding subpixel rounding for OpenSeadragon, set to ALWAYS, to fix tile border bug.

* Updating to version 0.6.2
  • Loading branch information
bcd00 authored Oct 25, 2022
1 parent a2805be commit f75a490
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/ove-app-alignment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-alignment",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-audio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-audio",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-charts",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-controller",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-html",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-images/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-images",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
1 change: 1 addition & 0 deletions packages/ove-app-images/src/client/common/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ loadOSD = function (state) {
let config = JSON.parse(JSON.stringify(state));
config.id = Constants.CONTENT_DIV.substring(1);
config.prefixUrl = 'images/';
config.subPixelRoundingForTransparency = window.OpenSeadragon.SUBPIXEL_ROUNDING_OCCURRENCES.ALWAYS;
config.animationTime = 0;
if (config.tileSources && config.tileSources.getTileUrl) {
config.tileSources.getTileUrl =
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-maps",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-networks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-networks",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-pdf",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-qrcode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-qrcode",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-replicator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-replicator",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-svg",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-videos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-videos",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-webrtc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-webrtc",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove-app-whiteboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ove/ove-app-whiteboard",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
Expand Down

0 comments on commit f75a490

Please sign in to comment.