From b2652f9ef6a14cdc768ac413f8b5d4a0b33374ba Mon Sep 17 00:00:00 2001 From: Joakim Uddholm Date: Tue, 23 Jul 2024 13:59:21 +0200 Subject: [PATCH] v4.14.1 --- CHANGELOG.md | 6 +++ api/CHANGELOG.md | 4 ++ api/package.json | 6 +-- app/CHANGELOG.md | 6 +++ 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, 151 insertions(+), 79 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa2c26d..a5c9adbc 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +### Bug Fixes + +- dataflows should no longer break when clicked after initially being added ([0ac54d3](https://github.com/klarna-incubator/gram/commit/0ac54d3d27af42d079244922459d6ac59ab13d2a)) + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) ### Bug Fixes diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index b44a421e..3f55a445 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.14.1](https://github.com/klarna/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/api + # [4.14.0](https://github.com/klarna/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/api diff --git a/api/package.json b/api/package.json index e5382038..f0137782 100644 --- a/api/package.json +++ b/api/package.json @@ -2,7 +2,7 @@ "name": "@gram/api", "private": true, "type": "module", - "version": "4.14.0", + "version": "4.14.1", "description": "API for threat modelling", "scripts": { "start": "NODE_ENV=development node dist/index.js", @@ -32,8 +32,8 @@ "node": "20" }, "dependencies": { - "@gram/config": "^4.14.0", - "@gram/core": "^4.14.0", + "@gram/config": "^4.14.1", + "@gram/core": "^4.14.1", "@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 476313de..c530af50 100644 --- a/app/CHANGELOG.md +++ b/app/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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +### Bug Fixes + +- dataflows should no longer break when clicked after initially being added ([0ac54d3](https://github.com/klarna-incubator/gram/commit/0ac54d3d27af42d079244922459d6ac59ab13d2a)) + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) ### Bug Fixes diff --git a/app/package.json b/app/package.json index 0a1a8158..cee4c76a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "@gram/app", "proxy": "http://localhost:8080", - "version": "4.14.0", + "version": "4.14.1", "private": true, "engines": { "node": "20" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 11d2d527..59a2d61f 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.14.1](https://github.com/klarna/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/config + # [4.14.0](https://github.com/klarna/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/config diff --git a/config/package.json b/config/package.json index 0bd822eb..7fe83a42 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.14.0", + "version": "4.14.1", "description": "Gram Configuration", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -28,15 +28,15 @@ "node": "20" }, "dependencies": { - "@gram/aws": "^4.14.0", - "@gram/azure": "^4.14.0", - "@gram/cncf": "^4.14.0", - "@gram/core": "^4.14.0", - "@gram/kubernetes": "^4.14.0", - "@gram/magiclink": "^4.14.0", - "@gram/stride": "^4.14.0", - "@gram/svgporn": "^4.14.0", - "@gram/threatlib": "^4.14.0", + "@gram/aws": "^4.14.1", + "@gram/azure": "^4.14.1", + "@gram/cncf": "^4.14.1", + "@gram/core": "^4.14.1", + "@gram/kubernetes": "^4.14.1", + "@gram/magiclink": "^4.14.1", + "@gram/stride": "^4.14.1", + "@gram/svgporn": "^4.14.1", + "@gram/threatlib": "^4.14.1", "dotenv": "^16.3.1" }, "devDependencies": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 69709eaf..24b449a9 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.14.1](https://github.com/klarna/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/core + # [4.14.0](https://github.com/klarna/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/core diff --git a/core/package.json b/core/package.json index c5bff2ca..10851830 100644 --- a/core/package.json +++ b/core/package.json @@ -2,7 +2,7 @@ "name": "@gram/core", "private": true, "type": "module", - "version": "4.14.0", + "version": "4.14.1", "description": "Core library for Gram backend stuff", "scripts": { "clean": "rimraf ./dist", diff --git a/lerna.json b/lerna.json index a01a78fe..0186f732 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "4.14.0", + "version": "4.14.1", "command": { "version": { "allowBranch": "main", diff --git a/package-lock.json b/package-lock.json index 31197dc1..30a89303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,11 +36,11 @@ }, "api": { "name": "@gram/api", - "version": "4.14.0", + "version": "4.14.1", "license": "Apache-2.0", "dependencies": { - "@gram/config": "^4.14.0", - "@gram/core": "^4.14.0", + "@gram/config": "^4.14.1", + "@gram/core": "^4.14.1", "@sentry/integrations": "^7.6.0", "@sentry/node": "^7.6.0", "@sentry/tracing": "^7.6.0", @@ -120,7 +120,7 @@ }, "app": { "name": "@gram/app", - "version": "4.14.0", + "version": "4.14.1", "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", @@ -165,18 +165,18 @@ }, "config": { "name": "@gram/config", - "version": "4.14.0", + "version": "4.14.1", "license": "Apache-2.0", "dependencies": { - "@gram/aws": "^4.14.0", - "@gram/azure": "^4.14.0", - "@gram/cncf": "^4.14.0", - "@gram/core": "^4.14.0", - "@gram/kubernetes": "^4.14.0", - "@gram/magiclink": "^4.14.0", - "@gram/stride": "^4.14.0", - "@gram/svgporn": "^4.14.0", - "@gram/threatlib": "^4.14.0", + "@gram/aws": "^4.14.1", + "@gram/azure": "^4.14.1", + "@gram/cncf": "^4.14.1", + "@gram/core": "^4.14.1", + "@gram/kubernetes": "^4.14.1", + "@gram/magiclink": "^4.14.1", + "@gram/stride": "^4.14.1", + "@gram/svgporn": "^4.14.1", + "@gram/threatlib": "^4.14.1", "dotenv": "^16.3.1" }, "devDependencies": { @@ -189,7 +189,7 @@ }, "core": { "name": "@gram/core", - "version": "4.14.0", + "version": "4.14.1", "license": "Apache-2.0", "dependencies": { "@sentry/integrations": "^7.6.0", @@ -33219,10 +33219,10 @@ }, "plugins/aws": { "name": "@gram/aws", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0", + "@gram/core": "^4.14.1", "path": "^0.12.7" }, "devDependencies": { @@ -33231,26 +33231,26 @@ }, "plugins/azure": { "name": "@gram/azure", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0" + "@gram/core": "^4.14.1" } }, "plugins/cncf": { "name": "@gram/cncf", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0" + "@gram/core": "^4.14.1" } }, "plugins/github": { "name": "@gram/github", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0", + "@gram/core": "^4.14.1", "octokit": "^3.1.2", "postgres-migrations": "^5.3.0" }, @@ -33267,10 +33267,10 @@ }, "plugins/jira": { "name": "@gram/jira", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0", + "@gram/core": "^4.14.1", "node-fetch": "^3.3.2" } }, @@ -33293,18 +33293,18 @@ }, "plugins/kubernetes": { "name": "@gram/kubernetes", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0" + "@gram/core": "^4.14.1" } }, "plugins/ldap": { "name": "@gram/ldap", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0", + "@gram/core": "^4.14.1", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, @@ -33314,19 +33314,19 @@ }, "plugins/magiclink": { "name": "@gram/magiclink", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0", + "@gram/core": "^4.14.1", "pg": "^8.11.0" } }, "plugins/oidc": { "name": "@gram/oidc", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0", + "@gram/core": "^4.14.1", "hpagent": "^1.2.0", "openid-client": "^5.4.3" } @@ -33342,18 +33342,18 @@ }, "plugins/stride": { "name": "@gram/stride", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0" + "@gram/core": "^4.14.1" } }, "plugins/svgporn": { "name": "@gram/svgporn", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0" + "@gram/core": "^4.14.1" }, "devDependencies": { "@types/node": "^20.4.2" @@ -33361,10 +33361,10 @@ }, "plugins/threatlib": { "name": "@gram/threatlib", - "version": "4.14.0", + "version": "4.14.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0" + "@gram/core": "^4.14.1" } } } diff --git a/plugins/aws/CHANGELOG.md b/plugins/aws/CHANGELOG.md index f8dc3f44..3e3c4ebc 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/aws + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) ### Features diff --git a/plugins/aws/package.json b/plugins/aws/package.json index 8e6c96c8..6a9054a0 100644 --- a/plugins/aws/package.json +++ b/plugins/aws/package.json @@ -6,7 +6,7 @@ "files": [ "dist" ], - "version": "4.14.0", + "version": "4.14.1", "description": "AWS icons for Gram", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0", + "@gram/core": "^4.14.1", "path": "^0.12.7" }, "private": true, diff --git a/plugins/azure/CHANGELOG.md b/plugins/azure/CHANGELOG.md index 384523f0..bc819a56 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/azure + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/azure diff --git a/plugins/azure/package.json b/plugins/azure/package.json index 516b319e..324a44ba 100644 --- a/plugins/azure/package.json +++ b/plugins/azure/package.json @@ -1,6 +1,6 @@ { "name": "@gram/azure", - "version": "4.14.0", + "version": "4.14.1", "type": "module", "description": "Azure icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0" + "@gram/core": "^4.14.1" }, "private": true } diff --git a/plugins/cncf/CHANGELOG.md b/plugins/cncf/CHANGELOG.md index 84f106c4..e602dd66 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/cncf + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/cncf diff --git a/plugins/cncf/package.json b/plugins/cncf/package.json index edbbfacc..09a8f747 100644 --- a/plugins/cncf/package.json +++ b/plugins/cncf/package.json @@ -1,6 +1,6 @@ { "name": "@gram/cncf", - "version": "4.14.0", + "version": "4.14.1", "type": "module", "description": "CNCF icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0" + "@gram/core": "^4.14.1" }, "private": true } diff --git a/plugins/github/CHANGELOG.md b/plugins/github/CHANGELOG.md index 7f8ae8e6..015dfd79 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/github + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/github diff --git a/plugins/github/package.json b/plugins/github/package.json index 7a2ac53b..3f07893f 100644 --- a/plugins/github/package.json +++ b/plugins/github/package.json @@ -1,7 +1,7 @@ { "name": "@gram/github", "type": "module", - "version": "4.14.0", + "version": "4.14.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.14.0", + "@gram/core": "^4.14.1", "octokit": "^3.1.2", "postgres-migrations": "^5.3.0" }, diff --git a/plugins/jira/CHANGELOG.md b/plugins/jira/CHANGELOG.md index 95018f36..ad60e28e 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/jira + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/jira diff --git a/plugins/jira/package.json b/plugins/jira/package.json index c1384f35..beac9820 100644 --- a/plugins/jira/package.json +++ b/plugins/jira/package.json @@ -1,7 +1,7 @@ { "name": "@gram/jira", "type": "module", - "version": "4.14.0", + "version": "4.14.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,7 +18,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0", + "@gram/core": "^4.14.1", "node-fetch": "^3.3.2" } } diff --git a/plugins/kubernetes/CHANGELOG.md b/plugins/kubernetes/CHANGELOG.md index f2b3fd9b..e6370c58 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/kubernetes + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/kubernetes diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index 21a0904a..c034beb0 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -1,6 +1,6 @@ { "name": "@gram/kubernetes", - "version": "4.14.0", + "version": "4.14.1", "type": "module", "description": "Kubernetes icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0" + "@gram/core": "^4.14.1" }, "private": true } diff --git a/plugins/ldap/CHANGELOG.md b/plugins/ldap/CHANGELOG.md index 02295f2e..00f1f12e 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/ldap + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/ldap diff --git a/plugins/ldap/package.json b/plugins/ldap/package.json index 3cbdbe3a..76e36dde 100644 --- a/plugins/ldap/package.json +++ b/plugins/ldap/package.json @@ -1,7 +1,7 @@ { "name": "@gram/ldap", "type": "module", - "version": "4.14.0", + "version": "4.14.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.14.0", + "@gram/core": "^4.14.1", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, diff --git a/plugins/magiclink/CHANGELOG.md b/plugins/magiclink/CHANGELOG.md index 0e0f6a3e..8cc9d6f1 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/magiclink + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/magiclink diff --git a/plugins/magiclink/package.json b/plugins/magiclink/package.json index 757f61a2..b1ea3471 100644 --- a/plugins/magiclink/package.json +++ b/plugins/magiclink/package.json @@ -1,7 +1,7 @@ { "name": "@gram/magiclink", "type": "module", - "version": "4.14.0", + "version": "4.14.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.14.0", + "@gram/core": "^4.14.1", "pg": "^8.11.0" }, "private": true diff --git a/plugins/oidc/CHANGELOG.md b/plugins/oidc/CHANGELOG.md index b627993a..4daf7a80 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/oidc + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/oidc diff --git a/plugins/oidc/package.json b/plugins/oidc/package.json index 0b02a064..2798479f 100644 --- a/plugins/oidc/package.json +++ b/plugins/oidc/package.json @@ -1,7 +1,7 @@ { "name": "@gram/oidc", "type": "module", - "version": "4.14.0", + "version": "4.14.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.14.0", + "@gram/core": "^4.14.1", "hpagent": "^1.2.0", "openid-client": "^5.4.3" }, diff --git a/plugins/stride/CHANGELOG.md b/plugins/stride/CHANGELOG.md index 95819f64..044ffe33 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/stride + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/stride diff --git a/plugins/stride/package.json b/plugins/stride/package.json index 34a557c7..4ffb9f52 100644 --- a/plugins/stride/package.json +++ b/plugins/stride/package.json @@ -1,7 +1,7 @@ { "name": "@gram/stride", "type": "module", - "version": "4.14.0", + "version": "4.14.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0" + "@gram/core": "^4.14.1" } } diff --git a/plugins/svgporn/CHANGELOG.md b/plugins/svgporn/CHANGELOG.md index 38d0c95e..6d1bd2c6 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/svgporn + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/svgporn diff --git a/plugins/svgporn/package.json b/plugins/svgporn/package.json index 20a28d48..ce1c7eb2 100644 --- a/plugins/svgporn/package.json +++ b/plugins/svgporn/package.json @@ -1,7 +1,7 @@ { "name": "@gram/svgporn", "type": "module", - "version": "4.14.0", + "version": "4.14.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.14.0" + "@gram/core": "^4.14.1" }, "devDependencies": { "@types/node": "^20.4.2" diff --git a/plugins/threatlib/CHANGELOG.md b/plugins/threatlib/CHANGELOG.md index 0175382e..bbc18486 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.14.1](https://github.com/klarna-incubator/gram/compare/v4.14.0...v4.14.1) (2024-07-23) + +**Note:** Version bump only for package @gram/threatlib + # [4.14.0](https://github.com/klarna-incubator/gram/compare/v4.13.0...v4.14.0) (2024-07-18) **Note:** Version bump only for package @gram/threatlib diff --git a/plugins/threatlib/package.json b/plugins/threatlib/package.json index e4b56f0b..d8bd03ea 100644 --- a/plugins/threatlib/package.json +++ b/plugins/threatlib/package.json @@ -1,7 +1,7 @@ { "name": "@gram/threatlib", "type": "module", - "version": "4.14.0", + "version": "4.14.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.14.0" + "@gram/core": "^4.14.1" } }