diff --git a/CHANGELOG.md b/CHANGELOG.md index 3375136b..b674010f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +### Bug Fixes + +- bump vulnerable packages ([061a346](https://github.com/klarna-incubator/gram/commit/061a34660021db509c9eb1618a19d654b11e702b)) +- remove accidental core package ([4626cb8](https://github.com/klarna-incubator/gram/commit/4626cb896b02d44c7361d92e4bfbea67b59cff20)) +- remove core from package-lock as well ([bb0be3f](https://github.com/klarna-incubator/gram/commit/bb0be3fc379ae5e2dff31cb618de32a0be9a4879)) +- remove some unused sentry packages ([d4fb5bc](https://github.com/klarna-incubator/gram/commit/d4fb5bc2d0a2cb6945e539cc9b96162c2666bebc)) + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) ### Features diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index b216cdef..d10cb004 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.17.1](https://github.com/klarna/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +### Bug Fixes + +- bump vulnerable packages ([061a346](https://github.com/klarna/gram/commit/061a34660021db509c9eb1618a19d654b11e702b)) +- remove accidental core package ([4626cb8](https://github.com/klarna/gram/commit/4626cb896b02d44c7361d92e4bfbea67b59cff20)) +- remove some unused sentry packages ([d4fb5bc](https://github.com/klarna/gram/commit/d4fb5bc2d0a2cb6945e539cc9b96162c2666bebc)) + # [4.17.0](https://github.com/klarna/gram/compare/v4.16.0...v4.17.0) (2024-10-23) ### Features diff --git a/api/package.json b/api/package.json index cc37b353..a632c31f 100644 --- a/api/package.json +++ b/api/package.json @@ -2,7 +2,7 @@ "name": "@gram/api", "private": true, "type": "module", - "version": "4.17.0", + "version": "4.17.1", "description": "API for threat modelling", "scripts": { "start": "NODE_ENV=development node dist/index.js", @@ -32,11 +32,11 @@ "node": "20" }, "dependencies": { - "@gram/config": "^4.17.0", - "@gram/core": "^4.17.0", + "@gram/config": "^4.17.1", + "@gram/core": "^4.17.1", "@sentry/node": "^8.35.0", - "@sentry/profiling-node": "^8.35.0", - "cookie-parser": "^1.4.7", + "@sentry/profiling-node": "^8.35.0", + "cookie-parser": "^1.4.7", "express": "^4.21.1", "express-async-error-wrapper": "^1.0.4", "express-physical": "^2.0.0", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index a86e600d..0f5d87b4 100644 --- a/app/CHANGELOG.md +++ b/app/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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/app + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) ### Features diff --git a/app/package.json b/app/package.json index 9782ab0b..8c2e1225 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "@gram/app", "proxy": "http://localhost:8080", - "version": "4.17.0", + "version": "4.17.1", "private": true, "engines": { "node": "20" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 4a193ab6..32c2d1b1 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.17.1](https://github.com/klarna/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/config + # [4.17.0](https://github.com/klarna/gram/compare/v4.16.0...v4.17.0) (2024-10-23) ### Features diff --git a/config/package.json b/config/package.json index 81fa481c..14fffc8b 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.17.0", + "version": "4.17.1", "description": "Gram Configuration", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -28,15 +28,15 @@ "node": "20" }, "dependencies": { - "@gram/aws": "^4.17.0", - "@gram/azure": "^4.17.0", - "@gram/cncf": "^4.17.0", - "@gram/core": "^4.17.0", - "@gram/kubernetes": "^4.17.0", - "@gram/magiclink": "^4.17.0", - "@gram/stride": "^4.17.0", - "@gram/svgporn": "^4.17.0", - "@gram/threatlib": "^4.17.0", + "@gram/aws": "^4.17.1", + "@gram/azure": "^4.17.1", + "@gram/cncf": "^4.17.1", + "@gram/core": "^4.17.1", + "@gram/kubernetes": "^4.17.1", + "@gram/magiclink": "^4.17.1", + "@gram/stride": "^4.17.1", + "@gram/svgporn": "^4.17.1", + "@gram/threatlib": "^4.17.1", "dotenv": "^16.3.1" }, "devDependencies": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index e87b66da..a1a60f3e 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.17.1](https://github.com/klarna/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +### Bug Fixes + +- bump vulnerable packages ([061a346](https://github.com/klarna/gram/commit/061a34660021db509c9eb1618a19d654b11e702b)) +- remove some unused sentry packages ([d4fb5bc](https://github.com/klarna/gram/commit/d4fb5bc2d0a2cb6945e539cc9b96162c2666bebc)) + # [4.17.0](https://github.com/klarna/gram/compare/v4.16.0...v4.17.0) (2024-10-23) ### Features diff --git a/core/package.json b/core/package.json index 1e9bc8a7..6a559805 100644 --- a/core/package.json +++ b/core/package.json @@ -2,7 +2,7 @@ "name": "@gram/core", "private": true, "type": "module", - "version": "4.17.0", + "version": "4.17.1", "description": "Core library for Gram backend stuff", "scripts": { "clean": "rimraf ./dist", @@ -33,9 +33,9 @@ "engines": { "node": "20" }, - "dependencies": { + "dependencies": { "@sentry/node": "^8.35.0", - "@sentry/profiling-node": "^8.35.0", + "@sentry/profiling-node": "^8.35.0", "emailjs": "^4.0.3", "express": "^4.21.1", "global-agent": "^3.0.0", diff --git a/lerna.json b/lerna.json index 8e940c36..66da8e5c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "4.17.0", + "version": "4.17.1", "command": { "version": { "allowBranch": "main", diff --git a/package-lock.json b/package-lock.json index 8b4a1bed..2d6aa6b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,11 +36,11 @@ }, "api": { "name": "@gram/api", - "version": "4.17.0", + "version": "4.17.1", "license": "Apache-2.0", "dependencies": { - "@gram/config": "^4.17.0", - "@gram/core": "^4.17.0", + "@gram/config": "^4.17.1", + "@gram/core": "^4.17.1", "@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.17.0", + "version": "4.17.1", "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", @@ -405,18 +405,18 @@ }, "config": { "name": "@gram/config", - "version": "4.17.0", + "version": "4.17.1", "license": "Apache-2.0", "dependencies": { - "@gram/aws": "^4.17.0", - "@gram/azure": "^4.17.0", - "@gram/cncf": "^4.17.0", - "@gram/core": "^4.17.0", - "@gram/kubernetes": "^4.17.0", - "@gram/magiclink": "^4.17.0", - "@gram/stride": "^4.17.0", - "@gram/svgporn": "^4.17.0", - "@gram/threatlib": "^4.17.0", + "@gram/aws": "^4.17.1", + "@gram/azure": "^4.17.1", + "@gram/cncf": "^4.17.1", + "@gram/core": "^4.17.1", + "@gram/kubernetes": "^4.17.1", + "@gram/magiclink": "^4.17.1", + "@gram/stride": "^4.17.1", + "@gram/svgporn": "^4.17.1", + "@gram/threatlib": "^4.17.1", "dotenv": "^16.3.1" }, "devDependencies": { @@ -429,7 +429,7 @@ }, "core": { "name": "@gram/core", - "version": "4.17.0", + "version": "4.17.1", "license": "Apache-2.0", "dependencies": { "@sentry/node": "^8.35.0", @@ -31136,35 +31136,35 @@ }, "plugins/aws": { "name": "@gram/aws", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0", + "@gram/core": "^4.17.1", "path": "^0.12.7" } }, "plugins/azure": { "name": "@gram/azure", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0" + "@gram/core": "^4.17.1" } }, "plugins/cncf": { "name": "@gram/cncf", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0" + "@gram/core": "^4.17.1" } }, "plugins/github": { "name": "@gram/github", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0", + "@gram/core": "^4.17.1", "octokit": "^3.1.2", "postgres-migrations": "^5.3.0" }, @@ -31180,10 +31180,10 @@ }, "plugins/jira": { "name": "@gram/jira", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0", + "@gram/core": "^4.17.1", "node-fetch": "^3.3.2" } }, @@ -31205,18 +31205,18 @@ }, "plugins/kubernetes": { "name": "@gram/kubernetes", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0" + "@gram/core": "^4.17.1" } }, "plugins/ldap": { "name": "@gram/ldap", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0", + "@gram/core": "^4.17.1", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, @@ -31226,45 +31226,45 @@ }, "plugins/magiclink": { "name": "@gram/magiclink", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0", + "@gram/core": "^4.17.1", "pg": "^8.11.0" } }, "plugins/oidc": { "name": "@gram/oidc", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0", + "@gram/core": "^4.17.1", "hpagent": "^1.2.0", "openid-client": "^5.4.3" } }, "plugins/stride": { "name": "@gram/stride", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0" + "@gram/core": "^4.17.1" } }, "plugins/svgporn": { "name": "@gram/svgporn", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0" + "@gram/core": "^4.17.1" } }, "plugins/threatlib": { "name": "@gram/threatlib", - "version": "4.17.0", + "version": "4.17.1", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0" + "@gram/core": "^4.17.1" } } } diff --git a/plugins/aws/CHANGELOG.md b/plugins/aws/CHANGELOG.md index 08790405..d6cfdfeb 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/aws + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) ### Features diff --git a/plugins/aws/package.json b/plugins/aws/package.json index fa088890..bd3a072d 100644 --- a/plugins/aws/package.json +++ b/plugins/aws/package.json @@ -6,7 +6,7 @@ "files": [ "dist" ], - "version": "4.17.0", + "version": "4.17.1", "description": "AWS icons for Gram", "scripts": { "build": "tsc -p tsconfig.build.json", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0", + "@gram/core": "^4.17.1", "path": "^0.12.7" }, "private": true diff --git a/plugins/azure/CHANGELOG.md b/plugins/azure/CHANGELOG.md index 194c3490..f77e2178 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/azure + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) **Note:** Version bump only for package @gram/azure diff --git a/plugins/azure/package.json b/plugins/azure/package.json index 65d1d308..c944ed36 100644 --- a/plugins/azure/package.json +++ b/plugins/azure/package.json @@ -1,6 +1,6 @@ { "name": "@gram/azure", - "version": "4.17.0", + "version": "4.17.1", "type": "module", "description": "Azure icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0" + "@gram/core": "^4.17.1" }, "private": true } diff --git a/plugins/cncf/CHANGELOG.md b/plugins/cncf/CHANGELOG.md index b3a877d3..3613fc10 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/cncf + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) **Note:** Version bump only for package @gram/cncf diff --git a/plugins/cncf/package.json b/plugins/cncf/package.json index b099e0a1..73346f00 100644 --- a/plugins/cncf/package.json +++ b/plugins/cncf/package.json @@ -1,6 +1,6 @@ { "name": "@gram/cncf", - "version": "4.17.0", + "version": "4.17.1", "type": "module", "description": "CNCF icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0" + "@gram/core": "^4.17.1" }, "private": true } diff --git a/plugins/github/CHANGELOG.md b/plugins/github/CHANGELOG.md index ef98807e..63aba497 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/github + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) **Note:** Version bump only for package @gram/github diff --git a/plugins/github/package.json b/plugins/github/package.json index 0987a444..c9508b37 100644 --- a/plugins/github/package.json +++ b/plugins/github/package.json @@ -1,7 +1,7 @@ { "name": "@gram/github", "type": "module", - "version": "4.17.0", + "version": "4.17.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.17.0", + "@gram/core": "^4.17.1", "octokit": "^3.1.2", "postgres-migrations": "^5.3.0" }, diff --git a/plugins/jira/CHANGELOG.md b/plugins/jira/CHANGELOG.md index 3582f3c0..6ef0db5b 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/jira + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) **Note:** Version bump only for package @gram/jira diff --git a/plugins/jira/package.json b/plugins/jira/package.json index 662726b8..749fc77b 100644 --- a/plugins/jira/package.json +++ b/plugins/jira/package.json @@ -1,7 +1,7 @@ { "name": "@gram/jira", "type": "module", - "version": "4.17.0", + "version": "4.17.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,7 +18,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0", + "@gram/core": "^4.17.1", "node-fetch": "^3.3.2" } } diff --git a/plugins/kubernetes/CHANGELOG.md b/plugins/kubernetes/CHANGELOG.md index 434e24f9..c607c8b0 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/kubernetes + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) **Note:** Version bump only for package @gram/kubernetes diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index 3b7c044f..6e4d3a99 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -1,6 +1,6 @@ { "name": "@gram/kubernetes", - "version": "4.17.0", + "version": "4.17.1", "type": "module", "description": "Kubernetes icons for Gram", "main": "dist/index.js", @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0" + "@gram/core": "^4.17.1" }, "private": true } diff --git a/plugins/ldap/CHANGELOG.md b/plugins/ldap/CHANGELOG.md index 12575930..843e3f24 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/ldap + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) **Note:** Version bump only for package @gram/ldap diff --git a/plugins/ldap/package.json b/plugins/ldap/package.json index 45391cf7..a7ba02f2 100644 --- a/plugins/ldap/package.json +++ b/plugins/ldap/package.json @@ -1,7 +1,7 @@ { "name": "@gram/ldap", "type": "module", - "version": "4.17.0", + "version": "4.17.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.17.0", + "@gram/core": "^4.17.1", "basic-auth": "^2.0.1", "ldapts": "^4.2.6" }, diff --git a/plugins/magiclink/CHANGELOG.md b/plugins/magiclink/CHANGELOG.md index ff905091..41273557 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/magiclink + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) **Note:** Version bump only for package @gram/magiclink diff --git a/plugins/magiclink/package.json b/plugins/magiclink/package.json index c5952a37..9920b12e 100644 --- a/plugins/magiclink/package.json +++ b/plugins/magiclink/package.json @@ -1,7 +1,7 @@ { "name": "@gram/magiclink", "type": "module", - "version": "4.17.0", + "version": "4.17.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.17.0", + "@gram/core": "^4.17.1", "pg": "^8.11.0" }, "private": true diff --git a/plugins/oidc/CHANGELOG.md b/plugins/oidc/CHANGELOG.md index e8d3c14c..657a99dc 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/oidc + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) **Note:** Version bump only for package @gram/oidc diff --git a/plugins/oidc/package.json b/plugins/oidc/package.json index ecbe9251..4e833b6d 100644 --- a/plugins/oidc/package.json +++ b/plugins/oidc/package.json @@ -1,7 +1,7 @@ { "name": "@gram/oidc", "type": "module", - "version": "4.17.0", + "version": "4.17.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.17.0", + "@gram/core": "^4.17.1", "hpagent": "^1.2.0", "openid-client": "^5.4.3" }, diff --git a/plugins/stride/CHANGELOG.md b/plugins/stride/CHANGELOG.md index 41b18412..c373660b 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/stride + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) ### Features diff --git a/plugins/stride/package.json b/plugins/stride/package.json index e9f56c6e..940fd7ff 100644 --- a/plugins/stride/package.json +++ b/plugins/stride/package.json @@ -1,7 +1,7 @@ { "name": "@gram/stride", "type": "module", - "version": "4.17.0", + "version": "4.17.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0" + "@gram/core": "^4.17.1" } } diff --git a/plugins/svgporn/CHANGELOG.md b/plugins/svgporn/CHANGELOG.md index 7c86672a..19795212 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/svgporn + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) ### Features diff --git a/plugins/svgporn/package.json b/plugins/svgporn/package.json index e0cc5e1c..0bc91c99 100644 --- a/plugins/svgporn/package.json +++ b/plugins/svgporn/package.json @@ -1,7 +1,7 @@ { "name": "@gram/svgporn", "type": "module", - "version": "4.17.0", + "version": "4.17.1", "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.17.0" + "@gram/core": "^4.17.1" } } diff --git a/plugins/threatlib/CHANGELOG.md b/plugins/threatlib/CHANGELOG.md index a0e85a3d..d04497fe 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.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23) + +**Note:** Version bump only for package @gram/threatlib + # [4.17.0](https://github.com/klarna-incubator/gram/compare/v4.16.0...v4.17.0) (2024-10-23) **Note:** Version bump only for package @gram/threatlib diff --git a/plugins/threatlib/package.json b/plugins/threatlib/package.json index 79600b17..dcc96bc2 100644 --- a/plugins/threatlib/package.json +++ b/plugins/threatlib/package.json @@ -1,7 +1,7 @@ { "name": "@gram/threatlib", "type": "module", - "version": "4.17.0", + "version": "4.17.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,6 +17,6 @@ "author": "", "license": "ISC", "dependencies": { - "@gram/core": "^4.17.0" + "@gram/core": "^4.17.1" } }