Skip to content

Commit

Permalink
chore: Publish 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Apr 9, 2024
1 parent 4c8346b commit 0cd5da3
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-hotels-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-balloons-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-houses-love.md

This file was deleted.

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

## 0.7.4

### Patch Changes

- 4c8346b: feat(cli): add option `renderInSubprocess` to avoid polluting global scope
- d3cf8e5: fix: [activityDiagram] wrong condition else label
- eab28e6: feat: [diagrams] modify local `themeConfig` through `@config` directive to change noteBackground

## 0.7.3

### 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.20

### Patch Changes

- Updated dependencies [d3cf8e5]
- Updated dependencies [eab28e6]
- @pintora/diagrams@0.7.3

## 0.3.19

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

## 0.7.4

### Patch Changes

- 4c8346b: feat(cli): add option `renderInSubprocess` to avoid polluting global scope

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.7.4",
"description": "A node.js version of pintora",
"keywords": [
"pintora"
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.7.3

### Patch Changes

- d3cf8e5: fix: [activityDiagram] wrong condition else label
- eab28e6: feat: [diagrams] modify local `themeConfig` through `@config` directive to change noteBackground

## 0.7.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.7.2",
"version": "0.7.3",
"description": "Core diagrams of pintora",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 0cd5da3

Please sign in to comment.