diff --git a/CHANGELOG.md b/CHANGELOG.md index f046463c..e9513a84 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.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) + +### Bug Fixes + +- importing models with deleted components should no longer crash ([f5a2681](https://github.com/klarna-incubator/gram/commit/f5a2681ea30797b4f123e4a0fbf9765f7e53c4aa)) +- stop SeveritySlider from crashing if severity is null. ([25f7654](https://github.com/klarna-incubator/gram/commit/25f7654c051c17ef34c38e76b4a2dc04d4336541)) + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) ### Bug Fixes diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index aada9bb0..3aa0d175 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.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 + # [4.6.0](https://github.com/klarna/gram/compare/v4.5.1...v4.6.0) (2023-11-14) ### Bug Fixes diff --git a/api/package.json b/api/package.json index bc58e45e..8adcc30a 100644 --- a/api/package.json +++ b/api/package.json @@ -2,7 +2,7 @@ "name": "@gram/api", "private": true, "type": "module", - "version": "4.6.0", + "version": "4.6.1", "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.0", - "@gram/core": "^4.6.0", + "@gram/config": "^4.6.1", + "@gram/core": "^4.6.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 4b53cf91..196d2fb2 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.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14) + +### Bug Fixes + +- stop SeveritySlider from crashing if severity is null. ([25f7654](https://github.com/klarna-incubator/gram/commit/25f7654c051c17ef34c38e76b4a2dc04d4336541)) + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) ### Bug Fixes diff --git a/app/package.json b/app/package.json index f4488cf9..da9c8c72 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "@gram/app", "proxy": "http://localhost:8080", - "version": "4.6.0", + "version": "4.6.1", "private": true, "engines": { "node": "18" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index fc834fc9..641d7515 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.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 + # [4.6.0](https://github.com/klarna/gram/compare/v4.5.1...v4.6.0) (2023-11-14) ### Features diff --git a/config/package.json b/config/package.json index e36a8b5a..ce80a12b 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.0", + "version": "4.6.1", "description": "Gram Configuration", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -28,15 +28,15 @@ "node": "18" }, "dependencies": { - "@gram/aws": "^4.6.0", - "@gram/azure": "^4.6.0", - "@gram/cncf": "^4.6.0", - "@gram/core": "^4.6.0", - "@gram/kubernetes": "^4.6.0", - "@gram/magiclink": "^4.6.0", - "@gram/stride": "^4.6.0", - "@gram/svgporn": "^4.6.0", - "@gram/threatlib": "^4.6.0", + "@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", "dotenv": "^16.3.1" }, "devDependencies": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index c7b5e967..4b42e9b6 100644 --- a/core/CHANGELOG.md +++ b/core/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.6.1](https://github.com/klarna/gram/compare/v4.6.0...v4.6.1) (2023-11-14) + +### Bug Fixes + +- importing models with deleted components should no longer crash ([f5a2681](https://github.com/klarna/gram/commit/f5a2681ea30797b4f123e4a0fbf9765f7e53c4aa)) +- stop SeveritySlider from crashing if severity is null. ([25f7654](https://github.com/klarna/gram/commit/25f7654c051c17ef34c38e76b4a2dc04d4336541)) + # [4.6.0](https://github.com/klarna/gram/compare/v4.5.1...v4.6.0) (2023-11-14) ### Bug Fixes diff --git a/core/package.json b/core/package.json index 01253fdc..f2ede66e 100644 --- a/core/package.json +++ b/core/package.json @@ -2,7 +2,7 @@ "name": "@gram/core", "private": true, "type": "module", - "version": "4.6.0", + "version": "4.6.1", "description": "Core library for Gram backend stuff", "scripts": { "build": "tsc -p tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 18d61946..39d9010f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "4.6.0", + "version": "4.6.1", "command": { "version": { "allowBranch": "main", diff --git a/package-lock.json b/package-lock.json index 991e5658..2e3ce9b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "name": "gram", - "license": "ISC", + "license": "Apache License 2.0", "workspaces": [ "app", "api", @@ -34,11 +34,11 @@ }, "api": { "name": "@gram/api", - "version": "4.6.0", + "version": "4.6.1", "license": "Apache-2.0", "dependencies": { - "@gram/config": "^4.6.0", - "@gram/core": "^4.6.0", + "@gram/config": "^4.6.1", + "@gram/core": "^4.6.1", "@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.0", + "version": "4.6.1", "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", @@ -141,18 +141,18 @@ }, "config": { "name": "@gram/config", - "version": "4.6.0", + "version": "4.6.1", "license": "Apache-2.0", "dependencies": { - "@gram/aws": "^4.6.0", - "@gram/azure": "^4.6.0", - "@gram/cncf": "^4.6.0", - "@gram/core": "^4.6.0", - "@gram/kubernetes": "^4.6.0", - "@gram/magiclink": "^4.6.0", - "@gram/stride": "^4.6.0", - "@gram/svgporn": "^4.6.0", - "@gram/threatlib": "^4.6.0", + "@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", "dotenv": "^16.3.1" }, "devDependencies": { @@ -165,7 +165,7 @@ }, "core": { "name": "@gram/core", - "version": "4.6.0", + "version": "4.6.1", "license": "Apache-2.0", "dependencies": { "@sentry/integrations": "^7.6.0", @@ -33636,10 +33636,10 @@ }, "plugins/aws": { "name": "@gram/aws", - "version": "4.6.0", + "version": "4.6.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0", + "@gram/core": "^4.6.1", "path": "^0.12.7" }, "devDependencies": { @@ -33648,26 +33648,26 @@ }, "plugins/azure": { "name": "@gram/azure", - "version": "4.6.0", + "version": "4.6.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0" + "@gram/core": "^4.6.1" } }, "plugins/cncf": { "name": "@gram/cncf", - "version": "4.6.0", + "version": "4.6.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0" + "@gram/core": "^4.6.1" } }, "plugins/github": { "name": "@gram/github", - "version": "4.6.0", + "version": "4.6.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0", + "@gram/core": "^4.6.1", "octokit": "^2.0.11", "postgres-migrations": "^5.3.0" }, @@ -33684,18 +33684,18 @@ }, "plugins/kubernetes": { "name": "@gram/kubernetes", - "version": "4.6.0", + "version": "4.6.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0" + "@gram/core": "^4.6.1" } }, "plugins/ldap": { "name": "@gram/ldap", - "version": "4.6.0", + "version": "4.6.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0", + "@gram/core": "^4.6.1", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, @@ -33705,19 +33705,19 @@ }, "plugins/magiclink": { "name": "@gram/magiclink", - "version": "4.6.0", + "version": "4.6.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0", + "@gram/core": "^4.6.1", "pg": "^8.11.0" } }, "plugins/oidc": { "name": "@gram/oidc", - "version": "4.6.0", + "version": "4.6.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0", + "@gram/core": "^4.6.1", "hpagent": "^1.2.0", "openid-client": "^5.4.3" } @@ -33733,18 +33733,18 @@ }, "plugins/stride": { "name": "@gram/stride", - "version": "4.6.0", + "version": "4.6.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0" + "@gram/core": "^4.6.1" } }, "plugins/svgporn": { "name": "@gram/svgporn", - "version": "4.6.0", + "version": "4.6.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0" + "@gram/core": "^4.6.1" }, "devDependencies": { "@types/node": "^20.4.2" @@ -33752,10 +33752,10 @@ }, "plugins/threatlib": { "name": "@gram/threatlib", - "version": "4.6.0", + "version": "4.6.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0" + "@gram/core": "^4.6.1" } } } diff --git a/plugins/aws/CHANGELOG.md b/plugins/aws/CHANGELOG.md index 8849c0eb..2bbb57cf 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.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 + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) **Note:** Version bump only for package @gram/aws diff --git a/plugins/aws/package.json b/plugins/aws/package.json index 82ebd31c..1e00d3d1 100644 --- a/plugins/aws/package.json +++ b/plugins/aws/package.json @@ -6,7 +6,7 @@ "files": [ "dist" ], - "version": "4.6.0", + "version": "4.6.1", "description": "AWS icons for Gram", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0", + "@gram/core": "^4.6.1", "path": "^0.12.7" }, "private": true, diff --git a/plugins/azure/CHANGELOG.md b/plugins/azure/CHANGELOG.md index 9982a61c..9119b175 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.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 + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) **Note:** Version bump only for package @gram/azure diff --git a/plugins/azure/package.json b/plugins/azure/package.json index e23b2143..ef8b9b7c 100644 --- a/plugins/azure/package.json +++ b/plugins/azure/package.json @@ -1,6 +1,6 @@ { "name": "@gram/azure", - "version": "4.6.0", + "version": "4.6.1", "type": "module", "description": "Azure icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0" + "@gram/core": "^4.6.1" }, "private": true } diff --git a/plugins/cncf/CHANGELOG.md b/plugins/cncf/CHANGELOG.md index 6d6be584..8a5529c2 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.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 + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) **Note:** Version bump only for package @gram/cncf diff --git a/plugins/cncf/package.json b/plugins/cncf/package.json index c51e2144..1aa8e6a2 100644 --- a/plugins/cncf/package.json +++ b/plugins/cncf/package.json @@ -1,6 +1,6 @@ { "name": "@gram/cncf", - "version": "4.6.0", + "version": "4.6.1", "type": "module", "description": "CNCF icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0" + "@gram/core": "^4.6.1" }, "private": true } diff --git a/plugins/github/CHANGELOG.md b/plugins/github/CHANGELOG.md index 36b4a140..9b95a752 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.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 + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) **Note:** Version bump only for package @gram/github diff --git a/plugins/github/package.json b/plugins/github/package.json index 0779e982..672143f0 100644 --- a/plugins/github/package.json +++ b/plugins/github/package.json @@ -1,7 +1,7 @@ { "name": "@gram/github", "type": "module", - "version": "4.6.0", + "version": "4.6.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.6.0", + "@gram/core": "^4.6.1", "octokit": "^2.0.11", "postgres-migrations": "^5.3.0" }, diff --git a/plugins/kubernetes/CHANGELOG.md b/plugins/kubernetes/CHANGELOG.md index 2c6051ad..0196f45c 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.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 + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) **Note:** Version bump only for package @gram/kubernetes diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index de7c65a6..62f80d12 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -1,6 +1,6 @@ { "name": "@gram/kubernetes", - "version": "4.6.0", + "version": "4.6.1", "type": "module", "description": "Kubernetes icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0" + "@gram/core": "^4.6.1" }, "private": true } diff --git a/plugins/ldap/CHANGELOG.md b/plugins/ldap/CHANGELOG.md index 7eef9bd5..4f497625 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.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 + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) **Note:** Version bump only for package @gram/ldap diff --git a/plugins/ldap/package.json b/plugins/ldap/package.json index 8cdab8fa..66da3c14 100644 --- a/plugins/ldap/package.json +++ b/plugins/ldap/package.json @@ -1,7 +1,7 @@ { "name": "@gram/ldap", "type": "module", - "version": "4.6.0", + "version": "4.6.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.6.0", + "@gram/core": "^4.6.1", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, diff --git a/plugins/magiclink/CHANGELOG.md b/plugins/magiclink/CHANGELOG.md index 9bc13096..9786536f 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.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 + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) **Note:** Version bump only for package @gram/magiclink diff --git a/plugins/magiclink/package.json b/plugins/magiclink/package.json index a0a19efc..6a2fabae 100644 --- a/plugins/magiclink/package.json +++ b/plugins/magiclink/package.json @@ -1,7 +1,7 @@ { "name": "@gram/magiclink", "type": "module", - "version": "4.6.0", + "version": "4.6.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.6.0", + "@gram/core": "^4.6.1", "pg": "^8.11.0" }, "private": true diff --git a/plugins/oidc/CHANGELOG.md b/plugins/oidc/CHANGELOG.md index 24ea667e..bfa22adc 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.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 + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) **Note:** Version bump only for package @gram/oidc diff --git a/plugins/oidc/package.json b/plugins/oidc/package.json index ca4a013e..bb3cff0f 100644 --- a/plugins/oidc/package.json +++ b/plugins/oidc/package.json @@ -1,7 +1,7 @@ { "name": "@gram/oidc", "type": "module", - "version": "4.6.0", + "version": "4.6.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.6.0", + "@gram/core": "^4.6.1", "hpagent": "^1.2.0", "openid-client": "^5.4.3" }, diff --git a/plugins/stride/CHANGELOG.md b/plugins/stride/CHANGELOG.md index f193dac4..5154528b 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.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 + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) **Note:** Version bump only for package @gram/stride diff --git a/plugins/stride/package.json b/plugins/stride/package.json index 94a428ad..f3da35b7 100644 --- a/plugins/stride/package.json +++ b/plugins/stride/package.json @@ -1,7 +1,7 @@ { "name": "@gram/stride", "type": "module", - "version": "4.6.0", + "version": "4.6.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0" + "@gram/core": "^4.6.1" } } diff --git a/plugins/svgporn/CHANGELOG.md b/plugins/svgporn/CHANGELOG.md index f77b434d..d2c6c5d0 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.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 + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) **Note:** Version bump only for package @gram/svgporn diff --git a/plugins/svgporn/package.json b/plugins/svgporn/package.json index 6e6ee12e..617297c7 100644 --- a/plugins/svgporn/package.json +++ b/plugins/svgporn/package.json @@ -1,7 +1,7 @@ { "name": "@gram/svgporn", "type": "module", - "version": "4.6.0", + "version": "4.6.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.6.0" + "@gram/core": "^4.6.1" }, "devDependencies": { "@types/node": "^20.4.2" diff --git a/plugins/threatlib/CHANGELOG.md b/plugins/threatlib/CHANGELOG.md index 86a01573..6452ab95 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.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 + # [4.6.0](https://github.com/klarna-incubator/gram/compare/v4.5.1...v4.6.0) (2023-11-14) **Note:** Version bump only for package @gram/threatlib diff --git a/plugins/threatlib/package.json b/plugins/threatlib/package.json index 7b70e8f3..20610c3b 100644 --- a/plugins/threatlib/package.json +++ b/plugins/threatlib/package.json @@ -1,7 +1,7 @@ { "name": "@gram/threatlib", "type": "module", - "version": "4.6.0", + "version": "4.6.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.6.0" + "@gram/core": "^4.6.1" } }