Skip to content

Commit a1210d3

Browse files
authored
chore(release): publish 1.4.2 (#73)
1 parent 8140464 commit a1210d3

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
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": "1.4.1",
4+
"version": "1.4.2",
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": "1.4.1",
4+
"version": "1.4.2",
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": "1.4.1",
4+
"version": "1.4.2",
55
"publishConfig": {
66
"access": "public"
77
},

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"useNx": false,
33
"useWorkspaces": true,
4-
"version": "1.4.1"
4+
"version": "1.4.2"
55
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/internal-test-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inrupt/internal-test-env",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
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",

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": "1.4.1",
3+
"version": "1.4.2",
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)