Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @rediagram/aws@0.4.1
 - @rediagram/docker-runtime@0.1.10
 - @rediagram/gallery@0.1.9
 - @rediagram/cli@0.1.4
 - create-rediagram-project@0.2.1
  • Loading branch information
kamiazya committed Jan 10, 2021
1 parent a5cf27b commit 6516951
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 10 deletions.
11 changes: 11 additions & 0 deletions component-libraries/aws/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.4.1](https://github.com/kamiazya/rediagram/compare/@rediagram/aws@0.4.0...@rediagram/aws@0.4.1) (2021-01-10)


### Bug Fixes

* **@rediagram/aws:** fix Glue component [#207](https://github.com/kamiazya/rediagram/issues/207) ([e1703e3](https://github.com/kamiazya/rediagram/commit/e1703e3431b7407957f311321efb34f9e87b7b6c))





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


Expand Down
2 changes: 1 addition & 1 deletion component-libraries/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rediagram/aws",
"version": "0.4.0",
"version": "0.4.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
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.10](https://github.com/kamiazya/rediagram/compare/@rediagram/docker-runtime@0.1.9...@rediagram/docker-runtime@0.1.10) (2021-01-10)

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





## [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
Expand Down
6 changes: 3 additions & 3 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.9",
"version": "0.1.10",
"license": "MIT",
"description": "rediagram runtime for Docker.",
"author": "kamiazya <yuki@kamiazya.tech>",
Expand All @@ -19,8 +19,8 @@
},
"private": true,
"dependencies": {
"@rediagram/aws": "^0.4.0",
"@rediagram/cli": "^0.1.3",
"@rediagram/aws": "^0.4.1",
"@rediagram/cli": "^0.1.4",
"@ts-graphviz/react": "^0.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
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.9](https://github.com/kamiazya/rediagram/compare/@rediagram/gallery@0.1.8...@rediagram/gallery@0.1.9) (2021-01-10)

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





## [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
Expand Down
6 changes: 3 additions & 3 deletions examples/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@rediagram/gallery",
"version": "0.1.8",
"version": "0.1.9",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"start": "rediagramc"
},
"dependencies": {
"@rediagram/aws": "^0.4.0",
"@rediagram/cli": "^0.1.3",
"@rediagram/aws": "^0.4.1",
"@rediagram/cli": "^0.1.4",
"@rediagram/gcp": "^0.3.0",
"@ts-graphviz/react": "^0.7.0",
"prop-types": "^15.7.2",
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.4](https://github.com/kamiazya/rediagram/compare/@rediagram/cli@0.1.3...@rediagram/cli@0.1.4) (2021-01-10)

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





## [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
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.1.4",
"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.4.0",
"@rediagram/aws": "^0.4.1",
"@rediagram/common": "^0.0.2",
"@ts-graphviz/react": "^0.7.0",
"@types/node": "^14.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-rediagram-project/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.1](https://github.com/kamiazya/rediagram/compare/create-rediagram-project@0.2.0...create-rediagram-project@0.2.1) (2021-01-10)

**Note:** Version bump only for package create-rediagram-project





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


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.2.0",
"version": "0.2.1",
"author": "kamiazya <yuki@kamiazya.tech>",
"description": "Starter kit for rediagram.",
"bin": {
Expand Down

0 comments on commit 6516951

Please sign in to comment.