Skip to content

Commit

Permalink
chore: Publish 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Nov 22, 2023
1 parent 09923c5 commit 117cefd
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 34 deletions.
7 changes: 0 additions & 7 deletions .changeset/chilly-cherries-rule.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/long-experts-brake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/slow-mice-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-waves-whisper.md

This file was deleted.

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

## 0.3.12

### Patch Changes

- Updated dependencies [1be0419]
- Updated dependencies [09923c5]
- Updated dependencies [bb18a39]
- @pintora/diagrams@0.6.3
- @pintora/standalone@0.6.3

## 0.3.11

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

## 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
- Updated dependencies [1be0419]
- Updated dependencies [09923c5]
- Updated dependencies [bb18a39]
- @pintora/standalone@0.6.3

## 0.6.2

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

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

## 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
- Updated dependencies [1be0419]
- Updated dependencies [09923c5]
- Updated dependencies [bb18a39]
- @pintora/diagrams@0.6.3

## 0.6.2

### 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.2",
"version": "0.6.3",
"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.2",
"@pintora/diagrams": "workspace:^0.6.3",
"@pintora/renderer": "^0.6.1"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.5.1

### Patch Changes

- b8cdbed: fix broken highlight
- Updated dependencies [1be0419]
- Updated dependencies [09923c5]
- Updated dependencies [bb18a39]
- @pintora/standalone@0.6.3

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pintora-website",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -18,7 +18,7 @@
"@docusaurus/preset-classic": "2.4.3",
"@docusaurus/theme-common": "2.4.3",
"@mdx-js/react": "^1.6.22",
"@pintora/standalone": "workspace:^0.6.0",
"@pintora/standalone": "workspace:^0.6.3",
"@pintora/test-shared": "workspace:^0.4.0",
"@svgr/webpack": "^8.0.0",
"clsx": "^1.1.1",
Expand Down

0 comments on commit 117cefd

Please sign in to comment.