Skip to content

Commit 0ceef07

Browse files
authored
Release v3.0.0 (#561)
1 parent dfd886e commit 0ceef07

File tree

10 files changed

+219
-247
lines changed

10 files changed

+219
-247
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.6.0",
4+
"version": "3.0.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.6.0",
4+
"version": "3.0.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.6.0",
4+
"version": "3.0.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.6.0"
3+
"version": "3.0.0"
44
}

package-lock.json

Lines changed: 205 additions & 233 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.6.0",
3+
"version": "3.0.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.6.0",
3+
"version": "3.0.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.6.0",
24-
"@inrupt/internal-test-env": "2.6.0"
23+
"@inrupt/internal-playwright-testids": "3.0.0",
24+
"@inrupt/internal-test-env": "3.0.0"
2525
},
2626
"peerDependencies": {
2727
"@playwright/test": "^1.37.0"
2828
},
2929
"devDependencies": {
30-
"@inrupt/base-rollup-config": "2.6.0"
30+
"@inrupt/base-rollup-config": "3.0.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.6.0",
3+
"version": "3.0.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.6.0"
23+
"@inrupt/base-rollup-config": "3.0.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.6.0",
3+
"version": "3.0.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",
@@ -27,6 +27,6 @@
2727
"dotenv": "^16.3.1"
2828
},
2929
"devDependencies": {
30-
"@inrupt/base-rollup-config": "2.6.0"
30+
"@inrupt/base-rollup-config": "3.0.0"
3131
}
3232
}

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