From e810ab6544c2c4e5033b7cbbf3c50f7d84558e6b Mon Sep 17 00:00:00 2001 From: Joakim Uddholm Date: Wed, 15 Nov 2023 15:53:04 +0100 Subject: [PATCH] v4.7.0 --- CHANGELOG.md | 12 ++++++ api/CHANGELOG.md | 4 ++ api/package.json | 6 +-- app/CHANGELOG.md | 11 +++++ app/package.json | 2 +- config/CHANGELOG.md | 4 ++ config/package.json | 20 ++++----- core/CHANGELOG.md | 6 +++ core/package.json | 2 +- lerna.json | 2 +- package-lock.json | 74 ++++++++++++++++----------------- plugins/aws/CHANGELOG.md | 4 ++ plugins/aws/package.json | 4 +- plugins/azure/CHANGELOG.md | 4 ++ plugins/azure/package.json | 4 +- plugins/cncf/CHANGELOG.md | 4 ++ plugins/cncf/package.json | 4 +- plugins/github/CHANGELOG.md | 4 ++ plugins/github/package.json | 4 +- plugins/kubernetes/CHANGELOG.md | 4 ++ plugins/kubernetes/package.json | 4 +- plugins/ldap/CHANGELOG.md | 4 ++ plugins/ldap/package.json | 4 +- plugins/magiclink/CHANGELOG.md | 4 ++ plugins/magiclink/package.json | 4 +- plugins/oidc/CHANGELOG.md | 4 ++ plugins/oidc/package.json | 4 +- plugins/stride/CHANGELOG.md | 4 ++ plugins/stride/package.json | 4 +- plugins/svgporn/CHANGELOG.md | 4 ++ plugins/svgporn/package.json | 4 +- plugins/threatlib/CHANGELOG.md | 4 ++ plugins/threatlib/package.json | 4 +- 33 files changed, 156 insertions(+), 75 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9513a84..d28e4343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +### Bug Fixes + +- suggestions should now clear correctly if the source no longer suggests them ([8d6c988](https://github.com/klarna-incubator/gram/commit/8d6c98898c8fe8a6fa5fc86c160bf9f04a019a55)) +- ui crash if copying component with no controls/threats ([38e80f6](https://github.com/klarna-incubator/gram/commit/38e80f69ab122f9d9b49b9833723e2ed6c92e6f5)) + +### Features + +- add button to toolbar for adding new component ([9fcad2e](https://github.com/klarna-incubator/gram/commit/9fcad2eb912ccb672c4fa4a576fa046b6572f603)), closes [#28](https://github.com/klarna-incubator/gram/issues/28) +- add quick and dirty screenshot feature 🖼️ ([1218589](https://github.com/klarna-incubator/gram/commit/1218589709bc3630281df39d8513b49e243b2ef7)) + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) ### Bug Fixes diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 3aa0d175..de00a78e 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.7.0](https://github.com/klarna/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/api + ## [4.6.1](https://github.com/klarna/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/api diff --git a/api/package.json b/api/package.json index 8adcc30a..514bbd95 100644 --- a/api/package.json +++ b/api/package.json @@ -2,7 +2,7 @@ "name": "@gram/api", "private": true, "type": "module", - "version": "4.6.1", + "version": "4.7.0", "description": "API for threat modelling", "scripts": { "start": "NODE_ENV=development node dist/index.js", @@ -32,8 +32,8 @@ "node": "18" }, "dependencies": { - "@gram/config": "^4.6.1", - "@gram/core": "^4.6.1", + "@gram/config": "^4.7.0", + "@gram/core": "^4.7.0", "@sentry/integrations": "^7.6.0", "@sentry/node": "^7.6.0", "@sentry/tracing": "^7.6.0", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 196d2fb2..df50e8c1 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +### Bug Fixes + +- ui crash if copying component with no controls/threats ([38e80f6](https://github.com/klarna-incubator/gram/commit/38e80f69ab122f9d9b49b9833723e2ed6c92e6f5)) + +### Features + +- add button to toolbar for adding new component ([9fcad2e](https://github.com/klarna-incubator/gram/commit/9fcad2eb912ccb672c4fa4a576fa046b6572f603)), closes [#28](https://github.com/klarna-incubator/gram/issues/28) +- add quick and dirty screenshot feature 🖼️ ([1218589](https://github.com/klarna-incubator/gram/commit/1218589709bc3630281df39d8513b49e243b2ef7)) + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) ### Bug Fixes diff --git a/app/package.json b/app/package.json index da9c8c72..3afbb358 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "@gram/app", "proxy": "http://localhost:8080", - "version": "4.6.1", + "version": "4.7.0", "private": true, "engines": { "node": "18" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 641d7515..0125d023 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.7.0](https://github.com/klarna/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/config + ## [4.6.1](https://github.com/klarna/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/config diff --git a/config/package.json b/config/package.json index ce80a12b..ddb8a5c4 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.6.1", + "version": "4.7.0", "description": "Gram Configuration", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -28,15 +28,15 @@ "node": "18" }, "dependencies": { - "@gram/aws": "^4.6.1", - "@gram/azure": "^4.6.1", - "@gram/cncf": "^4.6.1", - "@gram/core": "^4.6.1", - "@gram/kubernetes": "^4.6.1", - "@gram/magiclink": "^4.6.1", - "@gram/stride": "^4.6.1", - "@gram/svgporn": "^4.6.1", - "@gram/threatlib": "^4.6.1", + "@gram/aws": "^4.7.0", + "@gram/azure": "^4.7.0", + "@gram/cncf": "^4.7.0", + "@gram/core": "^4.7.0", + "@gram/kubernetes": "^4.7.0", + "@gram/magiclink": "^4.7.0", + "@gram/stride": "^4.7.0", + "@gram/svgporn": "^4.7.0", + "@gram/threatlib": "^4.7.0", "dotenv": "^16.3.1" }, "devDependencies": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 4b42e9b6..ad375a54 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.7.0](https://github.com/klarna/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +### Bug Fixes + +- suggestions should now clear correctly if the source no longer suggests them ([8d6c988](https://github.com/klarna/gram/commit/8d6c98898c8fe8a6fa5fc86c160bf9f04a019a55)) + ## [4.6.1](https://github.com/klarna/gram/compare/v4.6.0...v4.6.1) (2023-11-14) ### Bug Fixes diff --git a/core/package.json b/core/package.json index f2ede66e..1ad6cfe1 100644 --- a/core/package.json +++ b/core/package.json @@ -2,7 +2,7 @@ "name": "@gram/core", "private": true, "type": "module", - "version": "4.6.1", + "version": "4.7.0", "description": "Core library for Gram backend stuff", "scripts": { "build": "tsc -p tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 39d9010f..94e93c1e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "4.6.1", + "version": "4.7.0", "command": { "version": { "allowBranch": "main", diff --git a/package-lock.json b/package-lock.json index 2e3ce9b7..d0340882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,11 +34,11 @@ }, "api": { "name": "@gram/api", - "version": "4.6.1", + "version": "4.7.0", "license": "Apache-2.0", "dependencies": { - "@gram/config": "^4.6.1", - "@gram/core": "^4.6.1", + "@gram/config": "^4.7.0", + "@gram/core": "^4.7.0", "@sentry/integrations": "^7.6.0", "@sentry/node": "^7.6.0", "@sentry/tracing": "^7.6.0", @@ -97,7 +97,7 @@ }, "app": { "name": "@gram/app", - "version": "4.6.1", + "version": "4.7.0", "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", @@ -141,18 +141,18 @@ }, "config": { "name": "@gram/config", - "version": "4.6.1", + "version": "4.7.0", "license": "Apache-2.0", "dependencies": { - "@gram/aws": "^4.6.1", - "@gram/azure": "^4.6.1", - "@gram/cncf": "^4.6.1", - "@gram/core": "^4.6.1", - "@gram/kubernetes": "^4.6.1", - "@gram/magiclink": "^4.6.1", - "@gram/stride": "^4.6.1", - "@gram/svgporn": "^4.6.1", - "@gram/threatlib": "^4.6.1", + "@gram/aws": "^4.7.0", + "@gram/azure": "^4.7.0", + "@gram/cncf": "^4.7.0", + "@gram/core": "^4.7.0", + "@gram/kubernetes": "^4.7.0", + "@gram/magiclink": "^4.7.0", + "@gram/stride": "^4.7.0", + "@gram/svgporn": "^4.7.0", + "@gram/threatlib": "^4.7.0", "dotenv": "^16.3.1" }, "devDependencies": { @@ -165,7 +165,7 @@ }, "core": { "name": "@gram/core", - "version": "4.6.1", + "version": "4.7.0", "license": "Apache-2.0", "dependencies": { "@sentry/integrations": "^7.6.0", @@ -33636,10 +33636,10 @@ }, "plugins/aws": { "name": "@gram/aws", - "version": "4.6.1", + "version": "4.7.0", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1", + "@gram/core": "^4.7.0", "path": "^0.12.7" }, "devDependencies": { @@ -33648,26 +33648,26 @@ }, "plugins/azure": { "name": "@gram/azure", - "version": "4.6.1", + "version": "4.7.0", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1" + "@gram/core": "^4.7.0" } }, "plugins/cncf": { "name": "@gram/cncf", - "version": "4.6.1", + "version": "4.7.0", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1" + "@gram/core": "^4.7.0" } }, "plugins/github": { "name": "@gram/github", - "version": "4.6.1", + "version": "4.7.0", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1", + "@gram/core": "^4.7.0", "octokit": "^2.0.11", "postgres-migrations": "^5.3.0" }, @@ -33684,18 +33684,18 @@ }, "plugins/kubernetes": { "name": "@gram/kubernetes", - "version": "4.6.1", + "version": "4.7.0", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1" + "@gram/core": "^4.7.0" } }, "plugins/ldap": { "name": "@gram/ldap", - "version": "4.6.1", + "version": "4.7.0", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1", + "@gram/core": "^4.7.0", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, @@ -33705,19 +33705,19 @@ }, "plugins/magiclink": { "name": "@gram/magiclink", - "version": "4.6.1", + "version": "4.7.0", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1", + "@gram/core": "^4.7.0", "pg": "^8.11.0" } }, "plugins/oidc": { "name": "@gram/oidc", - "version": "4.6.1", + "version": "4.7.0", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1", + "@gram/core": "^4.7.0", "hpagent": "^1.2.0", "openid-client": "^5.4.3" } @@ -33733,18 +33733,18 @@ }, "plugins/stride": { "name": "@gram/stride", - "version": "4.6.1", + "version": "4.7.0", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1" + "@gram/core": "^4.7.0" } }, "plugins/svgporn": { "name": "@gram/svgporn", - "version": "4.6.1", + "version": "4.7.0", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1" + "@gram/core": "^4.7.0" }, "devDependencies": { "@types/node": "^20.4.2" @@ -33752,10 +33752,10 @@ }, "plugins/threatlib": { "name": "@gram/threatlib", - "version": "4.6.1", + "version": "4.7.0", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1" + "@gram/core": "^4.7.0" } } } diff --git a/plugins/aws/CHANGELOG.md b/plugins/aws/CHANGELOG.md index 2bbb57cf..f1c01fe6 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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/aws + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/aws diff --git a/plugins/aws/package.json b/plugins/aws/package.json index 1e00d3d1..20ebac42 100644 --- a/plugins/aws/package.json +++ b/plugins/aws/package.json @@ -6,7 +6,7 @@ "files": [ "dist" ], - "version": "4.6.1", + "version": "4.7.0", "description": "AWS icons for Gram", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1", + "@gram/core": "^4.7.0", "path": "^0.12.7" }, "private": true, diff --git a/plugins/azure/CHANGELOG.md b/plugins/azure/CHANGELOG.md index 9119b175..6ce95249 100644 --- a/plugins/azure/CHANGELOG.md +++ b/plugins/azure/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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/azure + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/azure diff --git a/plugins/azure/package.json b/plugins/azure/package.json index ef8b9b7c..83eaa462 100644 --- a/plugins/azure/package.json +++ b/plugins/azure/package.json @@ -1,6 +1,6 @@ { "name": "@gram/azure", - "version": "4.6.1", + "version": "4.7.0", "type": "module", "description": "Azure icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1" + "@gram/core": "^4.7.0" }, "private": true } diff --git a/plugins/cncf/CHANGELOG.md b/plugins/cncf/CHANGELOG.md index 8a5529c2..0549297b 100644 --- a/plugins/cncf/CHANGELOG.md +++ b/plugins/cncf/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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/cncf + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/cncf diff --git a/plugins/cncf/package.json b/plugins/cncf/package.json index 1aa8e6a2..19af566a 100644 --- a/plugins/cncf/package.json +++ b/plugins/cncf/package.json @@ -1,6 +1,6 @@ { "name": "@gram/cncf", - "version": "4.6.1", + "version": "4.7.0", "type": "module", "description": "CNCF icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1" + "@gram/core": "^4.7.0" }, "private": true } diff --git a/plugins/github/CHANGELOG.md b/plugins/github/CHANGELOG.md index 9b95a752..c64eb52e 100644 --- a/plugins/github/CHANGELOG.md +++ b/plugins/github/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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/github + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/github diff --git a/plugins/github/package.json b/plugins/github/package.json index 672143f0..49e0695b 100644 --- a/plugins/github/package.json +++ b/plugins/github/package.json @@ -1,7 +1,7 @@ { "name": "@gram/github", "type": "module", - "version": "4.6.1", + "version": "4.7.0", "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.6.1", + "@gram/core": "^4.7.0", "octokit": "^2.0.11", "postgres-migrations": "^5.3.0" }, diff --git a/plugins/kubernetes/CHANGELOG.md b/plugins/kubernetes/CHANGELOG.md index 0196f45c..26155ce1 100644 --- a/plugins/kubernetes/CHANGELOG.md +++ b/plugins/kubernetes/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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/kubernetes + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/kubernetes diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index 62f80d12..12af8583 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -1,6 +1,6 @@ { "name": "@gram/kubernetes", - "version": "4.6.1", + "version": "4.7.0", "type": "module", "description": "Kubernetes icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1" + "@gram/core": "^4.7.0" }, "private": true } diff --git a/plugins/ldap/CHANGELOG.md b/plugins/ldap/CHANGELOG.md index 4f497625..aaf8bd20 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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/ldap + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/ldap diff --git a/plugins/ldap/package.json b/plugins/ldap/package.json index 66da3c14..e330cbfd 100644 --- a/plugins/ldap/package.json +++ b/plugins/ldap/package.json @@ -1,7 +1,7 @@ { "name": "@gram/ldap", "type": "module", - "version": "4.6.1", + "version": "4.7.0", "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.6.1", + "@gram/core": "^4.7.0", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, diff --git a/plugins/magiclink/CHANGELOG.md b/plugins/magiclink/CHANGELOG.md index 9786536f..439b1d61 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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/magiclink + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/magiclink diff --git a/plugins/magiclink/package.json b/plugins/magiclink/package.json index 6a2fabae..db59156b 100644 --- a/plugins/magiclink/package.json +++ b/plugins/magiclink/package.json @@ -1,7 +1,7 @@ { "name": "@gram/magiclink", "type": "module", - "version": "4.6.1", + "version": "4.7.0", "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.6.1", + "@gram/core": "^4.7.0", "pg": "^8.11.0" }, "private": true diff --git a/plugins/oidc/CHANGELOG.md b/plugins/oidc/CHANGELOG.md index bfa22adc..fb93b8ba 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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/oidc + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/oidc diff --git a/plugins/oidc/package.json b/plugins/oidc/package.json index bb3cff0f..f17e310c 100644 --- a/plugins/oidc/package.json +++ b/plugins/oidc/package.json @@ -1,7 +1,7 @@ { "name": "@gram/oidc", "type": "module", - "version": "4.6.1", + "version": "4.7.0", "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.6.1", + "@gram/core": "^4.7.0", "hpagent": "^1.2.0", "openid-client": "^5.4.3" }, diff --git a/plugins/stride/CHANGELOG.md b/plugins/stride/CHANGELOG.md index 5154528b..feb9ee11 100644 --- a/plugins/stride/CHANGELOG.md +++ b/plugins/stride/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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/stride + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/stride diff --git a/plugins/stride/package.json b/plugins/stride/package.json index f3da35b7..48261302 100644 --- a/plugins/stride/package.json +++ b/plugins/stride/package.json @@ -1,7 +1,7 @@ { "name": "@gram/stride", "type": "module", - "version": "4.6.1", + "version": "4.7.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1" + "@gram/core": "^4.7.0" } } diff --git a/plugins/svgporn/CHANGELOG.md b/plugins/svgporn/CHANGELOG.md index d2c6c5d0..f4416f82 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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/svgporn + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/svgporn diff --git a/plugins/svgporn/package.json b/plugins/svgporn/package.json index 617297c7..7266725d 100644 --- a/plugins/svgporn/package.json +++ b/plugins/svgporn/package.json @@ -1,7 +1,7 @@ { "name": "@gram/svgporn", "type": "module", - "version": "4.6.1", + "version": "4.7.0", "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.6.1" + "@gram/core": "^4.7.0" }, "devDependencies": { "@types/node": "^20.4.2" diff --git a/plugins/threatlib/CHANGELOG.md b/plugins/threatlib/CHANGELOG.md index 6452ab95..fc43fb36 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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15) + +**Note:** Version bump only for package @gram/threatlib + ## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) **Note:** Version bump only for package @gram/threatlib diff --git a/plugins/threatlib/package.json b/plugins/threatlib/package.json index 20610c3b..0c284cbb 100644 --- a/plugins/threatlib/package.json +++ b/plugins/threatlib/package.json @@ -1,7 +1,7 @@ { "name": "@gram/threatlib", "type": "module", - "version": "4.6.1", + "version": "4.7.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.1" + "@gram/core": "^4.7.0" } }