Skip to content

Commit

Permalink
chore: Publish 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Dec 10, 2023
1 parent 68e0066 commit 8b5e8ea
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/ninety-trainers-occur.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rude-wasps-wait.md

This file was deleted.

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

## 0.3.13

### Patch Changes

- Updated dependencies [5225305]
- Updated dependencies [68e0066]
- @pintora/diagrams@0.6.4
- @pintora/standalone@0.6.4

## 0.3.12

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

## 0.6.4

### Patch Changes

- 5225305: [componentDiagram] Add a param 'hideGroupType'
- 68e0066: fix: [mindmap] hyphen inside multiline text
- Updated dependencies [68e0066]
- @pintora/standalone@0.6.4

## 0.6.3

### 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.3",
"version": "0.6.4",
"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.3",
"@pintora/standalone": "workspace:^0.6.4",
"canvas": "*",
"consola": "^3.0.0",
"jsdom": "^20.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/pintora-diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.6.4

### Patch Changes

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

## 0.6.3

### 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.3",
"version": "0.6.4",
"description": "Core diagrams of pintora",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/pintora-standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.6.4

### Patch Changes

- 5225305: [componentDiagram] Add a param 'hideGroupType'
- 68e0066: fix: [mindmap] hyphen inside multiline text
- Updated dependencies [68e0066]
- @pintora/diagrams@0.6.4

## 0.6.3

### 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.3",
"version": "0.6.4",
"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.3",
"@pintora/diagrams": "workspace:^0.6.4",
"@pintora/renderer": "^0.6.1"
},
"devDependencies": {
Expand Down

1 comment on commit 8b5e8ea

@vercel
Copy link

@vercel vercel bot commented on 8b5e8ea Dec 10, 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.