Skip to content

Commit 8ad63a3

Browse files
authored
chore(release): publish 2.2.0 (#360)
1 parent d8ee366 commit 8ad63a3

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"useNx": true,
3-
"version": "2.1.3"
3+
"version": "2.2.0"
44
}

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/base-rollup-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inrupt/base-rollup-config",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "This package provides a shared rollup config for our packages",
55
"main": "index.mjs",
66
"module": "true",

packages/internal-playwright-helpers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inrupt/internal-playwright-helpers",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "This package provides page models for known common elements of the sdk testable UIs",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -20,8 +20,8 @@
2020
}
2121
},
2222
"dependencies": {
23-
"@inrupt/internal-playwright-testids": "2.1.3",
24-
"@inrupt/internal-test-env": "2.1.3"
23+
"@inrupt/internal-playwright-testids": "2.2.0",
24+
"@inrupt/internal-test-env": "2.2.0"
2525
},
2626
"peerDependencies": {
2727
"@playwright/test": "^1.37.0"

packages/internal-playwright-testids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inrupt/internal-playwright-testids",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "Shared identifiers between browser-based tests and test app.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

packages/internal-test-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inrupt/internal-test-env",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "This package provides various test environment utilities needed for jest when using the Inrupt SDKs",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

packages/jest-jsdom-polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inrupt/jest-jsdom-polyfills",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "This package provides various polyfills needed on jest/jsdom when using the Inrupt SDKs",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)