From 1e1bd66710d5e76843a2a7f278e261e84902c94c Mon Sep 17 00:00:00 2001 From: Joakim Uddholm Date: Wed, 6 Mar 2024 16:35:59 +0100 Subject: [PATCH] v4.9.2 --- CHANGELOG.md | 7 +++ api/CHANGELOG.md | 6 +++ api/package.json | 6 +-- app/CHANGELOG.md | 7 +++ app/package.json | 2 +- config/CHANGELOG.md | 4 ++ config/package.json | 20 ++++----- core/CHANGELOG.md | 4 ++ core/package.json | 2 +- lerna.json | 2 +- package-lock.json | 78 ++++++++++++++++----------------- 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/jira/CHANGELOG.md | 4 ++ plugins/jira/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 +- 35 files changed, 155 insertions(+), 79 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 925d65a7..8cccae15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +### Bug Fixes + +- hide dataflow magnets if diagram is in readonly [#88](https://github.com/klarna-incubator/gram/issues/88) ([3e7b91c](https://github.com/klarna-incubator/gram/commit/3e7b91c57577b43b754207d244f3d34304225eb6)) +- hide note button if review has not started yet ([48ace6a](https://github.com/klarna-incubator/gram/commit/48ace6afe28d7549f22fcab3288b374537a9195e)) + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) ### Bug Fixes diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 3c16c63c..d9f38d7f 100644 --- a/api/CHANGELOG.md +++ b/api/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.9.2](https://github.com/klarna/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +### Bug Fixes + +- hide note button if review has not started yet ([48ace6a](https://github.com/klarna/gram/commit/48ace6afe28d7549f22fcab3288b374537a9195e)) + ## [4.9.1](https://github.com/klarna/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/api diff --git a/api/package.json b/api/package.json index e6bc95ce..9f095999 100644 --- a/api/package.json +++ b/api/package.json @@ -2,7 +2,7 @@ "name": "@gram/api", "private": true, "type": "module", - "version": "4.9.1", + "version": "4.9.2", "description": "API for threat modelling", "scripts": { "start": "NODE_ENV=development node dist/index.js", @@ -32,8 +32,8 @@ "node": "18" }, "dependencies": { - "@gram/config": "^4.9.1", - "@gram/core": "^4.9.1", + "@gram/config": "^4.9.2", + "@gram/core": "^4.9.2", "@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 35a76b4b..344ca7f4 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +### Bug Fixes + +- hide dataflow magnets if diagram is in readonly [#88](https://github.com/klarna-incubator/gram/issues/88) ([3e7b91c](https://github.com/klarna-incubator/gram/commit/3e7b91c57577b43b754207d244f3d34304225eb6)) +- hide note button if review has not started yet ([48ace6a](https://github.com/klarna-incubator/gram/commit/48ace6afe28d7549f22fcab3288b374537a9195e)) + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) ### Bug Fixes diff --git a/app/package.json b/app/package.json index 29e9d36c..dc22bf99 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "@gram/app", "proxy": "http://localhost:8080", - "version": "4.9.1", + "version": "4.9.2", "private": true, "engines": { "node": "18" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 0cc4bc75..c6d6a05c 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.9.2](https://github.com/klarna/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/config + ## [4.9.1](https://github.com/klarna/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/config diff --git a/config/package.json b/config/package.json index 284d312b..2cf02d61 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.9.1", + "version": "4.9.2", "description": "Gram Configuration", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -28,15 +28,15 @@ "node": "18" }, "dependencies": { - "@gram/aws": "*", - "@gram/azure": "*", - "@gram/cncf": "*", - "@gram/core": "*", - "@gram/kubernetes": "*", - "@gram/magiclink": "*", - "@gram/stride": "*", - "@gram/svgporn": "*", - "@gram/threatlib": "*", + "@gram/aws": "^4.9.2", + "@gram/azure": "^4.9.2", + "@gram/cncf": "^4.9.2", + "@gram/core": "^4.9.2", + "@gram/kubernetes": "^4.9.2", + "@gram/magiclink": "^4.9.2", + "@gram/stride": "^4.9.2", + "@gram/svgporn": "^4.9.2", + "@gram/threatlib": "^4.9.2", "dotenv": "^16.3.1" }, "devDependencies": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index aa254838..0d025782 100644 --- a/core/CHANGELOG.md +++ b/core/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.9.2](https://github.com/klarna/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/core + ## [4.9.1](https://github.com/klarna/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/core diff --git a/core/package.json b/core/package.json index 6604e599..d0286ded 100644 --- a/core/package.json +++ b/core/package.json @@ -2,7 +2,7 @@ "name": "@gram/core", "private": true, "type": "module", - "version": "4.9.1", + "version": "4.9.2", "description": "Core library for Gram backend stuff", "scripts": { "clean": "rimraf ./dist", diff --git a/lerna.json b/lerna.json index c3c4e989..bd1a7db5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "4.9.1", + "version": "4.9.2", "command": { "version": { "allowBranch": "main", diff --git a/package-lock.json b/package-lock.json index 2264cdd4..110535d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,11 +34,11 @@ }, "api": { "name": "@gram/api", - "version": "4.9.1", + "version": "4.9.2", "license": "Apache-2.0", "dependencies": { - "@gram/config": "^4.9.1", - "@gram/core": "^4.9.1", + "@gram/config": "^4.9.2", + "@gram/core": "^4.9.2", "@sentry/integrations": "^7.6.0", "@sentry/node": "^7.6.0", "@sentry/tracing": "^7.6.0", @@ -98,7 +98,7 @@ }, "app": { "name": "@gram/app", - "version": "4.9.1", + "version": "4.9.2", "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", @@ -144,18 +144,18 @@ }, "config": { "name": "@gram/config", - "version": "4.9.1", + "version": "4.9.2", "license": "Apache-2.0", "dependencies": { - "@gram/aws": "*", - "@gram/azure": "*", - "@gram/cncf": "*", - "@gram/core": "*", - "@gram/kubernetes": "*", - "@gram/magiclink": "*", - "@gram/stride": "*", - "@gram/svgporn": "*", - "@gram/threatlib": "*", + "@gram/aws": "^4.9.2", + "@gram/azure": "^4.9.2", + "@gram/cncf": "^4.9.2", + "@gram/core": "^4.9.2", + "@gram/kubernetes": "^4.9.2", + "@gram/magiclink": "^4.9.2", + "@gram/stride": "^4.9.2", + "@gram/svgporn": "^4.9.2", + "@gram/threatlib": "^4.9.2", "dotenv": "^16.3.1" }, "devDependencies": { @@ -168,7 +168,7 @@ }, "core": { "name": "@gram/core", - "version": "4.9.1", + "version": "4.9.2", "license": "Apache-2.0", "dependencies": { "@sentry/integrations": "^7.6.0", @@ -34196,10 +34196,10 @@ }, "plugins/aws": { "name": "@gram/aws", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1", + "@gram/core": "^4.9.2", "path": "^0.12.7" }, "devDependencies": { @@ -34208,26 +34208,26 @@ }, "plugins/azure": { "name": "@gram/azure", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1" + "@gram/core": "^4.9.2" } }, "plugins/cncf": { "name": "@gram/cncf", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1" + "@gram/core": "^4.9.2" } }, "plugins/github": { "name": "@gram/github", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1", + "@gram/core": "^4.9.2", "octokit": "^3.1.2", "postgres-migrations": "^5.3.0" }, @@ -34244,10 +34244,10 @@ }, "plugins/jira": { "name": "@gram/jira", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1", + "@gram/core": "^4.9.2", "node-fetch": "^3.3.2" } }, @@ -34270,18 +34270,18 @@ }, "plugins/kubernetes": { "name": "@gram/kubernetes", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1" + "@gram/core": "^4.9.2" } }, "plugins/ldap": { "name": "@gram/ldap", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1", + "@gram/core": "^4.9.2", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, @@ -34291,19 +34291,19 @@ }, "plugins/magiclink": { "name": "@gram/magiclink", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1", + "@gram/core": "^4.9.2", "pg": "^8.11.0" } }, "plugins/oidc": { "name": "@gram/oidc", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1", + "@gram/core": "^4.9.2", "hpagent": "^1.2.0", "openid-client": "^5.4.3" } @@ -34319,18 +34319,18 @@ }, "plugins/stride": { "name": "@gram/stride", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1" + "@gram/core": "^4.9.2" } }, "plugins/svgporn": { "name": "@gram/svgporn", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1" + "@gram/core": "^4.9.2" }, "devDependencies": { "@types/node": "^20.4.2" @@ -34338,10 +34338,10 @@ }, "plugins/threatlib": { "name": "@gram/threatlib", - "version": "4.9.1", + "version": "4.9.2", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1" + "@gram/core": "^4.9.2" } } } diff --git a/plugins/aws/CHANGELOG.md b/plugins/aws/CHANGELOG.md index 9d86b888..03d6325c 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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/aws + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/aws diff --git a/plugins/aws/package.json b/plugins/aws/package.json index b6065ed6..e34b6fa8 100644 --- a/plugins/aws/package.json +++ b/plugins/aws/package.json @@ -6,7 +6,7 @@ "files": [ "dist" ], - "version": "4.9.1", + "version": "4.9.2", "description": "AWS icons for Gram", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1", + "@gram/core": "^4.9.2", "path": "^0.12.7" }, "private": true, diff --git a/plugins/azure/CHANGELOG.md b/plugins/azure/CHANGELOG.md index 01e8dc60..ae9b8f52 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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/azure + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/azure diff --git a/plugins/azure/package.json b/plugins/azure/package.json index 4e6163aa..e1f9b5f9 100644 --- a/plugins/azure/package.json +++ b/plugins/azure/package.json @@ -1,6 +1,6 @@ { "name": "@gram/azure", - "version": "4.9.1", + "version": "4.9.2", "type": "module", "description": "Azure icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1" + "@gram/core": "^4.9.2" }, "private": true } diff --git a/plugins/cncf/CHANGELOG.md b/plugins/cncf/CHANGELOG.md index 4306044a..c4cc5c82 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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/cncf + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/cncf diff --git a/plugins/cncf/package.json b/plugins/cncf/package.json index c54cd089..7046c335 100644 --- a/plugins/cncf/package.json +++ b/plugins/cncf/package.json @@ -1,6 +1,6 @@ { "name": "@gram/cncf", - "version": "4.9.1", + "version": "4.9.2", "type": "module", "description": "CNCF icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1" + "@gram/core": "^4.9.2" }, "private": true } diff --git a/plugins/github/CHANGELOG.md b/plugins/github/CHANGELOG.md index 5983bd96..2a25c313 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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/github + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/github diff --git a/plugins/github/package.json b/plugins/github/package.json index e3b1fb4d..67bb58d2 100644 --- a/plugins/github/package.json +++ b/plugins/github/package.json @@ -1,7 +1,7 @@ { "name": "@gram/github", "type": "module", - "version": "4.9.1", + "version": "4.9.2", "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.9.1", + "@gram/core": "^4.9.2", "octokit": "^3.1.2", "postgres-migrations": "^5.3.0" }, diff --git a/plugins/jira/CHANGELOG.md b/plugins/jira/CHANGELOG.md index 53ed932c..4b83741a 100644 --- a/plugins/jira/CHANGELOG.md +++ b/plugins/jira/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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/jira + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) ### Bug Fixes diff --git a/plugins/jira/package.json b/plugins/jira/package.json index 53a2c8ca..a3c32453 100644 --- a/plugins/jira/package.json +++ b/plugins/jira/package.json @@ -1,7 +1,7 @@ { "name": "@gram/jira", "type": "module", - "version": "4.9.1", + "version": "4.9.2", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,7 +18,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1", + "@gram/core": "^4.9.2", "node-fetch": "^3.3.2" } } diff --git a/plugins/kubernetes/CHANGELOG.md b/plugins/kubernetes/CHANGELOG.md index 8d4f99ac..8058b3e6 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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/kubernetes + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/kubernetes diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index 4b8b7b66..2835bd9e 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -1,6 +1,6 @@ { "name": "@gram/kubernetes", - "version": "4.9.1", + "version": "4.9.2", "type": "module", "description": "Kubernetes icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1" + "@gram/core": "^4.9.2" }, "private": true } diff --git a/plugins/ldap/CHANGELOG.md b/plugins/ldap/CHANGELOG.md index dea31505..9a634a5e 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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/ldap + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/ldap diff --git a/plugins/ldap/package.json b/plugins/ldap/package.json index c7158a18..514382eb 100644 --- a/plugins/ldap/package.json +++ b/plugins/ldap/package.json @@ -1,7 +1,7 @@ { "name": "@gram/ldap", "type": "module", - "version": "4.9.1", + "version": "4.9.2", "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.9.1", + "@gram/core": "^4.9.2", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, diff --git a/plugins/magiclink/CHANGELOG.md b/plugins/magiclink/CHANGELOG.md index 666b68b4..6f0716f5 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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/magiclink + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/magiclink diff --git a/plugins/magiclink/package.json b/plugins/magiclink/package.json index a4ff4af6..8311c534 100644 --- a/plugins/magiclink/package.json +++ b/plugins/magiclink/package.json @@ -1,7 +1,7 @@ { "name": "@gram/magiclink", "type": "module", - "version": "4.9.1", + "version": "4.9.2", "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.9.1", + "@gram/core": "^4.9.2", "pg": "^8.11.0" }, "private": true diff --git a/plugins/oidc/CHANGELOG.md b/plugins/oidc/CHANGELOG.md index 9d476d72..c64cc481 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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/oidc + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/oidc diff --git a/plugins/oidc/package.json b/plugins/oidc/package.json index b2ce052c..4c9c8d1c 100644 --- a/plugins/oidc/package.json +++ b/plugins/oidc/package.json @@ -1,7 +1,7 @@ { "name": "@gram/oidc", "type": "module", - "version": "4.9.1", + "version": "4.9.2", "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.9.1", + "@gram/core": "^4.9.2", "hpagent": "^1.2.0", "openid-client": "^5.4.3" }, diff --git a/plugins/stride/CHANGELOG.md b/plugins/stride/CHANGELOG.md index b72efe6e..5384c32f 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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/stride + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/stride diff --git a/plugins/stride/package.json b/plugins/stride/package.json index 67acab10..536f5bf6 100644 --- a/plugins/stride/package.json +++ b/plugins/stride/package.json @@ -1,7 +1,7 @@ { "name": "@gram/stride", "type": "module", - "version": "4.9.1", + "version": "4.9.2", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1" + "@gram/core": "^4.9.2" } } diff --git a/plugins/svgporn/CHANGELOG.md b/plugins/svgporn/CHANGELOG.md index 82c57a83..58b3d72b 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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/svgporn + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/svgporn diff --git a/plugins/svgporn/package.json b/plugins/svgporn/package.json index 48b894a3..25012d28 100644 --- a/plugins/svgporn/package.json +++ b/plugins/svgporn/package.json @@ -1,7 +1,7 @@ { "name": "@gram/svgporn", "type": "module", - "version": "4.9.1", + "version": "4.9.2", "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.9.1" + "@gram/core": "^4.9.2" }, "devDependencies": { "@types/node": "^20.4.2" diff --git a/plugins/threatlib/CHANGELOG.md b/plugins/threatlib/CHANGELOG.md index 52073fff..dccaecb4 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.9.2](https://github.com/klarna-incubator/gram/compare/v4.9.1...v4.9.2) (2024-03-06) + +**Note:** Version bump only for package @gram/threatlib + ## [4.9.1](https://github.com/klarna-incubator/gram/compare/v4.9.0...v4.9.1) (2024-02-01) **Note:** Version bump only for package @gram/threatlib diff --git a/plugins/threatlib/package.json b/plugins/threatlib/package.json index e87cb31d..fa6a00fb 100644 --- a/plugins/threatlib/package.json +++ b/plugins/threatlib/package.json @@ -1,7 +1,7 @@ { "name": "@gram/threatlib", "type": "module", - "version": "4.9.1", + "version": "4.9.2", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.9.1" + "@gram/core": "^4.9.2" } }