Skip to content

Commit

Permalink
Release 1.3.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Oct 13, 2022
1 parent 506fa24 commit 04f770c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.2.0",
"version": "1.3.0",
"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.2.0",
"version": "1.3.0",
"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.2.0",
"version": "1.3.0",
"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": false,
"useWorkspaces": true,
"version": "1.2.0"
"version": "1.3.0"
}
8 changes: 4 additions & 4 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/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": "0.0.0",
"version": "1.3.0",
"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 04f770c

Please sign in to comment.