From e9999ffd14ca8958c7e4a3529f3f7263c4d25454 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Fri, 4 Aug 2023 11:09:57 +1000 Subject: [PATCH] chore(release): publish 2.1.2 --- .../eslint-config-base/package.json | 2 +- eslint-configs/eslint-config-lib/package.json | 2 +- .../eslint-config-react/package.json | 2 +- lerna.json | 2 +- package-lock.json | 24 +++++++++---------- packages/base-rollup-config/package.json | 2 +- .../internal-playwright-helpers/package.json | 6 ++--- .../internal-playwright-testids/package.json | 2 +- packages/internal-test-env/package.json | 2 +- packages/jest-jsdom-polyfills/package.json | 2 +- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/eslint-configs/eslint-config-base/package.json b/eslint-configs/eslint-config-base/package.json index 33e77f77..020d4ebb 100644 --- a/eslint-configs/eslint-config-base/package.json +++ b/eslint-configs/eslint-config-base/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/eslint-config-base", "description": "Shared eslint config for Javascript at @inrupt", - "version": "2.1.1", + "version": "2.1.2", "publishConfig": { "access": "public" }, diff --git a/eslint-configs/eslint-config-lib/package.json b/eslint-configs/eslint-config-lib/package.json index de89c380..56f37269 100644 --- a/eslint-configs/eslint-config-lib/package.json +++ b/eslint-configs/eslint-config-lib/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/eslint-config-lib", "description": "Shared eslint config for Typescript Libraries used at @inrupt", - "version": "2.1.1", + "version": "2.1.2", "publishConfig": { "access": "public" }, diff --git a/eslint-configs/eslint-config-react/package.json b/eslint-configs/eslint-config-react/package.json index 0d100235..ae9915dd 100644 --- a/eslint-configs/eslint-config-react/package.json +++ b/eslint-configs/eslint-config-react/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/eslint-config-react", "description": "Shared eslint config for React projects at @inrupt", - "version": "2.1.1", + "version": "2.1.2", "publishConfig": { "access": "public" }, diff --git a/lerna.json b/lerna.json index 93f7c5ba..78f04a43 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "useNx": true, - "version": "2.1.1" + "version": "2.1.2" } diff --git a/package-lock.json b/package-lock.json index 079ce52a..a4d12d2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ }, "eslint-configs/eslint-config-base": { "name": "@inrupt/eslint-config-base", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "eslint": ">=8.43.0", @@ -51,7 +51,7 @@ }, "eslint-configs/eslint-config-lib": { "name": "@inrupt/eslint-config-lib", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@inrupt/eslint-config-base": "file:../eslint-config-base", @@ -88,7 +88,7 @@ }, "eslint-configs/eslint-config-react": { "name": "@inrupt/eslint-config-react", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@babel/eslint-parser": "^7.22.5", @@ -13120,16 +13120,16 @@ }, "packages/base-rollup-config": { "name": "@inrupt/base-rollup-config", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT" }, "packages/internal-playwright-helpers": { "name": "@inrupt/internal-playwright-helpers", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { - "@inrupt/internal-playwright-testids": "2.1.1", - "@inrupt/internal-test-env": "2.1.1" + "@inrupt/internal-playwright-testids": "2.1.2", + "@inrupt/internal-test-env": "2.1.2" }, "peerDependencies": { "@playwright/test": "^1.28.1" @@ -13137,12 +13137,12 @@ }, "packages/internal-playwright-testids": { "name": "@inrupt/internal-playwright-testids", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT" }, "packages/internal-test-env": { "name": "@inrupt/internal-test-env", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^1.29.0", @@ -13155,7 +13155,7 @@ }, "packages/jest-jsdom-polyfills": { "name": "@inrupt/jest-jsdom-polyfills", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@peculiar/webcrypto": "^1.4.0", @@ -13716,8 +13716,8 @@ "@inrupt/internal-playwright-helpers": { "version": "file:packages/internal-playwright-helpers", "requires": { - "@inrupt/internal-playwright-testids": "2.1.1", - "@inrupt/internal-test-env": "2.1.1" + "@inrupt/internal-playwright-testids": "2.1.2", + "@inrupt/internal-test-env": "2.1.2" } }, "@inrupt/internal-playwright-testids": { diff --git a/packages/base-rollup-config/package.json b/packages/base-rollup-config/package.json index c3a979b1..19724b50 100644 --- a/packages/base-rollup-config/package.json +++ b/packages/base-rollup-config/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/base-rollup-config", - "version": "2.1.1", + "version": "2.1.2", "description": "This package provides a shared rollup config for our packages", "main": "index.mjs", "module": "true", diff --git a/packages/internal-playwright-helpers/package.json b/packages/internal-playwright-helpers/package.json index bf0899ea..94141340 100644 --- a/packages/internal-playwright-helpers/package.json +++ b/packages/internal-playwright-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/internal-playwright-helpers", - "version": "2.1.1", + "version": "2.1.2", "description": "This package provides page models for known common elements of the sdk testable UIs", "main": "dist/index.js", "module": "dist/index.es.js", @@ -20,8 +20,8 @@ } }, "dependencies": { - "@inrupt/internal-playwright-testids": "2.1.1", - "@inrupt/internal-test-env": "2.1.1" + "@inrupt/internal-playwright-testids": "2.1.2", + "@inrupt/internal-test-env": "2.1.2" }, "peerDependencies": { "@playwright/test": "^1.28.1" diff --git a/packages/internal-playwright-testids/package.json b/packages/internal-playwright-testids/package.json index ae283828..49577591 100644 --- a/packages/internal-playwright-testids/package.json +++ b/packages/internal-playwright-testids/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/internal-playwright-testids", - "version": "2.1.1", + "version": "2.1.2", "description": "Shared identifiers between browser-based tests and test app.", "main": "dist/index.js", "module": "dist/index.es.js", diff --git a/packages/internal-test-env/package.json b/packages/internal-test-env/package.json index 8c5411ff..5528114b 100644 --- a/packages/internal-test-env/package.json +++ b/packages/internal-test-env/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/internal-test-env", - "version": "2.1.1", + "version": "2.1.2", "description": "This package provides various test environment utilities needed for jest when using the Inrupt SDKs", "main": "dist/index.js", "module": "dist/index.es.js", diff --git a/packages/jest-jsdom-polyfills/package.json b/packages/jest-jsdom-polyfills/package.json index 51959f0c..8ba92220 100644 --- a/packages/jest-jsdom-polyfills/package.json +++ b/packages/jest-jsdom-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/jest-jsdom-polyfills", - "version": "2.1.1", + "version": "2.1.2", "description": "This package provides various polyfills needed on jest/jsdom when using the Inrupt SDKs", "main": "index.js", "publishConfig": {