Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
livetocode committed Feb 17, 2022
1 parent b12d314 commit 6b2464f
Show file tree
Hide file tree
Showing 35 changed files with 138 additions and 42 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.9...v1.0.10) (2022-02-17)

**Note:** Version bump only for package @villedemontreal/authentication-nodejs-lib





## [1.0.9](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.8...v1.0.9) (2021-12-19)

**Note:** Version bump only for package @villedemontreal/authentication-nodejs-lib
Expand Down
8 changes: 8 additions & 0 deletions examples/client-axios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.9...v1.0.10) (2022-02-17)

**Note:** Version bump only for package @villedemontreal/demo-client-axios





## [1.0.9](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.8...v1.0.9) (2021-12-19)

**Note:** Version bump only for package @villedemontreal/demo-client-axios
Expand Down
2 changes: 1 addition & 1 deletion examples/client-axios/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 examples/client-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@villedemontreal/demo-client-axios",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"description": "",
"main": "dist/index.js",
Expand All @@ -13,8 +13,8 @@
"author": "Morgan Martinet <morgan.martinet@montreal.ca>",
"license": "MIT",
"dependencies": {
"@villedemontreal/auth-core": "^1.0.9",
"@villedemontreal/auth-oidc-plugin-axios": "^1.0.9",
"@villedemontreal/auth-core": "^1.0.10",
"@villedemontreal/auth-oidc-plugin-axios": "^1.0.10",
"axios": "0.26.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/client-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.9...v1.0.10) (2022-02-17)

**Note:** Version bump only for package @villedemontreal/demo-client-internal





## [1.0.9](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.8...v1.0.9) (2021-12-19)

**Note:** Version bump only for package @villedemontreal/demo-client-internal
Expand Down
2 changes: 1 addition & 1 deletion examples/client-internal/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 examples/client-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@villedemontreal/demo-client-internal",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"description": "",
"main": "dist/index.js",
Expand All @@ -13,8 +13,8 @@
"author": "Morgan Martinet <morgan.martinet@montreal.ca>",
"license": "MIT",
"dependencies": {
"@villedemontreal/auth-core": "^1.0.9",
"@villedemontreal/auth-oidc": "^1.0.9"
"@villedemontreal/auth-core": "^1.0.10",
"@villedemontreal/auth-oidc": "^1.0.10"
},
"devDependencies": {
"@types/node": "12.x",
Expand Down
8 changes: 8 additions & 0 deletions examples/client-request/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.9...v1.0.10) (2022-02-17)

**Note:** Version bump only for package @villedemontreal/demo-client-request





## [1.0.9](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.8...v1.0.9) (2021-12-19)

**Note:** Version bump only for package @villedemontreal/demo-client-request
Expand Down
2 changes: 1 addition & 1 deletion examples/client-request/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 examples/client-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@villedemontreal/demo-client-request",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"description": "",
"main": "dist/index.js",
Expand All @@ -13,8 +13,8 @@
"author": "Morgan Martinet <morgan.martinet@montreal.ca>",
"license": "MIT",
"dependencies": {
"@villedemontreal/auth-core": "^1.0.9",
"@villedemontreal/auth-oidc-plugin-request": "^1.0.9",
"@villedemontreal/auth-core": "^1.0.10",
"@villedemontreal/auth-oidc-plugin-request": "^1.0.10",
"request": "2.88.2",
"request-promise-native": "1.0.9"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/client-superagent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.9...v1.0.10) (2022-02-17)

**Note:** Version bump only for package @villedemontreal/demo-client-superagent





## [1.0.9](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.8...v1.0.9) (2021-12-19)

**Note:** Version bump only for package @villedemontreal/demo-client-superagent
Expand Down
2 changes: 1 addition & 1 deletion examples/client-superagent/package-lock.json

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

8 changes: 4 additions & 4 deletions examples/client-superagent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@villedemontreal/demo-client-superagent",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"description": "",
"main": "dist/index.js",
Expand All @@ -13,13 +13,13 @@
"author": "Morgan Martinet <morgan.martinet@montreal.ca>",
"license": "MIT",
"dependencies": {
"@villedemontreal/auth-core": "^1.0.9",
"@villedemontreal/auth-oidc-plugin-superagent": "^1.0.9",
"@villedemontreal/auth-core": "^1.0.10",
"@villedemontreal/auth-oidc-plugin-superagent": "^1.0.10",
"superagent": "7.1.1"
},
"devDependencies": {
"@types/node": "12.x",
"@types/superagent": "4.1.14",
"typescript": "4.5.5"
}
}
}
8 changes: 8 additions & 0 deletions examples/server-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.9...v1.0.10) (2022-02-17)

