Skip to content

Commit

Permalink
chore: Publish 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Sep 28, 2022
1 parent 8fc0bce commit 636a851
Show file tree
Hide file tree
Showing 18 changed files with 113 additions and 69 deletions.
6 changes: 0 additions & 6 deletions .changeset/dry-apples-hide.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/spotty-papayas-tell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stale-plums-happen.md

This file was deleted.

14 changes: 14 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.3.11

### Patch Changes

- 72b6b69: fix: ts `--isolatedModules` related issues
- Updated dependencies [8fc0bce]
- Updated dependencies [72b6b69]
- Updated dependencies [021988a]
- @pintora/diagrams@0.6.2
- @pintora/test-shared@0.4.1
- @pintora/core@0.6.2
- @pintora/renderer@0.6.1
- @pintora/standalone@0.6.2

## 0.3.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pintora-demo",
"version": "0.3.10",
"version": "0.3.11",
"private": true,
"scripts": {
"dev": "vite --port 3001",
Expand Down
11 changes: 11 additions & 0 deletions packages/pintora-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.6.2

### Patch Changes

- 021988a: fix: [sequenceDiagram] excessive box width bug
- Updated dependencies [72b6b69]
- Updated dependencies [021988a]
- @pintora/core@0.6.2
- @pintora/renderer@0.6.1
- @pintora/standalone@0.6.2

## 0.6.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/pintora-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pintora/cli",
"version": "0.6.1",
"version": "0.6.2",
"description": "A node.js version of pintora",
"keywords": [
"pintora"
Expand Down Expand Up @@ -37,17 +37,17 @@
"url": "https://github.com/hikerpig/pintora/issues"
},
"dependencies": {
"@pintora/core": "workspace:^0.6.1",
"@pintora/renderer": "^0.6.0",
"@pintora/standalone": "workspace:^0.6.0",
"@pintora/core": "workspace:^0.6.2",
"@pintora/renderer": "^0.6.1",
"@pintora/standalone": "workspace:^0.6.2",
"canvas": "*",
"consola": "^2.15.3",
"jsdom": "^19.0.0",
"mime-types": "^2.1.31",
"yargs": "^16.2.0"
},
"devDependencies": {
"@pintora/test-shared": "workspace:^0.4.0",
"@pintora/test-shared": "workspace:^0.4.1",
"@types/jsdom": "^16.2.10",
"@types/mime-types": "^2.1.0",
"@types/node": "^16.11.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/pintora-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.6.2

### Patch Changes

- 72b6b69: fix: ts `--isolatedModules` related issues

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pintora-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pintora/core",
"version": "0.6.1",
"version": "0.6.2",
"description": "Awesome functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/pintora-diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.6.2

### Patch Changes

- 8fc0bce: feat: [activityDiagram] support `title: text` for diagram title
- 72b6b69: fix: ts `--isolatedModules` related issues
- 021988a: fix: [sequenceDiagram] excessive box width bug
- Updated dependencies [72b6b69]
- @pintora/core@0.6.2

## 0.6.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/pintora-diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pintora/diagrams",
"version": "0.6.1",
"version": "0.6.2",
"description": "Core diagrams of pintora",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@hikerpig/moo": "^0.5.2-beta.2",
"@hikerpig/nearley": "^2.21.0-beta.1",
"@pintora/core": "workspace:^0.6.1",
"@pintora/core": "workspace:^0.6.2",
"@pintora/dagre": "^0.10.10",
"@pintora/graphlib": "2.2.2",
"d3-interpolate": "^3.0.1",
Expand All @@ -49,7 +49,7 @@
},
"devDependencies": {
"@pintora/development-kit": "workspace:^0.1.1",
"@pintora/test-shared": "workspace:^0.4.0",
"@pintora/test-shared": "workspace:^0.4.1",
"@types/d3-interpolate": "^3.0.1",
"@types/d3-scale": "^4.0.2",
"@types/d3-shape": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/pintora-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.6.1

### Patch Changes

- 72b6b69: fix: ts `--isolatedModules` related issues
- Updated dependencies [72b6b69]
- @pintora/core@0.6.2

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pintora-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pintora/renderer",
"version": "0.6.0",
"version": "0.6.1",
"description": "Pintora's default renderer",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@antv/g-canvas": "^0.5.12",
"@antv/g-svg": "^0.5.6",
"@pintora/core": "workspace:^0.6.0",
"@pintora/core": "workspace:^0.6.2",
"@types/node": "^16.11.7"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/pintora-standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.6.2

### Patch Changes

- 72b6b69: fix: ts `--isolatedModules` related issues
- 021988a: fix: [sequenceDiagram] excessive box width bug
- Updated dependencies [8fc0bce]
- Updated dependencies [72b6b69]
- Updated dependencies [021988a]
- @pintora/diagrams@0.6.2
- @pintora/core@0.6.2
- @pintora/renderer@0.6.1

## 0.6.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/pintora-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pintora/standalone",
"version": "0.6.0",
"version": "0.6.2",
"description": "A standalone version of pintora that has all the default diagrams",
"keywords": [
"pintora",
Expand Down Expand Up @@ -51,9 +51,9 @@
"url": "https://github.com/hikerpig/pintora/issues"
},
"dependencies": {
"@pintora/core": "workspace:^0.6.0",
"@pintora/diagrams": "workspace:^0.6.0",
"@pintora/renderer": "^0.6.0"
"@pintora/core": "workspace:^0.6.2",
"@pintora/diagrams": "workspace:^0.6.2",
"@pintora/renderer": "^0.6.1"
},
"devDependencies": {
"@pintora/test-shared": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/test-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.4.1

### Patch Changes

- 8fc0bce: feat: [activityDiagram] support `title: text` for diagram title

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pintora/test-shared",
"version": "0.4.0",
"version": "0.4.1",
"description": "Shared testing utils for pintora",
"keywords": [
"pintora"
Expand Down
Loading

0 comments on commit 636a851

Please sign in to comment.