Skip to content

Commit

Permalink
chore: Publish 0.6.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Jul 31, 2022
1 parent a743cd0 commit d9cb61a
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
"dirty-wasps-cheer",
"dry-cars-walk",
"great-elephants-repeat",
"grumpy-sheep-cover",
"lazy-deers-begin",
"new-dots-remember",
"nine-steaks-hope",
"rich-ravens-carry",
"tasty-pugs-begin",
"wise-planets-smile"
]
Expand Down
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.9-alpha.2

### Patch Changes

- Updated dependencies [a997bee]
- Updated dependencies [240e0af]
- Updated dependencies [beecc00]
- @pintora/diagrams@0.6.0-alpha.2

## 0.3.9-alpha.1

### 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.9-alpha.1",
"version": "0.3.9-alpha.2",
"private": true,
"scripts": {
"dev": "vite --port 3001",
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.0-alpha.2

### Patch Changes

- a997bee: feat: [dotDiagra] some common node shapes
- 240e0af: optimize: [sequence] classifier fallback if there is no symbol icon
- beecc00: fix: [sequence] actor order bug, #127

## 0.6.0-alpha.1

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

## 0.5.0-alpha.1

### Patch Changes

- 240e0af: optimize: [sequence] classifier fallback if there is no symbol icon
- beecc00: fix: [sequence] actor order bug, #127

## 0.5.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pintora-website",
"version": "0.5.0-alpha.0",
"version": "0.5.0-alpha.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

1 comment on commit d9cb61a

@vercel
Copy link

@vercel vercel bot commented on d9cb61a Jul 31, 2022

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.