From 1ad0a9ac887389a89dff1a273a2954bddbc794c4 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 20 Jan 2025 22:51:21 +0900 Subject: [PATCH] Release v1.2.0 (#3132) --- stencil-workspace/package-lock.json | 16 +++++++++------- stencil-workspace/package.json | 4 ++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/stencil-workspace/package-lock.json b/stencil-workspace/package-lock.json index 42b4c1d75..54eadf8e3 100644 --- a/stencil-workspace/package-lock.json +++ b/stencil-workspace/package-lock.json @@ -1,12 +1,12 @@ { "name": "@trimble-oss/modus-web-components", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@trimble-oss/modus-web-components", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.13", @@ -20,7 +20,7 @@ "@stencil/postcss": "^2.1.0", "@stencil/react-output-target": "^0.5.3", "@stencil/sass": "^3.0.12", - "@trimble-oss/modus-icons": "1.15.0", + "@trimble-oss/modus-icons": "1.16.0", "@types/jest": "^27.5.1", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.58.0", @@ -1557,10 +1557,11 @@ } }, "node_modules/@trimble-oss/modus-icons": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@trimble-oss/modus-icons/-/modus-icons-1.15.0.tgz", - "integrity": "sha512-GX2QCPIPLC3d3vOA7160txaZeCfbtdtOeCYJYg6p8RgZcr3Zn4ubgjt8qAi/j2VxfvSDwWEFXdscbx0zwVItWw==", - "dev": true + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/@trimble-oss/modus-icons/-/modus-icons-1.16.0.tgz", + "integrity": "sha512-vAVTOFHaXnYnL5cg5nRqc//z5Ln+0OqYURtY8oCHputbyoDI4jcPuj5D1MVNp8yMfnYegp6E8hh5W/58TtCSQw==", + "dev": true, + "license": "MIT" }, "node_modules/@types/babel__core": { "version": "7.20.3", @@ -3177,6 +3178,7 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.11.1.tgz", "integrity": "sha512-yGKpAYkBm/Q2hZg476vRUAvd9lAccjjSvzU5nYy3BSQbKTPy7uopx7JEpwk2vSuw4weTMZzWF64z9/gp/K5RCg==", "dev": true, + "license": "MIT", "dependencies": { "@storybook/csf": "^0.1.11", "@typescript-eslint/utils": "^8.8.1", diff --git a/stencil-workspace/package.json b/stencil-workspace/package.json index be2bee7ab..9cc645dcb 100644 --- a/stencil-workspace/package.json +++ b/stencil-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@trimble-oss/modus-web-components", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "description": "Trimble Modus Web Component Library", "homepage": "https://modus-web-components.trimble.com/", @@ -53,7 +53,7 @@ "@stencil/postcss": "^2.1.0", "@stencil/react-output-target": "^0.5.3", "@stencil/sass": "^3.0.12", - "@trimble-oss/modus-icons": "1.15.0", + "@trimble-oss/modus-icons": "1.16.0", "@types/jest": "^27.5.1", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.58.0",