Skip to content

Commit

Permalink
chore: Publish 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Dec 17, 2023
1 parent 4661a7a commit 9479c96
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/kind-birds-kneel.md

This file was deleted.

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

## 0.6.5

### Patch Changes

- 4661a7a: Be able to escape `"` inside quoted string

## 0.6.4

### Patch Changes

- 5225305: [componentDiagram] Add a param 'hideGroupType'
- 68e0066: fix: [mindmap] hyphen inside multiline text

## 0.6.3

### Patch Changes

- 1be0419: fix: [activity] Incorrect display of forks inside groups
- 09923c5: [activity] fix incorrect display for nested group
- bb18a39: fix: [diagram] make sure diagram title won't be cropped when it's wider than other contents

## 0.6.2

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.3.14

### Patch Changes

- Updated dependencies [4661a7a]
- @pintora/diagrams@0.6.5
- @pintora/standalone@0.6.5

## 0.3.13

### 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.13",
"version": "0.3.14",
"private": true,
"scripts": {
"dev": "vite --port 3001",
Expand Down
8 changes: 8 additions & 0 deletions packages/pintora-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.6.5

### Patch Changes

- 4661a7a: Be able to escape `"` inside quoted string
- Updated dependencies [4661a7a]
- @pintora/standalone@0.6.5

## 0.6.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "0.6.5",
"description": "A node.js version of pintora",
"keywords": [
"pintora"
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@pintora/core": "workspace:^0.6.2",
"@pintora/renderer": "^0.6.1",
"@pintora/standalone": "workspace:^0.6.4",
"@pintora/standalone": "workspace:^0.6.5",
"canvas": "*",
"consola": "^3.0.0",
"jsdom": "^20.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/pintora-diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.6.5

### Patch Changes

- 4661a7a: Be able to escape `"` inside quoted string

## 0.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "0.6.5",
"description": "Core diagrams of pintora",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/pintora-standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.6.5

### Patch Changes

- 4661a7a: Be able to escape `"` inside quoted string
- Updated dependencies [4661a7a]
- @pintora/diagrams@0.6.5

## 0.6.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "0.6.5",
"description": "A standalone version of pintora that has all the default diagrams",
"keywords": [
"pintora",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@pintora/core": "workspace:^0.6.2",
"@pintora/diagrams": "workspace:^0.6.4",
"@pintora/diagrams": "workspace:^0.6.5",
"@pintora/renderer": "^0.6.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 9479c96

@vercel
Copy link

@vercel vercel bot commented on 9479c96 Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.