Skip to content

Commit 999fe1c

Browse files
authored
chore(release): publish 1.5.2 (#95)
* chore(release): publish 1.5.2
1 parent 19046c0 commit 999fe1c

File tree

9 files changed

+929
-2964
lines changed

9 files changed

+929
-2964
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.5.1",
4+
"version": "1.5.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.5.1",
4+
"version": "1.5.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.5.1",
4+
"version": "1.5.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": true,
33
"useWorkspaces": true,
4-
"version": "1.5.1"
4+
"version": "1.5.2"
55
}

0 commit comments

Comments
 (0)