Skip to content

Commit

Permalink
chore(release): publish 3.2.4 (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Sep 19, 2024
1 parent 50a8e71 commit b82e4b3
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 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": "3.2.3",
"version": "3.2.4",
"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": "3.2.3",
"version": "3.2.4",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.2.3",
"version": "3.2.4",
"publishConfig": {
"access": "public"
},
Expand All @@ -23,7 +23,7 @@
"homepage": "https://github.com/inrupt/typescript-sdk-tools/tree/main/eslint-configs/eslint-config-react#readme",
"dependencies": {
"@babel/eslint-parser": "^7.25.1",
"@inrupt/eslint-config-base": "3.2.3",
"@inrupt/eslint-config-base": "3.2.4",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
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": "3.2.3"
"version": "3.2.4"
}
28 changes: 14 additions & 14 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": "3.2.3",
"version": "3.2.4",
"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": "3.2.3",
"version": "3.2.4",
"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 @@ -21,13 +21,13 @@
}
},
"dependencies": {
"@inrupt/internal-playwright-testids": "3.2.3",
"@inrupt/internal-test-env": "3.2.3"
"@inrupt/internal-playwright-testids": "3.2.4",
"@inrupt/internal-test-env": "3.2.4"
},
"peerDependencies": {
"@playwright/test": "^1.37.0"
},
"devDependencies": {
"@inrupt/base-rollup-config": "3.2.3"
"@inrupt/base-rollup-config": "3.2.4"
}
}
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": "3.2.3",
"version": "3.2.4",
"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": "3.2.3"
"@inrupt/base-rollup-config": "3.2.4"
}
}
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": "3.2.3",
"version": "3.2.4",
"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 All @@ -26,6 +26,6 @@
"dotenv": "^16.4.5"
},
"devDependencies": {
"@inrupt/base-rollup-config": "3.2.3"
"@inrupt/base-rollup-config": "3.2.4"
}
}
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": "3.2.3",
"version": "3.2.4",
"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 b82e4b3

Please sign in to comment.