Skip to content

Commit 2466127

Browse files
authored
chore(release): publish 4.0.5 (#1398)
1 parent c5ed27a commit 2466127

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
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": "4.0.4"
3+
"version": "4.0.5"
44
}

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/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": "4.0.4",
3+
"version": "4.0.5",
44
"description": "This package provides a shared rollup config for our packages",
55
"main": "index.mjs",
66
"module": "true",

packages/eslint-config/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": "4.0.4",
4+
"version": "4.0.5",
55
"publishConfig": {
66
"access": "public"
77
},

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": "4.0.4",
3+
"version": "4.0.5",
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",
@@ -21,13 +21,13 @@
2121
}
2222
},
2323
"dependencies": {
24-
"@inrupt/internal-playwright-testids": "4.0.4",
25-
"@inrupt/internal-test-env": "4.0.4"
24+
"@inrupt/internal-playwright-testids": "4.0.5",
25+
"@inrupt/internal-test-env": "4.0.5"
2626
},
2727
"peerDependencies": {
2828
"@playwright/test": "^1.37.0"
2929
},
3030
"devDependencies": {
31-
"@inrupt/base-rollup-config": "4.0.4"
31+
"@inrupt/base-rollup-config": "4.0.5"
3232
}
3333
}

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": "4.0.4",
3+
"version": "4.0.5",
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": "4.0.4"
23+
"@inrupt/base-rollup-config": "4.0.5"
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": "4.0.4",
3+
"version": "4.0.5",
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",
@@ -26,6 +26,6 @@
2626
"dotenv": "^17.2.0"
2727
},
2828
"devDependencies": {
29-
"@inrupt/base-rollup-config": "4.0.4"
29+
"@inrupt/base-rollup-config": "4.0.5"
3030
}
3131
}

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": "4.0.4",
3+
"version": "4.0.5",
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)