Skip to content

Commit

Permalink
chore(release): publish 1.5.3 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Dec 12, 2022
1 parent 36ede7f commit 1fe9be8
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 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": "1.5.2",
"version": "1.5.3",
"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": "1.5.2",
"version": "1.5.3",
"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": "1.5.2",
"version": "1.5.3",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useNx": true,
"useWorkspaces": true,
"version": "1.5.2"
"version": "1.5.3"
}
22 changes: 11 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 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": "1.5.2",
"version": "1.5.3",
"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 @@ -19,8 +19,8 @@
}
},
"dependencies": {
"@inrupt/internal-playwright-testids": "1.5.2",
"@inrupt/internal-test-env": "1.5.2"
"@inrupt/internal-playwright-testids": "1.5.3",
"@inrupt/internal-test-env": "1.5.3"
},
"peerDependencies": {
"@playwright/test": "^1.28.1"
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.5.2",
"version": "1.5.3",
"description": "Shared identifiers between browser-based tests and test app.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.5.2",
"version": "1.5.3",
"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
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": "1.5.2",
"version": "1.5.3",
"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 1fe9be8

Please sign in to comment.