diff --git a/lerna.json b/lerna.json index 8c19a63c..cd529d8a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "useNx": true, - "version": "2.1.3" + "version": "2.2.0" } diff --git a/package-lock.json b/package-lock.json index 54956969..b15d9329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13413,16 +13413,16 @@ }, "packages/base-rollup-config": { "name": "@inrupt/base-rollup-config", - "version": "2.1.3", + "version": "2.2.0", "license": "MIT" }, "packages/internal-playwright-helpers": { "name": "@inrupt/internal-playwright-helpers", - "version": "2.1.3", + "version": "2.2.0", "license": "MIT", "dependencies": { - "@inrupt/internal-playwright-testids": "2.1.3", - "@inrupt/internal-test-env": "2.1.3" + "@inrupt/internal-playwright-testids": "2.2.0", + "@inrupt/internal-test-env": "2.2.0" }, "peerDependencies": { "@playwright/test": "^1.37.0" @@ -13430,12 +13430,12 @@ }, "packages/internal-playwright-testids": { "name": "@inrupt/internal-playwright-testids", - "version": "2.1.3", + "version": "2.2.0", "license": "MIT" }, "packages/internal-test-env": { "name": "@inrupt/internal-test-env", - "version": "2.1.3", + "version": "2.2.0", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^1.30.0", @@ -13448,7 +13448,7 @@ }, "packages/jest-jsdom-polyfills": { "name": "@inrupt/jest-jsdom-polyfills", - "version": "2.1.3", + "version": "2.2.0", "license": "MIT", "dependencies": { "@peculiar/webcrypto": "^1.4.0", diff --git a/packages/base-rollup-config/package.json b/packages/base-rollup-config/package.json index f18e8b40..d9acaf5e 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.3", + "version": "2.2.0", "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 4355c93c..bfc441af 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.3", + "version": "2.2.0", "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.3", - "@inrupt/internal-test-env": "2.1.3" + "@inrupt/internal-playwright-testids": "2.2.0", + "@inrupt/internal-test-env": "2.2.0" }, "peerDependencies": { "@playwright/test": "^1.37.0" diff --git a/packages/internal-playwright-testids/package.json b/packages/internal-playwright-testids/package.json index e9cef55f..28e0351e 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.3", + "version": "2.2.0", "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 4e892933..cd40cdf6 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.3", + "version": "2.2.0", "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 a678b3e2..f700b6c0 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.3", + "version": "2.2.0", "description": "This package provides various polyfills needed on jest/jsdom when using the Inrupt SDKs", "main": "index.js", "publishConfig": {