Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @rediagram/[email protected]
 - @rediagram/[email protected]
 - @rediagram/[email protected]
 - @rediagram/[email protected]
 - @rediagram/[email protected]
 - @rediagram/[email protected]
 - [email protected]
 - @rediagram/[email protected]
 - @rediagram/[email protected]
 - [email protected]
 - @rediagram/[email protected]
  • Loading branch information
kamiazya committed Aug 24, 2021
1 parent 7ae3511 commit 88d1e28
Show file tree
Hide file tree
Showing 22 changed files with 121 additions and 30 deletions.
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.11](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-08-24)

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





## [0.1.10](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-01-10)

**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.10",
"version": "0.1.11",
"license": "MIT",
"description": "rediagram runtime for Docker.",
"author": "kamiazya <[email protected]>",
Expand All @@ -19,12 +19,12 @@
},
"private": true,
"dependencies": {
"@rediagram/aws": "^0.4.1",
"@rediagram/cli": "^0.1.4",
"@rediagram/aws": "^0.4.2",
"@rediagram/cli": "^0.1.5",
"@ts-graphviz/react": "^0.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rediagram": "^0.2.4",
"rediagram": "^0.2.5",
"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.10](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-08-24)

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





## [0.1.9](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-01-10)

**Note:** Version bump only for package @rediagram/gallery
Expand Down
12 changes: 6 additions & 6 deletions examples/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@rediagram/gallery",
"version": "0.1.9",
"version": "0.1.10",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"start": "rediagramc"
},
"dependencies": {
"@rediagram/aws": "^0.4.1",
"@rediagram/cli": "^0.1.4",
"@rediagram/firebase": "0.0.0",
"@rediagram/gcp": "^0.3.0",
"@rediagram/aws": "^0.4.2",
"@rediagram/cli": "^0.1.5",
"@rediagram/firebase": "^0.0.1",
"@rediagram/gcp": "^0.3.1",
"@ts-graphviz/react": "^0.7.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rediagram": "^0.2.4",
"rediagram": "^0.2.5",
"ts-graphviz": "^0.13.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/aws/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.4.2](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-08-24)

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





## [0.4.1](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-01-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rediagram/aws",
"version": "0.4.1",
"version": "0.4.2",
"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.3.0"
"@rediagram/cdk": "^0.3.1"
},
"peerDependencies": {
"@ts-graphviz/react": "^0.7.0",
Expand All @@ -43,7 +43,7 @@
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"rediagram": "^0.2.4",
"rediagram": "^0.2.5",
"rollup": "^2.55.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^3.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/cdk/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.1](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-08-24)


### Bug Fixes

* **@rediagram/cdk:** support bordor none for Group component ([d0dc3a6](https://github.com/kamiazya/rediagram/commit/d0dc3a6d4ea5700514307d8782ad05c5a5ef6a05))





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


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.3.0",
"version": "0.3.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "kamiazya <[email protected]>",
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.5](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-08-24)

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





## [0.1.4](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-01-10)

**Note:** Version bump only for package @rediagram/cli
Expand Down
8 changes: 4 additions & 4 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.4",
"version": "0.1.5",
"license": "MIT",
"description": "CLI for rediagram.",
"author": "kamiazya <[email protected]>",
Expand Down Expand Up @@ -30,8 +30,8 @@
"watch": "tsc --watch"
},
"dependencies": {
"@rediagram/aws": "^0.4.1",
"@rediagram/common": "^0.0.2",
"@rediagram/aws": "^0.4.2",
"@rediagram/common": "^0.0.3",
"@ts-graphviz/react": "^0.7.0",
"@types/node": "^16.4.5",
"@types/prop-types": "^15.7.3",
Expand All @@ -43,7 +43,7 @@
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rediagram": "^0.2.4",
"rediagram": "^0.2.5",
"sucrase": "^3.16.0",
"ts-graphviz": "^0.13.1",
"typescript": "^4.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/common/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.0.3](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-08-24)

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





## [0.0.2](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2020-11-05)

**Note:** Version bump only for package @rediagram/common
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rediagram/common",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "kamiazya <[email protected]>",
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.2](https://github.com/kamiazya/rediagram/compare/[email protected]@0.2.2) (2021-08-24)

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





## [0.2.1](https://github.com/kamiazya/rediagram/compare/[email protected]@0.2.1) (2021-01-10)

**Note:** Version bump only for package create-rediagram-project
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.1",
"version": "0.2.2",
"author": "kamiazya <[email protected]>",
"description": "Starter kit for rediagram.",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2021-08-24)

**Note:** Version bump only for package @rediagram/firebase
6 changes: 3 additions & 3 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rediagram/firebase",
"version": "0.0.0",
"version": "0.0.1",
"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.3.0"
"@rediagram/cdk": "^0.3.1"
},
"peerDependencies": {
"@ts-graphviz/react": "^0.7.0",
Expand All @@ -43,7 +43,7 @@
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"rediagram": "^0.2.4",
"rediagram": "^0.2.5",
"rollup": "^2.55.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/gcp/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.3.1](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-08-24)

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





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


Expand Down
6 changes: 3 additions & 3 deletions packages/gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rediagram/gcp",
"version": "0.3.0",
"version": "0.3.1",
"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.3.0"
"@rediagram/cdk": "^0.3.1"
},
"peerDependencies": {
"@ts-graphviz/react": "^0.7.0",
Expand All @@ -43,7 +43,7 @@
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"rediagram": "^0.2.4",
"rediagram": "^0.2.5",
"rollup": "^2.55.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^3.0.2",
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.5](https://github.com/kamiazya/rediagram/compare/[email protected]@0.2.5) (2021-08-24)

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





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

**Note:** Version bump only for package rediagram
Expand Down
6 changes: 3 additions & 3 deletions packages/rediagram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rediagram",
"version": "0.2.4",
"version": "0.2.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "kamiazya <[email protected]>",
Expand Down Expand Up @@ -45,8 +45,8 @@
"typescript": "^4.0.2"
},
"dependencies": {
"@rediagram/cdk": "^0.3.0",
"@rediagram/common": "^0.0.2",
"@rediagram/cdk": "^0.3.1",
"@rediagram/common": "^0.0.3",
"@ts-graphviz/node": "^0.3.0",
"caller": "^1.0.1",
"fs-extra": "^9.0.1"
Expand Down
8 changes: 8 additions & 0 deletions website/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.0.4](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2021-08-24)

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





## [0.0.3](https://github.com/kamiazya/rediagram/compare/@rediagram/[email protected]...@rediagram/[email protected]) (2020-11-05)

**Note:** Version bump only for package @rediagram/website
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rediagram/website",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 88d1e28

Please sign in to comment.