Skip to content

Commit fd8b1f9

Browse files
authored
chore(release): publish 2.6.0 (#544)
1 parent d16bf9f commit fd8b1f9

File tree

10 files changed

+27
-27
lines changed

10 files changed

+27
-27
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.5.0",
4+
"version": "2.6.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.5.0",
4+
"version": "2.6.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.5.0",
4+
"version": "2.6.0",
55
"publishConfig": {
66
"access": "public"
77
},

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.5.0"
3+
"version": "2.6.0"
44
}

package-lock.json

Lines changed: 13 additions & 13 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.4.1",
3+
"version": "2.6.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inrupt/internal-playwright-helpers",
3-
"version": "2.4.1",
3+
"version": "2.6.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,13 +20,13 @@
2020
}
2121
},
2222
"dependencies": {
23-
"@inrupt/internal-playwright-testids": "2.4.1",
24-
"@inrupt/internal-test-env": "2.4.1"
23+
"@inrupt/internal-playwright-testids": "2.6.0",
24+
"@inrupt/internal-test-env": "2.6.0"
2525
},
2626
"peerDependencies": {
2727
"@playwright/test": "^1.37.0"
2828
},
2929
"devDependencies": {
30-
"@inrupt/base-rollup-config": "^2.4.1"
30+
"@inrupt/base-rollup-config": "2.6.0"
3131
}
3232
}

packages/internal-playwright-testids/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inrupt/internal-playwright-testids",
3-
"version": "2.4.1",
3+
"version": "2.6.0",
44
"description": "Shared identifiers between browser-based tests and test app.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -20,6 +20,6 @@
2020
}
2121
},
2222
"devDependencies": {
23-
"@inrupt/base-rollup-config": "^2.4.1"
23+
"@inrupt/base-rollup-config": "2.6.0"
2424
}
2525
}

packages/internal-test-env/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inrupt/internal-test-env",
3-
"version": "2.4.1",
3+
"version": "2.6.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",
@@ -28,6 +28,6 @@
2828
"dotenv": "^16.3.1"
2929
},
3030
"devDependencies": {
31-
"@inrupt/base-rollup-config": "^2.4.1"
31+
"@inrupt/base-rollup-config": "2.6.0"
3232
}
3333
}

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