**Note:** Version bump only for package @villedemontreal/demo-server-api





## [1.0.9](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.8...v1.0.9) (2021-12-19)

**Note:** Version bump only for package @villedemontreal/demo-server-api
Expand Down
2 changes: 1 addition & 1 deletion examples/server-api/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 examples/server-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@villedemontreal/demo-server-api",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"description": "",
"main": "dist/index.js",
Expand All @@ -14,8 +14,8 @@
"license": "MIT",
"dependencies": {
"@types/express": "4.17.13",
"@villedemontreal/auth-core": "^1.0.9",
"@villedemontreal/auth-oidc": "^1.0.9",
"@villedemontreal/auth-core": "^1.0.10",
"@villedemontreal/auth-oidc": "^1.0.10",
"express": "4.17.3"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/server-oidc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.9...v1.0.10) (2022-02-17)

**Note:** Version bump only for package @villedemontreal/demo-server-oidc





## [1.0.9](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.8...v1.0.9) (2021-12-19)

**Note:** Version bump only for package @villedemontreal/demo-server-oidc
Expand Down
2 changes: 1 addition & 1 deletion examples/server-oidc/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 examples/server-oidc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@villedemontreal/demo-server-oidc",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.9",
"version": "1.0.10",
"packages": [
"examples/*",
"packages/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.9...v1.0.10) (2022-02-17)

**Note:** Version bump only for package @villedemontreal/auth-core





## [1.0.9](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.8...v1.0.9) (2021-12-19)

**Note:** Version bump only for package @villedemontreal/auth-core
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": "@villedemontreal/auth-core",
"version": "1.0.9",
"version": "1.0.10",
"description": "Core services shared with OIDC and http bindings",
"author": "Montreal City Authors",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/oidc-plugin-axios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.9...v1.0.10) (2022-02-17)

**Note:** Version bump only for package @villedemontreal/auth-oidc-plugin-axios





## [1.0.9](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.8...v1.0.9) (2021-12-19)

**Note:** Version bump only for package @villedemontreal/auth-oidc-plugin-axios
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-plugin-axios/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/oidc-plugin-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@villedemontreal/auth-oidc-plugin-axios",
"version": "1.0.9",
"version": "1.0.10",
"description": "axios binding for auth-oidc",
"author": "Montreal City Authors",
"keywords": [
Expand Down Expand Up @@ -45,8 +45,8 @@
],
"typings": "dist/index.d.ts",
"dependencies": {
"@villedemontreal/auth-core": "^1.0.9",
"@villedemontreal/auth-oidc": "^1.0.9"
"@villedemontreal/auth-core": "^1.0.10",
"@villedemontreal/auth-oidc": "^1.0.10"
},
"peerDependencies": {
"axios": "0.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/oidc-plugin-request/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.9...v1.0.10) (2022-02-17)

**Note:** Version bump only for package @villedemontreal/auth-oidc-plugin-request





## [1.0.9](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.8...v1.0.9) (2021-12-19)

**Note:** Version bump only for package @villedemontreal/auth-oidc-plugin-request
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-plugin-request/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/oidc-plugin-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@villedemontreal/auth-oidc-plugin-request",
"version": "1.0.9",
"version": "1.0.10",
"description": "request binding for auth-oidc",
"author": "Montreal City Authors",
"keywords": [
Expand Down Expand Up @@ -45,8 +45,8 @@
],
"typings": "dist/index.d.ts",
"dependencies": {
"@villedemontreal/auth-core": "^1.0.9",
"@villedemontreal/auth-oidc": "^1.0.9"
"@villedemontreal/auth-core": "^1.0.10",
"@villedemontreal/auth-oidc": "^1.0.10"
},
"peerDependencies": {
"request": "2.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/oidc-plugin-superagent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.9...v1.0.10) (2022-02-17)

**Note:** Version bump only for package @villedemontreal/auth-oidc-plugin-superagent





## [1.0.9](https://github.com/VilledeMontreal/authentication-nodejs-lib/compare/v1.0.8...v1.0.9) (2021-12-19)

**Note:** Version bump only for package @villedemontreal/auth-oidc-plugin-superagent
Expand Down
Loading

0 comments on commit 6b2464f

Please sign in to comment.