Skip to content

Commit

Permalink
chore(release): publish 1.5.2 (#95)
Browse files Browse the repository at this point in the history
* chore(release): publish 1.5.2
  • Loading branch information
NSeydoux authored Dec 12, 2022
1 parent 19046c0 commit 999fe1c
Show file tree
Hide file tree
Showing 9 changed files with 929 additions and 2,964 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.1",
"version": "1.5.2",
"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.1",
"version": "1.5.2",
"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.1",
"version": "1.5.2",
"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.1"
"version": "1.5.2"
}
Loading

0 comments on commit 999fe1c

Please sign in to comment.