Skip to content

Commit

Permalink
chore: Publish 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Jun 16, 2024
1 parent f06dfd0 commit deed150
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-readers-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-tomatoes-joke.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.5

### Patch Changes

- f06dfd0: fix: [activity] strange corner whene condition is inside while
- 3082c5c: feat: [sequence] add `participantBorderColor` param

## 0.7.4

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

### Patch Changes

- Updated dependencies [f06dfd0]
- Updated dependencies [3082c5c]
- @pintora/diagrams@0.7.4

## 0.3.20

### 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.20",
"version": "0.3.21",
"private": true,
"scripts": {
"dev": "vite --port 3001",
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.4",
"version": "0.7.5",
"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.4

### Patch Changes

- f06dfd0: fix: [activity] strange corner whene condition is inside while
- 3082c5c: feat: [sequence] add `participantBorderColor` param

## 0.7.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.7.3",
"version": "0.7.4",
"description": "Core diagrams of pintora",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.7.4",
"description": "A standalone version of pintora that has all the default diagrams",
"keywords": [
"pintora",
Expand Down

0 comments on commit deed150

Please sign in to comment.