Skip to content

Commit

Permalink
chore: Publish 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Feb 28, 2024
1 parent f1c4c96 commit 3d91b5f
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-buckets-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-badgers-complain.md

This file was deleted.

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

## 0.7.1

### Patch Changes

- f1c4c96: fix: [sequenceDiagram] nested loop container bg rect drawing order
- 3984345: should cleanup global pollution after render

## 0.7.0

### Breaking 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.17

### Patch Changes

- Updated dependencies [f1c4c96]
- @pintora/diagrams@0.7.1
- @pintora/standalone@0.7.1

## 0.3.16

### 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.16",
"version": "0.3.17",
"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.7.1

### Patch Changes

- f1c4c96: fix: [sequenceDiagram] nested loop container bg rect drawing order
- 3984345: should cleanup global pollution after render
- Updated dependencies [f1c4c96]
- @pintora/standalone@0.7.1

## 0.7.0

### Minor 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.7.0",
"version": "0.7.1",
"description": "A node.js version of pintora",
"keywords": [
"pintora"
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@pintora/core": "workspace:^0.7.0",
"@pintora/renderer": "^0.7.0",
"@pintora/standalone": "workspace:^0.7.0",
"@pintora/standalone": "workspace:^0.7.1",
"canvas": "^2.11.2",
"consola": "^3.0.0",
"jsdom": "^24.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.7.1

### Patch Changes

- f1c4c96: fix: [sequenceDiagram] nested loop container bg rect drawing order

## 0.7.0

### Breaking 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.7.0",
"version": "0.7.1",
"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.7.1

### Patch Changes

- f1c4c96: fix: [sequenceDiagram] nested loop container bg rect drawing order
- Updated dependencies [f1c4c96]
- @pintora/diagrams@0.7.1

## 0.7.0

### Minor 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.7.0",
"version": "0.7.1",
"description": "A standalone version of pintora that has all the default diagrams",
"keywords": [
"pintora",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@pintora/core": "workspace:^0.7.0",
"@pintora/diagrams": "workspace:^0.7.0",
"@pintora/diagrams": "workspace:^0.7.1",
"@pintora/renderer": "^0.7.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/pintora-target-wintercg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## 0.1.0

## 0.1.1

### Patch Changes

- Updated dependencies [f1c4c96]
- @pintora/standalone@0.7.1

### Minor Changes

- a4ab37d: Generate WinterCG compatible output
Expand Down
2 changes: 1 addition & 1 deletion packages/pintora-target-wintercg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pintora/target-wintercg",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pintora standalone target thast can run in WinterCG runtime",
"homepage": "https://github.com/hikerpig/pintora#readme",
"repository": {
Expand Down

0 comments on commit 3d91b5f

Please sign in to comment.