Skip to content

Commit

Permalink
v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Nov 15, 2023
1 parent d1180e1 commit e810ab6
Show file tree
Hide file tree
Showing 33 changed files with 156 additions and 75 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15)

### Bug Fixes

- suggestions should now clear correctly if the source no longer suggests them ([8d6c988](https://github.com/klarna-incubator/gram/commit/8d6c98898c8fe8a6fa5fc86c160bf9f04a019a55))
- ui crash if copying component with no controls/threats ([38e80f6](https://github.com/klarna-incubator/gram/commit/38e80f69ab122f9d9b49b9833723e2ed6c92e6f5))

### Features

- add button to toolbar for adding new component ([9fcad2e](https://github.com/klarna-incubator/gram/commit/9fcad2eb912ccb672c4fa4a576fa046b6572f603)), closes [#28](https://github.com/klarna-incubator/gram/issues/28)
- add quick and dirty screenshot feature 🖼️ ([1218589](https://github.com/klarna-incubator/gram/commit/1218589709bc3630281df39d8513b49e243b2ef7))

## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions api/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.7.0](https://github.com/klarna/gram/compare/v4.6.1...v4.7.0) (2023-11-15)

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

## [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
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.6.1",
"version": "4.7.0",
"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.6.1",
"@gram/core": "^4.6.1",
"@gram/config": "^4.7.0",
"@gram/core": "^4.7.0",
"@sentry/integrations": "^7.6.0",
"@sentry/node": "^7.6.0",
"@sentry/tracing": "^7.6.0",
Expand Down
11 changes: 11 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15)

### Bug Fixes

- ui crash if copying component with no controls/threats ([38e80f6](https://github.com/klarna-incubator/gram/commit/38e80f69ab122f9d9b49b9833723e2ed6c92e6f5))

### Features

- add button to toolbar for adding new component ([9fcad2e](https://github.com/klarna-incubator/gram/commit/9fcad2eb912ccb672c4fa4a576fa046b6572f603)), closes [#28](https://github.com/klarna-incubator/gram/issues/28)
- add quick and dirty screenshot feature 🖼️ ([1218589](https://github.com/klarna-incubator/gram/commit/1218589709bc3630281df39d8513b49e243b2ef7))

## [4.6.1](https://github.com/klarna-incubator/gram/compare/v4.6.0...v4.6.1) (2023-11-14)

### 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.6.1",
"version": "4.7.0",
"private": true,
"engines": {
"node": "18"
Expand Down
4 changes: 4 additions & 0 deletions config/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.7.0](https://github.com/klarna/gram/compare/v4.6.1...v4.7.0) (2023-11-15)

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

## [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
Expand Down
20 changes: 10 additions & 10 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.6.1",
"version": "4.7.0",
"description": "Gram Configuration",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand All @@ -28,15 +28,15 @@
"node": "18"
},
"dependencies": {
"@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",
"@gram/aws": "^4.7.0",
"@gram/azure": "^4.7.0",
"@gram/cncf": "^4.7.0",
"@gram/core": "^4.7.0",
"@gram/kubernetes": "^4.7.0",
"@gram/magiclink": "^4.7.0",
"@gram/stride": "^4.7.0",
"@gram/svgporn": "^4.7.0",
"@gram/threatlib": "^4.7.0",
"dotenv": "^16.3.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions core/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.7.0](https://github.com/klarna/gram/compare/v4.6.1...v4.7.0) (2023-11-15)

### Bug Fixes

- suggestions should now clear correctly if the source no longer suggests them ([8d6c988](https://github.com/klarna/gram/commit/8d6c98898c8fe8a6fa5fc86c160bf9f04a019a55))

## [4.6.1](https://github.com/klarna/gram/compare/v4.6.0...v4.6.1) (2023-11-14)

### 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.6.1",
"version": "4.7.0",
"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.6.1",
"version": "4.7.0",
"command": {
"version": {
"allowBranch": "main",
Expand Down
74 changes: 37 additions & 37 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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15)

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

## [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
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.6.1",
"version": "4.7.0",
"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.6.1",
"@gram/core": "^4.7.0",
"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.7.0](https://github.com/klarna-incubator/gram/compare/v4.6.1...v4.7.0) (2023-11-15)

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

## [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
Expand Down
Loading

0 comments on commit e810ab6

Please sign in to comment.