diff --git a/CHANGELOG.md b/CHANGELOG.md index 7088c38c..c4243bff 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +### Bug Fixes + +- set the overloaded pagesize this time as well, also 8 fits on the page, not 9 ([89eed65](https://github.com/klarna-incubator/gram/commit/89eed65efc080f81c2c92713930c633198b7d7ed)) + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) ### Bug Fixes diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index eb0e4270..1376c2df 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.20.3](https://github.com/klarna/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/api + ## [4.20.2](https://github.com/klarna/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/api diff --git a/api/package.json b/api/package.json index 9cf9b04d..4c02876c 100644 --- a/api/package.json +++ b/api/package.json @@ -2,7 +2,7 @@ "name": "@gram/api", "private": true, "type": "module", - "version": "4.20.2", + "version": "4.20.3", "description": "API for threat modelling", "scripts": { "start": "NODE_ENV=development node dist/index.js", @@ -32,8 +32,8 @@ "node": "20" }, "dependencies": { - "@gram/config": "^4.20.2", - "@gram/core": "^4.20.2", + "@gram/config": "^4.20.3", + "@gram/core": "^4.20.3", "@sentry/node": "^8.35.0", "@sentry/profiling-node": "^8.35.0", "cookie-parser": "^1.4.7", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index d23c4c1d..f9f1b885 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +### Bug Fixes + +- set the overloaded pagesize this time as well, also 8 fits on the page, not 9 ([89eed65](https://github.com/klarna-incubator/gram/commit/89eed65efc080f81c2c92713930c633198b7d7ed)) + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) ### Bug Fixes diff --git a/app/package.json b/app/package.json index 1805f48e..f5f27abb 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "@gram/app", "proxy": "http://localhost:8080", - "version": "4.20.2", + "version": "4.20.3", "private": true, "engines": { "node": "20" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 34635ece..35d02725 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.20.3](https://github.com/klarna/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/config + ## [4.20.2](https://github.com/klarna/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/config diff --git a/config/package.json b/config/package.json index 909c7d7b..1a09cc6f 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.20.2", + "version": "4.20.3", "description": "Gram Configuration", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -28,15 +28,15 @@ "node": "20" }, "dependencies": { - "@gram/aws": "^4.20.2", - "@gram/azure": "^4.20.2", - "@gram/cncf": "^4.20.2", - "@gram/core": "^4.20.2", - "@gram/kubernetes": "^4.20.2", - "@gram/magiclink": "^4.20.2", - "@gram/stride": "^4.20.2", - "@gram/svgporn": "^4.20.2", - "@gram/threatlib": "^4.20.2", + "@gram/aws": "^4.20.3", + "@gram/azure": "^4.20.3", + "@gram/cncf": "^4.20.3", + "@gram/core": "^4.20.3", + "@gram/kubernetes": "^4.20.3", + "@gram/magiclink": "^4.20.3", + "@gram/stride": "^4.20.3", + "@gram/svgporn": "^4.20.3", + "@gram/threatlib": "^4.20.3", "dotenv": "^16.3.1" }, "devDependencies": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index a1d2606f..ce865e7f 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.20.3](https://github.com/klarna/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/core + ## [4.20.2](https://github.com/klarna/gram/compare/v4.20.1...v4.20.2) (2024-11-26) ### Bug Fixes diff --git a/core/package.json b/core/package.json index bd17f4f9..0857046f 100644 --- a/core/package.json +++ b/core/package.json @@ -2,7 +2,7 @@ "name": "@gram/core", "private": true, "type": "module", - "version": "4.20.2", + "version": "4.20.3", "description": "Core library for Gram backend stuff", "scripts": { "clean": "rimraf ./dist", diff --git a/lerna.json b/lerna.json index f6aa5cb4..5619aaaf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "4.20.2", + "version": "4.20.3", "command": { "version": { "allowBranch": "main", diff --git a/package-lock.json b/package-lock.json index 98260ecc..e8881e76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,11 +36,11 @@ }, "api": { "name": "@gram/api", - "version": "4.20.2", + "version": "4.20.3", "license": "Apache-2.0", "dependencies": { - "@gram/config": "^4.20.2", - "@gram/core": "^4.20.2", + "@gram/config": "^4.20.3", + "@gram/core": "^4.20.3", "@sentry/node": "^8.35.0", "@sentry/profiling-node": "^8.35.0", "cookie-parser": "^1.4.7", @@ -181,7 +181,7 @@ }, "app": { "name": "@gram/app", - "version": "4.20.2", + "version": "4.20.3", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", @@ -228,18 +228,18 @@ }, "config": { "name": "@gram/config", - "version": "4.20.2", + "version": "4.20.3", "license": "Apache-2.0", "dependencies": { - "@gram/aws": "^4.20.2", - "@gram/azure": "^4.20.2", - "@gram/cncf": "^4.20.2", - "@gram/core": "^4.20.2", - "@gram/kubernetes": "^4.20.2", - "@gram/magiclink": "^4.20.2", - "@gram/stride": "^4.20.2", - "@gram/svgporn": "^4.20.2", - "@gram/threatlib": "^4.20.2", + "@gram/aws": "^4.20.3", + "@gram/azure": "^4.20.3", + "@gram/cncf": "^4.20.3", + "@gram/core": "^4.20.3", + "@gram/kubernetes": "^4.20.3", + "@gram/magiclink": "^4.20.3", + "@gram/stride": "^4.20.3", + "@gram/svgporn": "^4.20.3", + "@gram/threatlib": "^4.20.3", "dotenv": "^16.3.1" }, "devDependencies": { @@ -252,7 +252,7 @@ }, "core": { "name": "@gram/core", - "version": "4.20.2", + "version": "4.20.3", "license": "Apache-2.0", "dependencies": { "@sentry/node": "^8.35.0", @@ -30850,35 +30850,35 @@ }, "plugins/aws": { "name": "@gram/aws", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2", + "@gram/core": "^4.20.3", "path": "^0.12.7" } }, "plugins/azure": { "name": "@gram/azure", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" } }, "plugins/cncf": { "name": "@gram/cncf", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" } }, "plugins/github": { "name": "@gram/github", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2", + "@gram/core": "^4.20.3", "octokit": "^3.1.2", "postgres-migrations": "^5.3.0" }, @@ -30894,10 +30894,10 @@ }, "plugins/jira": { "name": "@gram/jira", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2", + "@gram/core": "^4.20.3", "node-fetch": "^3.3.2" } }, @@ -30919,18 +30919,18 @@ }, "plugins/kubernetes": { "name": "@gram/kubernetes", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" } }, "plugins/ldap": { "name": "@gram/ldap", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2", + "@gram/core": "^4.20.3", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, @@ -30940,45 +30940,45 @@ }, "plugins/magiclink": { "name": "@gram/magiclink", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2", + "@gram/core": "^4.20.3", "pg": "^8.11.0" } }, "plugins/oidc": { "name": "@gram/oidc", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2", + "@gram/core": "^4.20.3", "hpagent": "^1.2.0", "openid-client": "^5.6.5" } }, "plugins/stride": { "name": "@gram/stride", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" } }, "plugins/svgporn": { "name": "@gram/svgporn", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" } }, "plugins/threatlib": { "name": "@gram/threatlib", - "version": "4.20.2", + "version": "4.20.3", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" } } } diff --git a/plugins/aws/CHANGELOG.md b/plugins/aws/CHANGELOG.md index 3d1fa027..75f86a52 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/aws + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/aws diff --git a/plugins/aws/package.json b/plugins/aws/package.json index 2c472e25..a85b9c7d 100644 --- a/plugins/aws/package.json +++ b/plugins/aws/package.json @@ -6,7 +6,7 @@ "files": [ "dist" ], - "version": "4.20.2", + "version": "4.20.3", "description": "AWS icons for Gram", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2", + "@gram/core": "^4.20.3", "path": "^0.12.7" }, "private": true diff --git a/plugins/azure/CHANGELOG.md b/plugins/azure/CHANGELOG.md index 56015cfc..7f82f424 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/azure + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/azure diff --git a/plugins/azure/package.json b/plugins/azure/package.json index 0dc5f3b9..f5737cfa 100644 --- a/plugins/azure/package.json +++ b/plugins/azure/package.json @@ -1,6 +1,6 @@ { "name": "@gram/azure", - "version": "4.20.2", + "version": "4.20.3", "type": "module", "description": "Azure icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" }, "private": true } diff --git a/plugins/cncf/CHANGELOG.md b/plugins/cncf/CHANGELOG.md index aedcbbed..87776856 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/cncf + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/cncf diff --git a/plugins/cncf/package.json b/plugins/cncf/package.json index d0064e0a..7d780f5c 100644 --- a/plugins/cncf/package.json +++ b/plugins/cncf/package.json @@ -1,6 +1,6 @@ { "name": "@gram/cncf", - "version": "4.20.2", + "version": "4.20.3", "type": "module", "description": "CNCF icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" }, "private": true } diff --git a/plugins/github/CHANGELOG.md b/plugins/github/CHANGELOG.md index 896106b5..a1b282a4 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/github + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/github diff --git a/plugins/github/package.json b/plugins/github/package.json index 63690eb9..cf056723 100644 --- a/plugins/github/package.json +++ b/plugins/github/package.json @@ -1,7 +1,7 @@ { "name": "@gram/github", "type": "module", - "version": "4.20.2", + "version": "4.20.3", "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.20.2", + "@gram/core": "^4.20.3", "octokit": "^3.1.2", "postgres-migrations": "^5.3.0" }, diff --git a/plugins/jira/CHANGELOG.md b/plugins/jira/CHANGELOG.md index 8c1d00ca..662c35db 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/jira + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/jira diff --git a/plugins/jira/package.json b/plugins/jira/package.json index 03e1183b..067bcb44 100644 --- a/plugins/jira/package.json +++ b/plugins/jira/package.json @@ -1,7 +1,7 @@ { "name": "@gram/jira", "type": "module", - "version": "4.20.2", + "version": "4.20.3", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,7 +18,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2", + "@gram/core": "^4.20.3", "node-fetch": "^3.3.2" } } diff --git a/plugins/kubernetes/CHANGELOG.md b/plugins/kubernetes/CHANGELOG.md index bffc0067..6d2a03c6 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/kubernetes + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/kubernetes diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index f2a7ee54..ba8ead7e 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -1,6 +1,6 @@ { "name": "@gram/kubernetes", - "version": "4.20.2", + "version": "4.20.3", "type": "module", "description": "Kubernetes icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" }, "private": true } diff --git a/plugins/ldap/CHANGELOG.md b/plugins/ldap/CHANGELOG.md index 667c1d0b..c643e480 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/ldap + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/ldap diff --git a/plugins/ldap/package.json b/plugins/ldap/package.json index 94724cec..58d11f1f 100644 --- a/plugins/ldap/package.json +++ b/plugins/ldap/package.json @@ -1,7 +1,7 @@ { "name": "@gram/ldap", "type": "module", - "version": "4.20.2", + "version": "4.20.3", "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.20.2", + "@gram/core": "^4.20.3", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, diff --git a/plugins/magiclink/CHANGELOG.md b/plugins/magiclink/CHANGELOG.md index dfc4ab23..27788815 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/magiclink + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/magiclink diff --git a/plugins/magiclink/package.json b/plugins/magiclink/package.json index ed17353d..081db25c 100644 --- a/plugins/magiclink/package.json +++ b/plugins/magiclink/package.json @@ -1,7 +1,7 @@ { "name": "@gram/magiclink", "type": "module", - "version": "4.20.2", + "version": "4.20.3", "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.20.2", + "@gram/core": "^4.20.3", "pg": "^8.11.0" }, "private": true diff --git a/plugins/oidc/CHANGELOG.md b/plugins/oidc/CHANGELOG.md index 3835e1ad..086710e8 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/oidc + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/oidc diff --git a/plugins/oidc/package.json b/plugins/oidc/package.json index 51225d3e..dbe956b4 100644 --- a/plugins/oidc/package.json +++ b/plugins/oidc/package.json @@ -1,7 +1,7 @@ { "name": "@gram/oidc", "type": "module", - "version": "4.20.2", + "version": "4.20.3", "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.20.2", + "@gram/core": "^4.20.3", "hpagent": "^1.2.0", "openid-client": "^5.6.5" }, diff --git a/plugins/stride/CHANGELOG.md b/plugins/stride/CHANGELOG.md index a5b578d0..96801eac 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/stride + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/stride diff --git a/plugins/stride/package.json b/plugins/stride/package.json index b83c5f6e..516599e4 100644 --- a/plugins/stride/package.json +++ b/plugins/stride/package.json @@ -1,7 +1,7 @@ { "name": "@gram/stride", "type": "module", - "version": "4.20.2", + "version": "4.20.3", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" } } diff --git a/plugins/svgporn/CHANGELOG.md b/plugins/svgporn/CHANGELOG.md index 9e9b40aa..4e682ce2 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/svgporn + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/svgporn diff --git a/plugins/svgporn/package.json b/plugins/svgporn/package.json index 76a43a0d..9783e191 100644 --- a/plugins/svgporn/package.json +++ b/plugins/svgporn/package.json @@ -1,7 +1,7 @@ { "name": "@gram/svgporn", "type": "module", - "version": "4.20.2", + "version": "4.20.3", "description": "Taken from https://github.com/gilbarbara/logos", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" } } diff --git a/plugins/threatlib/CHANGELOG.md b/plugins/threatlib/CHANGELOG.md index 021eb1d5..2a977684 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.20.3](https://github.com/klarna-incubator/gram/compare/v4.20.2...v4.20.3) (2024-11-26) + +**Note:** Version bump only for package @gram/threatlib + ## [4.20.2](https://github.com/klarna-incubator/gram/compare/v4.20.1...v4.20.2) (2024-11-26) **Note:** Version bump only for package @gram/threatlib diff --git a/plugins/threatlib/package.json b/plugins/threatlib/package.json index 59df52b8..19806844 100644 --- a/plugins/threatlib/package.json +++ b/plugins/threatlib/package.json @@ -1,7 +1,7 @@ { "name": "@gram/threatlib", "type": "module", - "version": "4.20.2", + "version": "4.20.3", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.20.2" + "@gram/core": "^4.20.3" } }