Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @rediagram/docker-runtime@0.1.12
 - @rediagram/gallery@0.1.11
 - @rediagram/aws@0.4.3
 - @rediagram/cli@0.1.6
 - @rediagram/firebase@0.0.2
 - @rediagram/gcp@0.3.2
 - rediagram@0.2.6
  • Loading branch information
kamiazya committed Jan 27, 2023
1 parent f022b95 commit e4374fa
Show file tree
Hide file tree
Showing 14 changed files with 79 additions and 20 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.12](https://github.com/kamiazya/rediagram/compare/@rediagram/docker-runtime@0.1.11...@rediagram/docker-runtime@0.1.12) (2023-01-27)

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





## [0.1.11](https://github.com/kamiazya/rediagram/compare/@rediagram/docker-runtime@0.1.10...@rediagram/docker-runtime@0.1.11) (2021-08-24)

**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.11",
"version": "0.1.12",
"license": "MIT",
"description": "rediagram runtime for Docker.",
"author": "kamiazya <yuki@kamiazya.tech>",
Expand All @@ -19,12 +19,12 @@
},
"private": true,
"dependencies": {
"@rediagram/aws": "^0.4.2",
"@rediagram/cli": "^0.1.5",
"@rediagram/aws": "^0.4.3",
"@rediagram/cli": "^0.1.6",
"@ts-graphviz/react": "^0.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rediagram": "^0.2.5",
"rediagram": "^0.2.6",
"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.11](https://github.com/kamiazya/rediagram/compare/@rediagram/gallery@0.1.10...@rediagram/gallery@0.1.11) (2023-01-27)

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





## [0.1.10](https://github.com/kamiazya/rediagram/compare/@rediagram/gallery@0.1.9...@rediagram/gallery@0.1.10) (2021-08-24)

**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.10",
"version": "0.1.11",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"start": "rediagramc"
},
"dependencies": {
"@rediagram/aws": "^0.4.2",
"@rediagram/cli": "^0.1.5",
"@rediagram/firebase": "^0.0.1",
"@rediagram/gcp": "^0.3.1",
"@rediagram/aws": "^0.4.3",
"@rediagram/cli": "^0.1.6",
"@rediagram/firebase": "^0.0.2",
"@rediagram/gcp": "^0.3.2",
"@ts-graphviz/react": "^0.7.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rediagram": "^0.2.5",
"rediagram": "^0.2.6",
"ts-graphviz": "^0.13.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/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.3](https://github.com/kamiazya/rediagram/compare/@rediagram/aws@0.4.2...@rediagram/aws@0.4.3) (2023-01-27)


### Bug Fixes

* **@rediagram/aws:** fix path to aws transfer family icons ([#536](https://github.com/kamiazya/rediagram/issues/536)) ([b71d2bf](https://github.com/kamiazya/rediagram/commit/b71d2bf7bd34b943ef306dd89771934a278a9abd))





## [0.4.2](https://github.com/kamiazya/rediagram/compare/@rediagram/aws@0.4.1...@rediagram/aws@0.4.2) (2021-08-24)

**Note:** Version bump only for package @rediagram/aws
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "0.4.3",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"rediagram": "^0.2.5",
"rediagram": "^0.2.6",
"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/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.6](https://github.com/kamiazya/rediagram/compare/@rediagram/cli@0.1.5...@rediagram/cli@0.1.6) (2023-01-27)

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





## [0.1.5](https://github.com/kamiazya/rediagram/compare/@rediagram/cli@0.1.4...@rediagram/cli@0.1.5) (2021-08-24)

**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.5",
"version": "0.1.6",
"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.2",
"@rediagram/aws": "^0.4.3",
"@rediagram/common": "^0.0.3",
"@ts-graphviz/react": "^0.7.0",
"@types/node": "^16.4.5",
Expand All @@ -43,7 +43,7 @@
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rediagram": "^0.2.5",
"rediagram": "^0.2.6",
"sucrase": "^3.16.0",
"ts-graphviz": "^0.13.1",
"typescript": "^4.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/firebase/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.2](https://github.com/kamiazya/rediagram/compare/@rediagram/firebase@0.0.1...@rediagram/firebase@0.0.2) (2023-01-27)

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





## 0.0.1 (2021-08-24)

**Note:** Version bump only for package @rediagram/firebase
4 changes: 2 additions & 2 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.1",
"version": "0.0.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"rediagram": "^0.2.5",
"rediagram": "^0.2.6",
"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.2](https://github.com/kamiazya/rediagram/compare/@rediagram/gcp@0.3.1...@rediagram/gcp@0.3.2) (2023-01-27)

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





## [0.3.1](https://github.com/kamiazya/rediagram/compare/@rediagram/gcp@0.3.0...@rediagram/gcp@0.3.1) (2021-08-24)

**Note:** Version bump only for package @rediagram/gcp
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "0.3.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"rediagram": "^0.2.5",
"rediagram": "^0.2.6",
"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.6](https://github.com/kamiazya/rediagram/compare/rediagram@0.2.5...rediagram@0.2.6) (2023-01-27)

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





## [0.2.5](https://github.com/kamiazya/rediagram/compare/rediagram@0.2.4...rediagram@0.2.5) (2021-08-24)

**Note:** Version bump only for package rediagram
Expand Down
2 changes: 1 addition & 1 deletion packages/rediagram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rediagram",
"version": "0.2.5",
"version": "0.2.6",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "kamiazya <yuki@kamiazya.tech>",
Expand Down

0 comments on commit e4374fa

Please sign in to comment.