Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @rediagram/aws@0.4.0
 - @rediagram/gcp@0.3.0
 - @rediagram/docker-runtime@0.1.9
 - @rediagram/gallery@0.1.8
 - @rediagram/cdk@0.3.0
 - @rediagram/cli@0.1.3
 - create-rediagram-project@0.2.0
 - rediagram@0.2.4
  • Loading branch information
kamiazya committed Dec 7, 2020
1 parent fbd179b commit 3e1df48
Show file tree
Hide file tree
Showing 16 changed files with 106 additions and 22 deletions.
12 changes: 12 additions & 0 deletions component-libraries/aws/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.

# [0.4.0](https://github.com/kamiazya/rediagram/compare/@rediagram/aws@0.3.0...@rediagram/aws@0.4.0) (2020-12-07)


### Features

* **@rediagram/aws:** add display service name option [#111](https://github.com/kamiazya/rediagram/issues/111) ([b5dcc4e](https://github.com/kamiazya/rediagram/commit/b5dcc4e47c34b86696252a4b361b8c99f62ef224))
* **@rediagram/aws:** add some group components [#159](https://github.com/kamiazya/rediagram/issues/159) ([f918e70](https://github.com/kamiazya/rediagram/commit/f918e700fade0f99cd55cbc9c5a49c70b9697667))





# [0.3.0](https://github.com/kamiazya/rediagram/compare/@rediagram/aws@0.2.5...@rediagram/aws@0.3.0) (2020-11-09)


Expand Down
6 changes: 3 additions & 3 deletions component-libraries/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rediagram/aws",
"version": "0.3.0",
"version": "0.4.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@rediagram/cdk": "^0.2.0"
"@rediagram/cdk": "^0.3.0"
},
"peerDependencies": {
"@ts-graphviz/react": "^0.7.0",
Expand All @@ -44,7 +44,7 @@
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/rimraf": "^3.0.0",
"rediagram": "^0.2.3",
"rediagram": "^0.2.4",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"rollup-plugin-dts": "^1.4.13",
Expand Down
11 changes: 11 additions & 0 deletions component-libraries/gcp/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.

# [0.3.0](https://github.com/kamiazya/rediagram/compare/@rediagram/gcp@0.2.0...@rediagram/gcp@0.3.0) (2020-12-07)


### Features

* **@rediagram/gcp:** add TitleBar component [#141](https://github.com/kamiazya/rediagram/issues/141) ([4adc5eb](https://github.com/kamiazya/rediagram/commit/4adc5ebb7c4f98da7b81e02bfdf8646581cb2178))





# [0.2.0](https://github.com/kamiazya/rediagram/compare/@rediagram/gcp@0.1.3...@rediagram/gcp@0.2.0) (2020-11-09)


Expand Down
6 changes: 3 additions & 3 deletions component-libraries/gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rediagram/gcp",
"version": "0.2.0",
"version": "0.3.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@rediagram/cdk": "^0.2.0"
"@rediagram/cdk": "^0.3.0"
},
"peerDependencies": {
"@ts-graphviz/react": "^0.7.0",
Expand All @@ -44,7 +44,7 @@
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/rimraf": "^3.0.0",
"rediagram": "^0.2.3",
"rediagram": "^0.2.4",
"rimraf": "^3.0.2",
"rollup": "^2.32.0",
"rollup-plugin-dts": "^1.4.13",
Expand Down
8 changes: 8 additions & 0 deletions docker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.1.9](https://github.com/kamiazya/rediagram/compare/@rediagram/docker-runtime@0.1.8...@rediagram/docker-runtime@0.1.9) (2020-12-07)

**Note:** Version bump only for package @rediagram/docker-runtime





## [0.1.8](https://github.com/kamiazya/rediagram/compare/@rediagram/docker-runtime@0.1.7...@rediagram/docker-runtime@0.1.8) (2020-11-09)

**Note:** Version bump only for package @rediagram/docker-runtime
Expand Down
8 changes: 4 additions & 4 deletions docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rediagram/docker-runtime",
"version": "0.1.8",
"version": "0.1.9",
"license": "MIT",
"description": "rediagram runtime for Docker.",
"author": "kamiazya <yuki@kamiazya.tech>",
Expand All @@ -19,12 +19,12 @@
},
"private": true,
"dependencies": {
"@rediagram/aws": "^0.3.0",
"@rediagram/cli": "^0.1.2",
"@rediagram/aws": "^0.4.0",
"@rediagram/cli": "^0.1.3",
"@ts-graphviz/react": "^0.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rediagram": "^0.2.3",
"rediagram": "^0.2.4",
"ts-graphviz": "^0.13.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.1.8](https://github.com/kamiazya/rediagram/compare/@rediagram/gallery@0.1.7...@rediagram/gallery@0.1.8) (2020-12-07)

**Note:** Version bump only for package @rediagram/gallery





## [0.1.7](https://github.com/kamiazya/rediagram/compare/@rediagram/gallery@0.1.6...@rediagram/gallery@0.1.7) (2020-11-09)

**Note:** Version bump only for package @rediagram/gallery
Expand Down
10 changes: 5 additions & 5 deletions examples/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@rediagram/gallery",
"version": "0.1.7",
"version": "0.1.8",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"start": "rediagramc"
},
"dependencies": {
"@rediagram/aws": "^0.3.0",
"@rediagram/cli": "^0.1.2",
"@rediagram/gcp": "^0.2.0",
"@rediagram/aws": "^0.4.0",
"@rediagram/cli": "^0.1.3",
"@rediagram/gcp": "^0.3.0",
"@ts-graphviz/react": "^0.7.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rediagram": "^0.2.3",
"rediagram": "^0.2.4",
"ts-graphviz": "^0.13.1"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/kamiazya/rediagram/compare/@rediagram/cdk@0.2.0...@rediagram/cdk@0.3.0) (2020-12-07)


### Bug Fixes

* **@rediagram/cdk:** refactor cdk dependencies api ([90cac15](https://github.com/kamiazya/rediagram/commit/90cac150b0d664ea76bef67e765fcf769364b290))


### Features

* **@rediagram/cdk:** add Group component [#159](https://github.com/kamiazya/rediagram/issues/159) ([4a975d6](https://github.com/kamiazya/rediagram/commit/4a975d60a8298c54e6d39e80e0c74171c07099e3))
* **@rediagram/cdk:** add subLabel prop for IconNode [#111](https://github.com/kamiazya/rediagram/issues/111) ([b60b98a](https://github.com/kamiazya/rediagram/commit/b60b98a2b1a8f404d7fa73da58b29d0d9bf649e1))
* **@rediagram/cdk:** fix downstream direction and add upstream position api [#145](https://github.com/kamiazya/rediagram/issues/145) ([730153c](https://github.com/kamiazya/rediagram/commit/730153c46bf589a9c59d9598e88cf5a39c79c87c))





# [0.2.0](https://github.com/kamiazya/rediagram/compare/@rediagram/cdk@0.1.3...@rediagram/cdk@0.2.0) (2020-11-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rediagram/cdk",
"version": "0.2.0",
"version": "0.3.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "kamiazya <yuki@kamiazya.tech>",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.1.3](https://github.com/kamiazya/rediagram/compare/@rediagram/cli@0.1.2...@rediagram/cli@0.1.3) (2020-12-07)

**Note:** Version bump only for package @rediagram/cli





## [0.1.2](https://github.com/kamiazya/rediagram/compare/@rediagram/cli@0.1.1...@rediagram/cli@0.1.2) (2020-11-09)

**Note:** Version bump only for package @rediagram/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rediagram/cli",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"description": "CLI for rediagram.",
"author": "kamiazya <yuki@kamiazya.tech>",
Expand Down Expand Up @@ -30,7 +30,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@rediagram/aws": "^0.3.0",
"@rediagram/aws": "^0.4.0",
"@rediagram/common": "^0.0.2",
"@ts-graphviz/react": "^0.7.0",
"@types/node": "^14.0.4",
Expand All @@ -43,7 +43,7 @@
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rediagram": "^0.2.3",
"rediagram": "^0.2.4",
"sucrase": "^3.16.0",
"ts-graphviz": "^0.13.1",
"typescript": "^4.0.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/create-rediagram-project/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.

# [0.2.0](https://github.com/kamiazya/rediagram/compare/create-rediagram-project@0.1.5...create-rediagram-project@0.2.0) (2020-12-07)


### Features

* **create-rediagram-project:** display message when graphviz is not installed [#106](https://github.com/kamiazya/rediagram/issues/106) ([994deaf](https://github.com/kamiazya/rediagram/commit/994deaf4673bb43082474282bfecf2f03fe027bb))





## [0.1.5](https://github.com/kamiazya/rediagram/compare/create-rediagram-project@0.1.4...create-rediagram-project@0.1.5) (2020-11-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-rediagram-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-rediagram-project",
"license": "MIT",
"version": "0.1.5",
"version": "0.2.0",
"author": "kamiazya <yuki@kamiazya.tech>",
"description": "Starter kit for rediagram.",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/rediagram/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.2.4](https://github.com/kamiazya/rediagram/compare/rediagram@0.2.3...rediagram@0.2.4) (2020-12-07)

**Note:** Version bump only for package rediagram





## [0.2.3](https://github.com/kamiazya/rediagram/compare/rediagram@0.2.2...rediagram@0.2.3) (2020-11-09)

**Note:** Version bump only for package rediagram
Expand Down
4 changes: 2 additions & 2 deletions packages/rediagram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rediagram",
"version": "0.2.3",
"version": "0.2.4",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "kamiazya <yuki@kamiazya.tech>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "^4.0.2"
},
"dependencies": {
"@rediagram/cdk": "^0.2.0",
"@rediagram/cdk": "^0.3.0",
"@rediagram/common": "^0.0.2",
"@ts-graphviz/node": "^0.3.0",
"caller": "^1.0.1",
Expand Down

0 comments on commit 3e1df48

Please sign in to comment.