Skip to content

Commit

Permalink
[PLAT-1586] Release v0.18.1 (#531)
Browse files Browse the repository at this point in the history
Release v0.18.1
  • Loading branch information
amvertex authored Aug 16, 2023
1 parent bc13de6 commit 192bc02
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion internal/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexwebsdk/build",
"version": "0.18.0",
"version": "0.18.1",
"description": "Private repo for shared build tooling.",
"license": "MIT",
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
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": "0.18.0",
"version": "0.18.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/geometry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ viewer.
</head>
<body>
<script type="module">
import { Vector3 } from 'https://unpkg.com/@vertexvis/geometry@0.18.0/dist/cdn/bundle.esm.js';
import { Vector3 } from 'https://unpkg.com/@vertexvis/geometry@0.18.1/dist/cdn/bundle.esm.js';
async function main() {
const viewer = document.querySelector('#viewer');
Expand Down
4 changes: 2 additions & 2 deletions packages/geometry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/geometry",
"version": "0.18.0",
"version": "0.18.1",
"description": "Library for 2D and 3D geometric types.",
"license": "MIT",
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/jest": "^27.5.1",
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.0",
"@vertexvis/jest-config-vertexvis": "^0.5.4",
"@vertexwebsdk/build": "0.18.0",
"@vertexwebsdk/build": "0.18.1",
"eslint": "^8.17.0",
"jest": "^27.5.1",
"rollup": "^2.75.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/html-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/html-templates",
"version": "0.18.0",
"version": "0.18.1",
"description": "HTML templating library for Viewer SDK.",
"license": "MIT",
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
Expand Down Expand Up @@ -36,15 +36,15 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@vertexvis/utils": "0.18.0"
"@vertexvis/utils": "0.18.1"
},
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/lodash.isequal": "^4.5.6",
"@types/uuid": "^8.3.4",
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.0",
"@vertexvis/jest-config-vertexvis": "^0.5.4",
"@vertexwebsdk/build": "0.18.0",
"@vertexwebsdk/build": "0.18.1",
"eslint": "^8.17.0",
"jest": "^27.5.1",
"rollup": "^2.75.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/stream-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/stream-api",
"version": "0.18.0",
"version": "0.18.1",
"description": "A websocket client for interacting with Vertex's stream API.",
"license": "MIT",
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@types/jest": "^27.5.1",
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.0",
"@vertexvis/jest-config-vertexvis": "^0.5.4",
"@vertexvis/utils": "0.18.0",
"@vertexwebsdk/build": "0.18.0",
"@vertexvis/utils": "0.18.1",
"@vertexwebsdk/build": "0.18.1",
"eslint": "^8.17.0",
"jest": "^27.5.1",
"protobufjs": "^6.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/utils",
"version": "0.18.0",
"version": "0.18.1",
"description": "Utility library for Viewer SDK.",
"license": "MIT",
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@types/uuid": "^8.3.4",
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.0",
"@vertexvis/jest-config-vertexvis": "^0.5.4",
"@vertexwebsdk/build": "0.18.0",
"@vertexwebsdk/build": "0.18.1",
"eslint": "^8.17.0",
"jest": "^27.5.1",
"rollup": "^2.75.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/viewer-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/viewer-react",
"version": "0.18.0",
"version": "0.18.1",
"description": "React bindings for the Vertex Viewer SDK.",
"license": "MIT",
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:coverage": "echo 'No unit tests defined'"
},
"dependencies": {
"@vertexvis/viewer": "0.18.0"
"@vertexvis/viewer": "0.18.1"
},
"devDependencies": {
"@types/react": "^17.0.22",
Expand Down
4 changes: 2 additions & 2 deletions packages/viewer-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/viewer-vue",
"version": "0.18.0",
"version": "0.18.1",
"description": "Vue bindings for the Vertex Viewer SDK.",
"license": "MIT",
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:coverage": "echo 'No unit tests defined'"
},
"dependencies": {
"@vertexvis/viewer": "0.18.0"
"@vertexvis/viewer": "0.18.1"
},
"devDependencies": {
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/viewer",
"version": "0.18.0",
"version": "0.18.1",
"description": "The Vertex SDK for viewing models.",
"license": "MIT",
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
Expand Down Expand Up @@ -50,12 +50,12 @@
"@stencil/core": "^2.16.1",
"@types/classnames": "^2.3.1",
"@vertexvis/frame-streaming-protos": "^0.10.4",
"@vertexvis/geometry": "0.18.0",
"@vertexvis/html-templates": "0.18.0",
"@vertexvis/geometry": "0.18.1",
"@vertexvis/html-templates": "0.18.1",
"@vertexvis/scene-tree-protos": "^0.1.18",
"@vertexvis/scene-view-protos": "^0.1.8",
"@vertexvis/stream-api": "0.18.0",
"@vertexvis/utils": "0.18.0",
"@vertexvis/stream-api": "0.18.1",
"@vertexvis/utils": "0.18.1",
"@vertexvis/web-workers": "^0.1.0",
"camel-case": "^4.1.2",
"classnames": "^2.3.1",
Expand All @@ -82,7 +82,7 @@
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.0",
"@vertexvis/rollup-plugin-web-workers": "^0.1.0",
"@vertexvis/typescript-config-vertexvis": "1.1.0",
"@vertexwebsdk/build": "0.18.0",
"@vertexwebsdk/build": "0.18.1",
"abortcontroller-polyfill": "^1.7.3",
"chance": "^1.1.8",
"eslint": "^8.17.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/viewer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ file that references our published JS bundles from a CDN.
<head>
<link
rel="stylesheet"
href="https://unpkg.com/@vertexvis/viewer@0.18.0/dist/viewer/viewer.css"
href="https://unpkg.com/@vertexvis/viewer@0.18.1/dist/viewer/viewer.css"
/>
<script
type="module"
src="https://unpkg.com/@vertexvis/viewer@0.18.0/dist/viewer/viewer.esm.js"
src="https://unpkg.com/@vertexvis/viewer@0.18.1/dist/viewer/viewer.esm.js"
></script>
</head>

Expand All @@ -53,7 +53,7 @@ These utilities can be imported from a CDN as shown below:
</head>
<body>
<script type="module">
import { ColorMaterial } from 'https://unpkg.com/@vertexvis/viewer@0.18.0/dist/esm/index.mjs';
import { ColorMaterial } from 'https://unpkg.com/@vertexvis/viewer@0.18.1/dist/esm/index.mjs';
function main() {
const color = ColorMaterial.fromHex('#ff0000');
Expand Down Expand Up @@ -90,7 +90,7 @@ dependency to your `package.json`:
```json
{
"dependencies": {
"@vertexvis/viewer": "^0.18.0"
"@vertexvis/viewer": "^0.18.1"
}
}
```
Expand Down

0 comments on commit 192bc02

Please sign in to comment.