Skip to content

Commit

Permalink
v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Oct 18, 2023
1 parent 9509959 commit d45d255
Show file tree
Hide file tree
Showing 31 changed files with 142 additions and 69 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1](https://github.com/klarna-incubator/gram/compare/v4.4.0...v4.4.1) (2023-10-18)

### Bug Fixes

- clean up Team system lists on Home and Team page. ([6ac2e32](https://github.com/klarna-incubator/gram/commit/6ac2e32ee13a97fc71d2abac45f508f6486305f5))
- get docker-compose demo working again - improve docs and setup ([ea95a5d](https://github.com/klarna-incubator/gram/commit/ea95a5d050e1ffa0194b441d6d6712a8d5688695))
- hide system property box if there are no properties ([18dbbdf](https://github.com/klarna-incubator/gram/commit/18dbbdf0f89e093c9c81fa6882a156cea501a831))
- pagination of static system provider ([83d709d](https://github.com/klarna-incubator/gram/commit/83d709dfca1fb9e6cd9d4f24fd0b6befbc697949))

# [4.4.0](https://github.com/klarna-incubator/gram/compare/v4.3.0...v4.4.0) (2023-10-16)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1](https://github.com/klarna/gram/compare/v4.4.0...v4.4.1) (2023-10-18)

### Bug Fixes

- get docker-compose demo working again - improve docs and setup ([ea95a5d](https://github.com/klarna/gram/commit/ea95a5d050e1ffa0194b441d6d6712a8d5688695))

# [4.4.0](https://github.com/klarna/gram/compare/v4.3.0...v4.4.0) (2023-10-16)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gram/api",
"private": true,
"type": "module",
"version": "4.4.0",
"version": "4.4.1",
"description": "API for threat modelling",
"scripts": {
"start": "NODE_ENV=development node dist/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"node": "18"
},
"dependencies": {
"@gram/config": "^4.4.0",
"@gram/core": "^4.4.0",
"@gram/config": "^4.4.1",
"@gram/core": "^4.4.1",
"@sentry/integrations": "^7.6.0",
"@sentry/node": "^7.6.0",
"@sentry/tracing": "^7.6.0",
Expand Down
7 changes: 7 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1](https://github.com/klarna-incubator/gram/compare/v4.4.0...v4.4.1) (2023-10-18)

### Bug Fixes

- clean up Team system lists on Home and Team page. ([6ac2e32](https://github.com/klarna-incubator/gram/commit/6ac2e32ee13a97fc71d2abac45f508f6486305f5))
- hide system property box if there are no properties ([18dbbdf](https://github.com/klarna-incubator/gram/commit/18dbbdf0f89e093c9c81fa6882a156cea501a831))

# [4.4.0](https://github.com/klarna-incubator/gram/compare/v4.3.0...v4.4.0) (2023-10-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gram/app",
"proxy": "http://localhost:8080",
"version": "4.4.0",
"version": "4.4.1",
"private": true,
"engines": {
"node": "18"
Expand Down
7 changes: 7 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1](https://github.com/klarna/gram/compare/v4.4.0...v4.4.1) (2023-10-18)

### Bug Fixes

- get docker-compose demo working again - improve docs and setup ([ea95a5d](https://github.com/klarna/gram/commit/ea95a5d050e1ffa0194b441d6d6712a8d5688695))
- pagination of static system provider ([83d709d](https://github.com/klarna/gram/commit/83d709dfca1fb9e6cd9d4f24fd0b6befbc697949))

# [4.4.0](https://github.com/klarna/gram/compare/v4.3.0...v4.4.0) (2023-10-16)

### Bug Fixes
Expand Down
18 changes: 9 additions & 9 deletions config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": true,
"version": "4.4.0",
"version": "4.4.1",
"description": "Gram Configuration",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand All @@ -28,14 +28,14 @@
"node": "18"
},
"dependencies": {
"@gram/aws": "^4.4.0",
"@gram/azure": "^4.4.0",
"@gram/cncf": "^4.4.0",
"@gram/core": "^4.4.0",
"@gram/kubernetes": "^4.4.0",
"@gram/magiclink": "^4.4.0",
"@gram/svgporn": "^4.4.0",
"@gram/threatlib": "^4.4.0",
"@gram/aws": "^4.4.1",
"@gram/azure": "^4.4.1",
"@gram/cncf": "^4.4.1",
"@gram/core": "^4.4.1",
"@gram/kubernetes": "^4.4.1",
"@gram/magiclink": "^4.4.1",
"@gram/svgporn": "^4.4.1",
"@gram/threatlib": "^4.4.1",
"dotenv": "^16.3.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1](https://github.com/klarna/gram/compare/v4.4.0...v4.4.1) (2023-10-18)

**Note:** Version bump only for package @gram/core

# [4.4.0](https://github.com/klarna/gram/compare/v4.3.0...v4.4.0) (2023-10-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gram/core",
"private": true,
"type": "module",
"version": "4.4.0",
"version": "4.4.1",
"description": "Core library for Gram backend stuff",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "4.4.0",
"version": "4.4.1",
"command": {
"version": {
"allowBranch": "main",
Expand Down
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions plugins/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1](https://github.com/klarna-incubator/gram/compare/v4.4.0...v4.4.1) (2023-10-18)

**Note:** Version bump only for package @gram/aws

# [4.4.0](https://github.com/klarna-incubator/gram/compare/v4.3.0...v4.4.0) (2023-10-16)

**Note:** Version bump only for package @gram/aws
Expand Down
4 changes: 2 additions & 2 deletions plugins/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"files": [
"dist"
],
"version": "4.4.0",
"version": "4.4.1",
"description": "AWS icons for Gram",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@gram/core": "^4.4.0",
"@gram/core": "^4.4.1",
"path": "^0.12.7"
},
"private": true,
Expand Down
4 changes: 4 additions & 0 deletions plugins/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1](https://github.com/klarna-incubator/gram/compare/v4.4.0...v4.4.1) (2023-10-18)

**Note:** Version bump only for package @gram/azure

# [4.4.0](https://github.com/klarna-incubator/gram/compare/v4.3.0...v4.4.0) (2023-10-16)

**Note:** Version bump only for package @gram/azure
Expand Down
4 changes: 2 additions & 2 deletions plugins/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gram/azure",
"version": "4.4.0",
"version": "4.4.1",
"type": "module",
"description": "Azure icons for Gram",
"main": "dist/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@gram/core": "^4.4.0"
"@gram/core": "^4.4.1"
},
"private": true
}
4 changes: 4 additions & 0 deletions plugins/cncf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1](https://github.com/klarna-incubator/gram/compare/v4.4.0...v4.4.1) (2023-10-18)

**Note:** Version bump only for package @gram/cncf

# [4.4.0](https://github.com/klarna-incubator/gram/compare/v4.3.0...v4.4.0) (2023-10-16)

**Note:** Version bump only for package @gram/cncf
Expand Down
Loading

0 comments on commit d45d255

Please sign in to comment.