Skip to content

Commit

Permalink
chore(release): publish 2.6.0 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Dec 8, 2023
1 parent d16bf9f commit fd8b1f9
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/eslint-config-base",
"description": "Shared eslint config for Javascript at @inrupt",
"version": "2.5.0",
"version": "2.6.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/eslint-config-lib",
"description": "Shared eslint config for Typescript Libraries used at @inrupt",
"version": "2.5.0",
"version": "2.6.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/eslint-config-react",
"description": "Shared eslint config for React projects at @inrupt",
"version": "2.5.0",
"version": "2.6.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"useNx": true,
"version": "2.5.0"
"version": "2.6.0"
}
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/base-rollup-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/base-rollup-config",
"version": "2.4.1",
"version": "2.6.0",
"description": "This package provides a shared rollup config for our packages",
"main": "index.mjs",
"module": "true",
Expand Down
8 changes: 4 additions & 4 deletions packages/internal-playwright-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/internal-playwright-helpers",
"version": "2.4.1",
"version": "2.6.0",
"description": "This package provides page models for known common elements of the sdk testable UIs",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -20,13 +20,13 @@
}
},
"dependencies": {
"@inrupt/internal-playwright-testids": "2.4.1",
"@inrupt/internal-test-env": "2.4.1"
"@inrupt/internal-playwright-testids": "2.6.0",
"@inrupt/internal-test-env": "2.6.0"
},
"peerDependencies": {
"@playwright/test": "^1.37.0"
},
"devDependencies": {
"@inrupt/base-rollup-config": "^2.4.1"
"@inrupt/base-rollup-config": "2.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/internal-playwright-testids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/internal-playwright-testids",
"version": "2.4.1",
"version": "2.6.0",
"description": "Shared identifiers between browser-based tests and test app.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -20,6 +20,6 @@
}
},
"devDependencies": {
"@inrupt/base-rollup-config": "^2.4.1"
"@inrupt/base-rollup-config": "2.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/internal-test-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/internal-test-env",
"version": "2.4.1",
"version": "2.6.0",
"description": "This package provides various test environment utilities needed for jest when using the Inrupt SDKs",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -28,6 +28,6 @@
"dotenv": "^16.3.1"
},
"devDependencies": {
"@inrupt/base-rollup-config": "^2.4.1"
"@inrupt/base-rollup-config": "2.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-jsdom-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/jest-jsdom-polyfills",
"version": "2.5.0",
"version": "2.6.0",
"description": "This package provides various polyfills needed on jest/jsdom when using the Inrupt SDKs",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit fd8b1f9

Please sign in to comment.