Skip to content

Commit

Permalink
Release v1.17.3 (#3180)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Oct 10, 2023
1 parent 4ee537e commit ef10e83
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 49 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ The following have been deprecated, and will be removed in future major releases

The following changes have been implemented but not released yet:

## [1.17.3](https://github.com/inrupt/solid-client-authn-js/releases/tag/v1.17.3) - 2023-10-10

### Bugfixes

#### browser
Expand Down
4 changes: 2 additions & 2 deletions e2e/browser/solid-client-authn-browser/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "1.17.2",
"version": "1.17.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@inrupt/internal-playwright-testids": "^2.4.0",
"@inrupt/solid-client-authn-browser": "^1.17.2",
"@inrupt/solid-client-authn-browser": "^1.17.3",
"next": "^13.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions e2e/browser/solid-ui-react/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-solid-ui",
"version": "1.17.2",
"version": "1.17.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@inrupt/internal-playwright-testids": "^2.4.0",
"@inrupt/solid-client-authn-browser": "^1.17.2",
"@inrupt/solid-client-authn-browser": "^1.17.3",
"@inrupt/solid-ui-react": "^2.9.0",
"next": "13.5.3",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"useNx": true,
"version": "1.17.2"
"version": "1.17.3"
}
48 changes: 24 additions & 24 deletions package-lock.json

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-authentiation-monitor",
"private": true,
"version": "1.17.2",
"version": "1.17.3",
"description": "Demo for monitoring Authentication interactions in real-time",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/examples/demoClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/demo-app-authn-browser",
"private": true,
"version": "1.17.2",
"version": "1.17.3",
"description": "Demo client application for authentication in a browser",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@inrupt/solid-client-authn-browser": "^1.17.2",
"@inrupt/solid-client-authn-browser": "^1.17.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.13.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/examples/single/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-in-bundle",
"private": true,
"version": "1.17.2",
"version": "1.17.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/examples/single/script/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/solid-client-authn-browser-via-script-tag-example",
"private": true,
"version": "1.17.2",
"version": "1.17.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
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.17.2",
"version": "1.17.3",
"license": "MIT",
"types": "dist/index.d.ts",
"browser": "dist/index.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@types/uuid": "^9.0.4"
},
"dependencies": {
"@inrupt/oidc-client-ext": "^1.17.2",
"@inrupt/solid-client-authn-core": "^1.17.2",
"@inrupt/oidc-client-ext": "^1.17.3",
"@inrupt/solid-client-authn-core": "^1.17.3",
"@inrupt/universal-fetch": "^1.0.2",
"events": "^3.3.0",
"jose": "^4.14.6",
Expand Down
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.17.2",
"version": "1.17.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/examples/bootstrappedApp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/demo-authn-node-script",
"private": true,
"version": "1.17.2",
"version": "1.17.3",
"description": "Demo for script authentication in NodeJS",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/inrupt/solid-client-authn-js#readme",
"dependencies": {
"@inrupt/solid-client-authn-node": "^1.17.2",
"@inrupt/solid-client-authn-node": "^1.17.3",
"express": "^4.17.3",
"yargs": "^17.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/node/examples/bootstrappedAppESM/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/demo-authn-node-script-esm",
"private": true,
"version": "1.17.2",
"version": "1.17.3",
"description": "Demo for script authentication in NodeJS",
"main": "src/index.js",
"type": "module",
Expand All @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/inrupt/solid-client-authn-js#readme",
"dependencies": {
"@inrupt/solid-client-authn-node": "^1.17.2",
"@inrupt/solid-client-authn-node": "^1.17.3",
"express": "^4.17.3",
"yargs": "^17.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/node/examples/demoClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/demo-app-authn-node",
"private": true,
"version": "1.17.2",
"version": "1.17.3",
"description": "Demo client application for authentication in NodeJS",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/node/examples/multiSession/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inrupt/demo-authn-node-script-multisession",
"private": true,
"version": "1.17.2",
"version": "1.17.3",
"description": "Demo for session management in NodeJS",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/inrupt/solid-client-authn-js#readme",
"dependencies": {
"@inrupt/solid-client-authn-node": "^1.17.2",
"@inrupt/solid-client-authn-node": "^1.17.3",
"cookie-session": "^2.0.0",
"express": "^4.17.1"
},
Expand Down
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.17.2",
"version": "1.17.3",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"@types/uuid": "^9.0.4"
},
"dependencies": {
"@inrupt/solid-client-authn-core": "^1.17.2",
"@inrupt/solid-client-authn-core": "^1.17.3",
"@inrupt/universal-fetch": "^1.0.1",
"jose": "^4.14.6",
"openid-client": "~5.5.0",
Expand Down
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.17.2",
"version": "1.17.3",
"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 @@ -22,7 +22,7 @@
},
"dependencies": {
"@inrupt/oidc-client": "^1.11.6",
"@inrupt/solid-client-authn-core": "^1.17.2",
"@inrupt/solid-client-authn-core": "^1.17.3",
"@inrupt/universal-fetch": "^1.0.1",
"jose": "^4.14.6",
"uuid": "^9.0.1"
Expand Down

0 comments on commit ef10e83

Please sign in to comment.