diff --git a/CHANGELOG.md b/CHANGELOG.md index 01bb60a1..5723b24b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/klarna-incubator/gram/compare/v4.2.0...v4.2.1) (2023-10-09) + +### Bug Fixes + +- make defaultauthz more permissive: Allow reviewers to write and standalone models are write-all ([1d2752e](https://github.com/klarna-incubator/gram/commit/1d2752ec08335f778a67d100b6b034e1dbf0f02a)) + # [4.2.0](https://github.com/klarna-incubator/gram/compare/v4.1.0...v4.2.0) (2023-10-05) ### Bug Fixes diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 5ad523c4..44b54bdb 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/klarna/gram/compare/v4.2.0...v4.2.1) (2023-10-09) + +**Note:** Version bump only for package @gram/api + # [4.2.0](https://github.com/klarna/gram/compare/v4.1.0...v4.2.0) (2023-10-05) ### Bug Fixes diff --git a/api/package.json b/api/package.json index 7d6c606f..65ebdf71 100644 --- a/api/package.json +++ b/api/package.json @@ -2,7 +2,7 @@ "name": "@gram/api", "private": true, "type": "module", - "version": "4.2.0", + "version": "4.2.1", "description": "API for threat modelling", "scripts": { "oldstart": "NODE_ENV=development nodemon --watch src --watch ../core/src --files src/index.ts", @@ -33,8 +33,8 @@ "node": "18" }, "dependencies": { - "@gram/config": "^4.2.0", - "@gram/core": "^4.2.0", + "@gram/config": "^4.2.1", + "@gram/core": "^4.2.1", "@sentry/integrations": "^7.6.0", "@sentry/node": "^7.6.0", "@sentry/tracing": "^7.6.0", diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index a8882e7c..e72bdc04 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/klarna/gram/compare/v4.2.0...v4.2.1) (2023-10-09) + +**Note:** Version bump only for package @gram/config + # [4.2.0](https://github.com/klarna/gram/compare/v4.1.0...v4.2.0) (2023-10-05) **Note:** Version bump only for package @gram/config diff --git a/config/package.json b/config/package.json index 7b742fc6..fc3e6caf 100644 --- a/config/package.json +++ b/config/package.json @@ -4,7 +4,7 @@ "main": "./dist/index.js", "types": "./dist/index.d.ts", "private": true, - "version": "4.2.0", + "version": "4.2.1", "description": "Gram Configuration", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -28,11 +28,11 @@ "node": "18" }, "dependencies": { - "@gram/aws": "^4.2.0", - "@gram/core": "^4.2.0", - "@gram/magiclink": "^4.2.0", - "@gram/svgporn": "^4.2.0", - "@gram/threatlib": "^4.2.0", + "@gram/aws": "^4.2.1", + "@gram/core": "^4.2.1", + "@gram/magiclink": "^4.2.1", + "@gram/svgporn": "^4.2.1", + "@gram/threatlib": "^4.2.1", "dotenv": "^16.3.1" }, "devDependencies": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 0e38d6fe..c12949e0 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/klarna/gram/compare/v4.2.0...v4.2.1) (2023-10-09) + +### Bug Fixes + +- make defaultauthz more permissive: Allow reviewers to write and standalone models are write-all ([1d2752e](https://github.com/klarna/gram/commit/1d2752ec08335f778a67d100b6b034e1dbf0f02a)) + # [4.2.0](https://github.com/klarna/gram/compare/v4.1.0...v4.2.0) (2023-10-05) ### Bug Fixes diff --git a/core/package.json b/core/package.json index 2508b67d..1504e18a 100644 --- a/core/package.json +++ b/core/package.json @@ -2,7 +2,7 @@ "name": "@gram/core", "private": true, "type": "module", - "version": "4.2.0", + "version": "4.2.1", "description": "Core library for Gram backend stuff", "scripts": { "build": "tsc -p tsconfig.build.json", diff --git a/lerna.json b/lerna.json index d28b9273..055f86c4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "4.2.0", + "version": "4.2.1", "command": { "version": { "allowBranch": "main", diff --git a/package-lock.json b/package-lock.json index 30d687f7..a137d6a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,11 +34,11 @@ }, "api": { "name": "@gram/api", - "version": "4.2.0", + "version": "4.2.1", "license": "Apache-2.0", "dependencies": { - "@gram/config": "^4.2.0", - "@gram/core": "^4.2.0", + "@gram/config": "^4.2.1", + "@gram/core": "^4.2.1", "@sentry/integrations": "^7.6.0", "@sentry/node": "^7.6.0", "@sentry/tracing": "^7.6.0", @@ -141,14 +141,14 @@ }, "config": { "name": "@gram/config", - "version": "4.2.0", + "version": "4.2.1", "license": "Apache-2.0", "dependencies": { - "@gram/aws": "^4.2.0", - "@gram/core": "^4.2.0", - "@gram/magiclink": "^4.2.0", - "@gram/svgporn": "^4.2.0", - "@gram/threatlib": "^4.2.0", + "@gram/aws": "^4.2.1", + "@gram/core": "^4.2.1", + "@gram/magiclink": "^4.2.1", + "@gram/svgporn": "^4.2.1", + "@gram/threatlib": "^4.2.1", "dotenv": "^16.3.1" }, "devDependencies": { @@ -161,7 +161,7 @@ }, "core": { "name": "@gram/core", - "version": "4.2.0", + "version": "4.2.1", "license": "Apache-2.0", "dependencies": { "@sentry/integrations": "^7.6.0", @@ -33579,10 +33579,10 @@ }, "plugins/aws": { "name": "@gram/aws", - "version": "4.2.0", + "version": "4.2.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0", + "@gram/core": "^4.2.1", "path": "^0.12.7" }, "devDependencies": { @@ -33591,10 +33591,10 @@ }, "plugins/github": { "name": "@gram/github", - "version": "4.2.0", + "version": "4.2.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0", + "@gram/core": "^4.2.1", "octokit": "^2.0.11", "postgres-migrations": "^5.3.0" }, @@ -33611,10 +33611,10 @@ }, "plugins/ldap": { "name": "@gram/ldap", - "version": "4.2.0", + "version": "4.2.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0", + "@gram/core": "^4.2.1", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, @@ -33624,19 +33624,19 @@ }, "plugins/magiclink": { "name": "@gram/magiclink", - "version": "4.2.0", + "version": "4.2.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0", + "@gram/core": "^4.2.1", "pg": "^8.11.0" } }, "plugins/oidc": { "name": "@gram/oidc", - "version": "4.2.0", + "version": "4.2.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0", + "@gram/core": "^4.2.1", "hpagent": "^1.2.0", "openid-client": "^5.4.3" } @@ -33652,10 +33652,10 @@ }, "plugins/svgporn": { "name": "@gram/svgporn", - "version": "4.2.0", + "version": "4.2.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0" + "@gram/core": "^4.2.1" }, "devDependencies": { "@types/node": "^20.4.2" @@ -33663,10 +33663,10 @@ }, "plugins/threatlib": { "name": "@gram/threatlib", - "version": "4.2.0", + "version": "4.2.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0" + "@gram/core": "^4.2.1" } } } diff --git a/plugins/aws/CHANGELOG.md b/plugins/aws/CHANGELOG.md index be13c9b8..95610c3c 100644 --- a/plugins/aws/CHANGELOG.md +++ b/plugins/aws/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/klarna-incubator/gram/compare/v4.2.0...v4.2.1) (2023-10-09) + +**Note:** Version bump only for package @gram/aws + # [4.2.0](https://github.com/klarna-incubator/gram/compare/v4.1.0...v4.2.0) (2023-10-05) **Note:** Version bump only for package @gram/aws diff --git a/plugins/aws/package.json b/plugins/aws/package.json index 839002b0..ca88ed2e 100644 --- a/plugins/aws/package.json +++ b/plugins/aws/package.json @@ -6,7 +6,7 @@ "files": [ "dist" ], - "version": "4.2.0", + "version": "4.2.1", "description": "AWS icons for Gram", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0", + "@gram/core": "^4.2.1", "path": "^0.12.7" }, "private": true, diff --git a/plugins/github/CHANGELOG.md b/plugins/github/CHANGELOG.md index daaaddd1..379bd19c 100644 --- a/plugins/github/CHANGELOG.md +++ b/plugins/github/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/klarna-incubator/gram/compare/v4.2.0...v4.2.1) (2023-10-09) + +### Bug Fixes + +- make defaultauthz more permissive: Allow reviewers to write and standalone models are write-all ([1d2752e](https://github.com/klarna-incubator/gram/commit/1d2752ec08335f778a67d100b6b034e1dbf0f02a)) + # [4.2.0](https://github.com/klarna-incubator/gram/compare/v4.1.0...v4.2.0) (2023-10-05) **Note:** Version bump only for package @gram/github diff --git a/plugins/github/package.json b/plugins/github/package.json index fc2b7b1b..b1355d26 100644 --- a/plugins/github/package.json +++ b/plugins/github/package.json @@ -1,7 +1,7 @@ { "name": "@gram/github", "type": "module", - "version": "4.2.0", + "version": "4.2.1", "description": "To run this GitHub integration, you'll need to set up your own Github App.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,7 +17,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0", + "@gram/core": "^4.2.1", "octokit": "^2.0.11", "postgres-migrations": "^5.3.0" }, diff --git a/plugins/ldap/CHANGELOG.md b/plugins/ldap/CHANGELOG.md index c7f93a79..04ee1845 100644 --- a/plugins/ldap/CHANGELOG.md +++ b/plugins/ldap/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/klarna-incubator/gram/compare/v4.2.0...v4.2.1) (2023-10-09) + +**Note:** Version bump only for package @gram/ldap + # [4.2.0](https://github.com/klarna-incubator/gram/compare/v4.1.0...v4.2.0) (2023-10-05) ### Bug Fixes diff --git a/plugins/ldap/package.json b/plugins/ldap/package.json index 6f562378..5eded223 100644 --- a/plugins/ldap/package.json +++ b/plugins/ldap/package.json @@ -1,7 +1,7 @@ { "name": "@gram/ldap", "type": "module", - "version": "4.2.0", + "version": "4.2.1", "description": "Plugin with ldap related providers", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0", + "@gram/core": "^4.2.1", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, diff --git a/plugins/magiclink/CHANGELOG.md b/plugins/magiclink/CHANGELOG.md index f1d52bc0..10e84015 100644 --- a/plugins/magiclink/CHANGELOG.md +++ b/plugins/magiclink/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/klarna-incubator/gram/compare/v4.2.0...v4.2.1) (2023-10-09) + +**Note:** Version bump only for package @gram/magiclink + # [4.2.0](https://github.com/klarna-incubator/gram/compare/v4.1.0...v4.2.0) (2023-10-05) **Note:** Version bump only for package @gram/magiclink diff --git a/plugins/magiclink/package.json b/plugins/magiclink/package.json index 455ccb03..65480002 100644 --- a/plugins/magiclink/package.json +++ b/plugins/magiclink/package.json @@ -1,7 +1,7 @@ { "name": "@gram/magiclink", "type": "module", - "version": "4.2.0", + "version": "4.2.1", "description": "Pack with local auth provider", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,7 +17,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0", + "@gram/core": "^4.2.1", "pg": "^8.11.0" }, "private": true diff --git a/plugins/oidc/CHANGELOG.md b/plugins/oidc/CHANGELOG.md index 4ea0a4b1..4ff41d56 100644 --- a/plugins/oidc/CHANGELOG.md +++ b/plugins/oidc/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/klarna-incubator/gram/compare/v4.2.0...v4.2.1) (2023-10-09) + +**Note:** Version bump only for package @gram/oidc + # [4.2.0](https://github.com/klarna-incubator/gram/compare/v4.1.0...v4.2.0) (2023-10-05) ### Bug Fixes diff --git a/plugins/oidc/package.json b/plugins/oidc/package.json index fe6a6996..842efd5f 100644 --- a/plugins/oidc/package.json +++ b/plugins/oidc/package.json @@ -1,7 +1,7 @@ { "name": "@gram/oidc", "type": "module", - "version": "4.2.0", + "version": "4.2.1", "description": "Pack with oidc auth provider", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0", + "@gram/core": "^4.2.1", "hpagent": "^1.2.0", "openid-client": "^5.4.3" }, diff --git a/plugins/svgporn/CHANGELOG.md b/plugins/svgporn/CHANGELOG.md index 7f33f31e..cbd810ca 100644 --- a/plugins/svgporn/CHANGELOG.md +++ b/plugins/svgporn/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/klarna-incubator/gram/compare/v4.2.0...v4.2.1) (2023-10-09) + +**Note:** Version bump only for package @gram/svgporn + # [4.2.0](https://github.com/klarna-incubator/gram/compare/v4.1.0...v4.2.0) (2023-10-05) **Note:** Version bump only for package @gram/svgporn diff --git a/plugins/svgporn/package.json b/plugins/svgporn/package.json index 574e2718..d72e087c 100644 --- a/plugins/svgporn/package.json +++ b/plugins/svgporn/package.json @@ -1,7 +1,7 @@ { "name": "@gram/svgporn", "type": "module", - "version": "4.2.0", + "version": "4.2.1", "description": "Taken from https://github.com/gilbarbara/logos", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,7 +17,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0" + "@gram/core": "^4.2.1" }, "devDependencies": { "@types/node": "^20.4.2" diff --git a/plugins/threatlib/CHANGELOG.md b/plugins/threatlib/CHANGELOG.md index d681b3fe..06cf9411 100644 --- a/plugins/threatlib/CHANGELOG.md +++ b/plugins/threatlib/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.1](https://github.com/klarna-incubator/gram/compare/v4.2.0...v4.2.1) (2023-10-09) + +**Note:** Version bump only for package @gram/threatlib + # [4.2.0](https://github.com/klarna-incubator/gram/compare/v4.1.0...v4.2.0) (2023-10-05) **Note:** Version bump only for package @gram/threatlib diff --git a/plugins/threatlib/package.json b/plugins/threatlib/package.json index 4d81ec48..bf9d8668 100644 --- a/plugins/threatlib/package.json +++ b/plugins/threatlib/package.json @@ -1,7 +1,7 @@ { "name": "@gram/threatlib", "type": "module", - "version": "4.2.0", + "version": "4.2.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.2.0" + "@gram/core": "^4.2.1" } }