Skip to content

Commit

Permalink
Prepare 1.13.1 release (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Feb 15, 2023
1 parent 6f46e07 commit db1b861
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 22 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

The following changes have been implemented but not released yet:

## 1.13.1 - 2023-02-15

### node and browser

#### Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*",
"e2e/browser"
],
"version": "1.13.0"
"version": "1.13.1"
}
8 changes: 4 additions & 4 deletions packages/browser/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/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/solid-client-authn-browser",
"version": "1.13.0",
"version": "1.13.1",
"license": "MIT",
"types": "dist/index",
"browser": "dist/index.js",
Expand All @@ -25,8 +25,8 @@
"cross-fetch": "^3.1.5"
},
"dependencies": {
"@inrupt/oidc-client-ext": "^1.13.0",
"@inrupt/solid-client-authn-core": "^1.13.0",
"@inrupt/oidc-client-ext": "^1.13.1",
"@inrupt/solid-client-authn-core": "^1.13.1",
"@types/lodash.clonedeep": "^4.5.6",
"@types/node": "^18.0.3",
"@types/uuid": "^8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/solid-client-authn-core",
"version": "1.13.0",
"version": "1.13.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/solid-client-authn-node",
"version": "1.13.0",
"version": "1.13.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index",
Expand All @@ -20,7 +20,7 @@
"@types/uuid": "^8.3.0"
},
"dependencies": {
"@inrupt/solid-client-authn-core": "^1.13.0",
"@inrupt/solid-client-authn-core": "^1.13.1",
"cross-fetch": "^3.1.5",
"jose": "^4.3.7",
"openid-client": "^5.1.0",
Expand Down
7 changes: 3 additions & 4 deletions packages/oidc-browser/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/oidc-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/oidc-client-ext",
"version": "1.13.0",
"version": "1.13.1",
"description": "A module extending oidc-client-js with new features, such as dynamic client registration and DPoP support.",
"homepage": "https://github.com/inrupt/solid-client-authn-js/tree/main/packages/oidc/",
"bugs": "https://github.com/inrupt/solid-client-authn-js/issues",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@inrupt/oidc-client": "^1.11.6",
"@inrupt/solid-client-authn-core": "^1.13.0",
"@inrupt/solid-client-authn-core": "^1.13.1",
"jose": "^4.10.0",
"uuid": "^9.0.0"
},
Expand Down

0 comments on commit db1b861

Please sign in to comment.