diff --git a/CHANGELOG.md b/CHANGELOG.md index a99697a4b..ab4741bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html The following changes have been implemented but not released yet: +## [2.2.6](https://github.com/inrupt/solid-client-authn-js/releases/tag/v2.2.6) - 2024-09-18 + +### Bugfix + +#### node and browser + +- Repository URL in `package.json` updated to set the `repository.type` property to `git`. This intends at + restoring the previous behavior of `npm view @inrupt/solid-client-authn repository.url`, expected to return + `git+https://github.com/inrupt/solid-client-authn-js.git`. + ## [2.2.5](https://github.com/inrupt/solid-client-authn-js/releases/tag/v2.2.5) - 2024-09-16 ### New Features diff --git a/e2e/browser/solid-client-authn-browser/test-app/package.json b/e2e/browser/solid-client-authn-browser/test-app/package.json index 9dde11d46..8c60659c9 100644 --- a/e2e/browser/solid-client-authn-browser/test-app/package.json +++ b/e2e/browser/solid-client-authn-browser/test-app/package.json @@ -1,6 +1,6 @@ { "name": "test-app", - "version": "2.2.5", + "version": "2.2.6", "private": true, "scripts": { "dev": "next dev", @@ -11,7 +11,7 @@ }, "dependencies": { "@inrupt/internal-playwright-testids": "^3.0.2", - "@inrupt/solid-client-authn-browser": "^2.2.5", + "@inrupt/solid-client-authn-browser": "^2.2.6", "next": "^14.2.11", "react": "^18.3.1", "react-dom": "^18.3.1" diff --git a/e2e/browser/solid-ui-react/test-app/package.json b/e2e/browser/solid-ui-react/test-app/package.json index f46109641..e87c15875 100644 --- a/e2e/browser/solid-ui-react/test-app/package.json +++ b/e2e/browser/solid-ui-react/test-app/package.json @@ -1,6 +1,6 @@ { "name": "test-solid-ui", - "version": "2.2.5", + "version": "2.2.6", "private": true, "scripts": { "dev": "next dev", @@ -10,7 +10,7 @@ }, "dependencies": { "@inrupt/internal-playwright-testids": "^3.0.2", - "@inrupt/solid-client-authn-browser": "^2.2.5", + "@inrupt/solid-client-authn-browser": "^2.2.6", "@inrupt/solid-ui-react": "^3.0.0", "next": "^14.2.11", "react": "18.3.1", diff --git a/lerna.json b/lerna.json index 2105200d7..91373a8e7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "useNx": true, - "version": "2.2.5" + "version": "2.2.6" } diff --git a/package-lock.json b/package-lock.json index eda6704dd..3491a1196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,10 +56,10 @@ } }, "e2e/browser/solid-client-authn-browser/test-app": { - "version": "2.2.5", + "version": "2.2.6", "dependencies": { "@inrupt/internal-playwright-testids": "^3.0.2", - "@inrupt/solid-client-authn-browser": "^2.2.5", + "@inrupt/solid-client-authn-browser": "^2.2.6", "next": "^14.2.11", "react": "^18.3.1", "react-dom": "^18.3.1" @@ -303,10 +303,10 @@ }, "e2e/browser/solid-ui-react/test-app": { "name": "test-solid-ui", - "version": "2.2.5", + "version": "2.2.6", "dependencies": { "@inrupt/internal-playwright-testids": "^3.0.2", - "@inrupt/solid-client-authn-browser": "^2.2.5", + "@inrupt/solid-client-authn-browser": "^2.2.6", "@inrupt/solid-ui-react": "^3.0.0", "next": "^14.2.11", "react": "18.3.1", @@ -23009,11 +23009,11 @@ }, "packages/browser": { "name": "@inrupt/solid-client-authn-browser", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "dependencies": { - "@inrupt/oidc-client-ext": "^2.2.5", - "@inrupt/solid-client-authn-core": "^2.2.5", + "@inrupt/oidc-client-ext": "^2.2.6", + "@inrupt/solid-client-authn-core": "^2.2.6", "events": "^3.3.0", "jose": "^5.1.3", "uuid": "^10.0.0" @@ -23028,7 +23028,7 @@ }, "packages/browser/examples/single/bundle": { "name": "browser-in-bundle", - "version": "2.2.5", + "version": "2.2.6", "dependencies": { "@inrupt/solid-client-authn-browser": "file:../../../", "react": "^18.3.1", @@ -23049,7 +23049,7 @@ }, "packages/browser/examples/single/script": { "name": "@inrupt/solid-client-authn-browser-via-script-tag-example", - "version": "2.2.5", + "version": "2.2.6", "dependencies": { "@types/express": "^4.17.21", "express": "^4.20.0" @@ -23067,7 +23067,7 @@ }, "packages/core": { "name": "@inrupt/solid-client-authn-core", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "dependencies": { "events": "^3.3.0", @@ -23090,10 +23090,10 @@ }, "packages/node": { "name": "@inrupt/solid-client-authn-node", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "dependencies": { - "@inrupt/solid-client-authn-core": "^2.2.5", + "@inrupt/solid-client-authn-core": "^2.2.6", "jose": "^5.1.3", "openid-client": "^5.7.0", "uuid": "^10.0.0" @@ -23108,10 +23108,10 @@ }, "packages/node/examples/authenticated-script": { "name": "@inrupt/demo-authn-node-script", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "dependencies": { - "@inrupt/solid-client-authn-node": "^2.2.5", + "@inrupt/solid-client-authn-node": "^2.2.6", "dotenv": "^16.4.5" } }, @@ -23139,7 +23139,7 @@ }, "packages/node/examples/demoClientApp": { "name": "@inrupt/demo-app-authn-node", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "dependencies": { "@inrupt/solid-client-authn-node": "../../", @@ -23353,10 +23353,10 @@ }, "packages/node/examples/multiSession": { "name": "@inrupt/demo-authn-node-script-multisession", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "dependencies": { - "@inrupt/solid-client-authn-node": "^2.2.5", + "@inrupt/solid-client-authn-node": "^2.2.6", "cookie-session": "^2.1.0", "express": "^4.20.0" }, @@ -23719,11 +23719,11 @@ }, "packages/oidc-browser": { "name": "@inrupt/oidc-client-ext", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "dependencies": { "@inrupt/oidc-client": "^1.11.6", - "@inrupt/solid-client-authn-core": "^2.2.5", + "@inrupt/solid-client-authn-core": "^2.2.6", "jose": "^5.1.3", "uuid": "^10.0.0" }, diff --git a/packages/browser/examples/single/bundle/package.json b/packages/browser/examples/single/bundle/package.json index 1449426d3..f90346841 100644 --- a/packages/browser/examples/single/bundle/package.json +++ b/packages/browser/examples/single/bundle/package.json @@ -1,7 +1,7 @@ { "name": "browser-in-bundle", "private": true, - "version": "2.2.5", + "version": "2.2.6", "description": "", "main": "index.js", "scripts": { diff --git a/packages/browser/examples/single/script/package.json b/packages/browser/examples/single/script/package.json index 55e98875a..ae4bd76ff 100644 --- a/packages/browser/examples/single/script/package.json +++ b/packages/browser/examples/single/script/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/solid-client-authn-browser-via-script-tag-example", "private": true, - "version": "2.2.5", + "version": "2.2.6", "description": "", "main": "index.js", "scripts": { diff --git a/packages/browser/package.json b/packages/browser/package.json index 313bc1507..acb73d472 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/solid-client-authn-browser", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "types": "dist/index.d.ts", "browser": "dist/index.js", @@ -30,8 +30,8 @@ "@types/uuid": "^10.0.0" }, "dependencies": { - "@inrupt/oidc-client-ext": "^2.2.5", - "@inrupt/solid-client-authn-core": "^2.2.5", + "@inrupt/oidc-client-ext": "^2.2.6", + "@inrupt/solid-client-authn-core": "^2.2.6", "events": "^3.3.0", "jose": "^5.1.3", "uuid": "^10.0.0" diff --git a/packages/core/package.json b/packages/core/package.json index b15c77571..4e681c3ca 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/solid-client-authn-core", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/node/examples/authenticated-script/package.json b/packages/node/examples/authenticated-script/package.json index 05271146f..8cd95cee4 100644 --- a/packages/node/examples/authenticated-script/package.json +++ b/packages/node/examples/authenticated-script/package.json @@ -1,14 +1,14 @@ { "name": "@inrupt/demo-authn-node-script", "private": true, - "version": "2.2.5", + "version": "2.2.6", "description": "Demo for script authentication in NodeJS", "type": "module", "main": "./index.mjs", "author": "Inrupt, Inc.", "license": "MIT", "dependencies": { - "@inrupt/solid-client-authn-node": "^2.2.5", + "@inrupt/solid-client-authn-node": "^2.2.6", "dotenv": "^16.4.5" } } diff --git a/packages/node/examples/demoClientApp/package.json b/packages/node/examples/demoClientApp/package.json index b5c3e3c48..dc2c7a208 100644 --- a/packages/node/examples/demoClientApp/package.json +++ b/packages/node/examples/demoClientApp/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/demo-app-authn-node", "private": true, - "version": "2.2.5", + "version": "2.2.6", "description": "Demo client application for authentication in NodeJS", "main": "src/index.js", "scripts": { diff --git a/packages/node/examples/multiSession/package.json b/packages/node/examples/multiSession/package.json index f4fe2ba04..532333ad7 100644 --- a/packages/node/examples/multiSession/package.json +++ b/packages/node/examples/multiSession/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/demo-authn-node-script-multisession", "private": true, - "version": "2.2.5", + "version": "2.2.6", "description": "Demo for session management in NodeJS", "main": "src/index.js", "repository": { @@ -15,7 +15,7 @@ }, "homepage": "https://github.com/inrupt/solid-client-authn-js#readme", "dependencies": { - "@inrupt/solid-client-authn-node": "^2.2.5", + "@inrupt/solid-client-authn-node": "^2.2.6", "cookie-session": "^2.1.0", "express": "^4.20.0" }, diff --git a/packages/node/package.json b/packages/node/package.json index 402170249..155f23500 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/solid-client-authn-node", - "version": "2.2.5", + "version": "2.2.6", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -28,7 +28,7 @@ "@types/uuid": "^10.0.0" }, "dependencies": { - "@inrupt/solid-client-authn-core": "^2.2.5", + "@inrupt/solid-client-authn-core": "^2.2.6", "jose": "^5.1.3", "openid-client": "^5.7.0", "uuid": "^10.0.0" diff --git a/packages/oidc-browser/package.json b/packages/oidc-browser/package.json index 2037bafab..604110367 100644 --- a/packages/oidc-browser/package.json +++ b/packages/oidc-browser/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/oidc-client-ext", - "version": "2.2.5", + "version": "2.2.6", "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", @@ -26,7 +26,7 @@ }, "dependencies": { "@inrupt/oidc-client": "^1.11.6", - "@inrupt/solid-client-authn-core": "^2.2.5", + "@inrupt/solid-client-authn-core": "^2.2.6", "jose": "^5.1.3", "uuid": "^10.0.0" },