Skip to content

Commit

Permalink
chore: Publish 0.7.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Jan 6, 2024
1 parent a5d289b commit 1f665a5
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
"pintora-website": "0.6.0"
},
"changesets": [
"fair-poems-drum",
"fair-zoos-mix",
"fresh-hornets-count",
"happy-eels-hear",
"neat-steaks-grab",
"short-tables-roll",
"unlucky-geckos-tap"
]
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 0.7.0-alpha.1

### Patch Changes

- a5d289b: fix: classDiagram relation direction, and add docs
- 2df9693: [sequenceDiagram] remove unnecessary stroke in message text

## 0.7.0-alpha.0

### Minor Changes

- 2d1f668: Add classDiagram

### Patch Changes

- 0a27a38: Be able to inject text-metric calculator in case there is no Canvas impl in the environment.
- 4d419a7: feat: build standalone with esbuild
- Updated dependencies [0a27a38]
- Updated dependencies [2d1f668]
- @pintora/core@0.7.0-alpha.0

## 0.6.5

### Patch Changes
Expand Down
12 changes: 12 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.3.16-alpha.1

### Patch Changes

- a5d289b: fix: classDiagram relation direction, and add docs
- a7640a4: Upgrade to reduxjs toolkit v2
- Updated dependencies [a5d289b]
- Updated dependencies [2df9693]
- @pintora/diagrams@0.7.0-alpha.1
- @pintora/test-shared@0.5.0-alpha.1
- @pintora/standalone@0.7.0-alpha.0

## 0.3.16-alpha.0

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

### Patch Changes

- a5d289b: fix: classDiagram relation direction, and add docs
- 2df9693: [sequenceDiagram] remove unnecessary stroke in message text

## 0.7.0-alpha.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha.0",
"version": "0.7.0-alpha.1",
"description": "Core diagrams of pintora",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@pintora/development-kit": "workspace:^0.1.1",
"@pintora/test-shared": "workspace:^0.5.0-alpha.0",
"@pintora/test-shared": "workspace:^0.5.0-alpha.1",
"@types/d3-interpolate": "^3.0.1",
"@types/d3-scale": "^4.0.2",
"@types/d3-shape": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/pintora-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@pintora/core": "workspace:^0.7.0-alpha.0",
"@pintora/diagrams": "workspace:^0.7.0-alpha.0",
"@pintora/diagrams": "workspace:^0.7.0-alpha.1",
"@pintora/renderer": "^0.7.0-alpha.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/test-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.5.0-alpha.1

### Patch Changes

- a5d289b: fix: classDiagram relation direction, and add docs

## 0.5.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pintora/test-shared",
"version": "0.5.0-alpha.0",
"version": "0.5.0-alpha.1",
"description": "Shared testing utils for pintora",
"keywords": [
"pintora"
Expand Down
9 changes: 9 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.7.0-alpha.1

### Patch Changes

- a5d289b: fix: classDiagram relation direction, and add docs
- Updated dependencies [a5d289b]
- @pintora/test-shared@0.5.0-alpha.1
- @pintora/standalone@0.7.0-alpha.0

## 0.7.0-alpha.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.7.0-alpha.0",
"version": "0.7.0-alpha.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -19,7 +19,7 @@
"@docusaurus/theme-common": "^3.0.1",
"@mdx-js/react": "^3.0.0",
"@pintora/standalone": "workspace:^0.7.0-alpha.0",
"@pintora/test-shared": "workspace:^0.5.0-alpha.0",
"@pintora/test-shared": "workspace:^0.5.0-alpha.1",
"@svgr/webpack": "^8.0.0",
"clsx": "^2.0.0",
"docusaurus-plugin-less": "^2.0.2",
Expand Down

0 comments on commit 1f665a5

Please sign in to comment.