Skip to content

Commit 72f676b

Browse files
authored
chore(release): publish 2.1.0 (#261)
1 parent da282a4 commit 72f676b

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

eslint-configs/eslint-config-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inrupt/eslint-config-base",
33
"description": "Shared eslint config for Javascript at @inrupt",
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"publishConfig": {
66
"access": "public"
77
},

eslint-configs/eslint-config-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inrupt/eslint-config-lib",
33
"description": "Shared eslint config for Typescript Libraries used at @inrupt",
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"publishConfig": {
66
"access": "public"
77
},

eslint-configs/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inrupt/eslint-config-react",
33
"description": "Shared eslint config for React projects at @inrupt",
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"publishConfig": {
66
"access": "public"
77
},

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"useNx": true,
33
"useWorkspaces": true,
4-
"version": "2.0.4"
4+
"version": "2.1.0"
55
}

package-lock.json

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

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.0.4",
3+
"version": "2.1.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.0.4",
24-
"@inrupt/internal-test-env": "2.0.4"
23+
"@inrupt/internal-playwright-testids": "2.1.0",
24+
"@inrupt/internal-test-env": "2.1.0"
2525
},
2626
"peerDependencies": {
2727
"@playwright/test": "^1.28.1"

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.0.4",
3+
"version": "2.1.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.0.4",
3+
"version": "2.1.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.0.4",
3+
"version": "2.1.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)