Skip to content

Commit

Permalink
release: prepare v1.12.0 (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm committed Jun 6, 2022
1 parent 24bce8f commit 8d57b6f
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 16 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.12.0 - 2022-06-06

### Breaking Changes

- Support for Node.js v12.x has been dropped as that version has reached
Expand Down
2 changes: 1 addition & 1 deletion e2e/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 e2e/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "e2e-browser",
"version": "1.11.8",
"version": "1.12.0",
"description": "Playwright end-2-end test runner for solid-client-authn-browser",
"scripts": {
"start": "cd ../../packages/browser/examples/demoClientApp && npm run start",
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"devDependencies": {
"@inrupt/solid-client": "^1.20.1",
"@inrupt/solid-client-authn-node": "^1.11.8",
"@inrupt/solid-client-authn-node": "^1.12.0",
"@inrupt/vocab-common-rdf": "^1.0.3",
"@playwright/test": "^1.18.0",
"dotenv-flow": "^3.2.0",
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.11.9"
"version": "1.12.0"
}
2 changes: 1 addition & 1 deletion 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.11.9",
"version": "1.12.0",
"license": "MIT",
"types": "dist/index",
"browser": "dist/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"webpack-merge": "^5.7.2"
},
"dependencies": {
"@inrupt/oidc-client-ext": "^1.11.8",
"@inrupt/solid-client-authn-core": "^1.11.8",
"@inrupt/oidc-client-ext": "^1.12.0",
"@inrupt/solid-client-authn-core": "^1.12.0",
"@types/lodash.clonedeep": "^4.5.6",
"@types/node": "^17.0.2",
"@types/uuid": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.11.8",
"version": "1.12.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.11.8",
"version": "1.12.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index",
Expand All @@ -26,7 +26,7 @@
"@types/uuid": "^8.3.0"
},
"dependencies": {
"@inrupt/solid-client-authn-core": "^1.11.8",
"@inrupt/solid-client-authn-core": "^1.12.0",
"cross-fetch": "^3.1.5",
"jose": "^4.3.7",
"openid-client": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inrupt/oidc-client-ext",
"version": "1.11.8",
"version": "1.12.0",
"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 Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@inrupt/oidc-client": "^1.11.6",
"@inrupt/solid-client-authn-core": "^1.11.8",
"@inrupt/solid-client-authn-core": "^1.12.0",
"@types/jest": "^27.0.3",
"@types/uuid": "^8.3.0",
"jose": "^4.3.7",
Expand Down

0 comments on commit 8d57b6f

Please sign in to comment.