Skip to content

Commit 32710c1

Browse files
authored
Merge pull request #5812 from mermaid-js/changeset-release/master
Version Packages
2 parents 0520329 + 9bcf614 commit 32710c1

17 files changed

+50
-47
lines changed

.changeset/eight-apricots-arrive.md

-5
This file was deleted.

.changeset/famous-bananas-join.md

-6
This file was deleted.

.changeset/khaki-items-leave.md

-5
This file was deleted.

.changeset/nice-flowers-yawn.md

-8
This file was deleted.

.changeset/pants-things-go.md

-6
This file was deleted.

.changeset/silly-apples-glow.md

-5
This file was deleted.

.changeset/yellow-maps-poke.md

-5
This file was deleted.

docs/syntax/architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
>
55
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/syntax/architecture.md](../../packages/mermaid/src/docs/syntax/architecture.md).
66
7-
# Architecture Diagrams Documentation (v\<MERMAID_RELEASE_VERSION>+)
7+
# Architecture Diagrams Documentation (v11.1.0+)
88

99
> In the context of mermaid-js, the architecture diagram is used to show the relationship between services and resources commonly found within the Cloud or CI/CD deployments. In an architecture diagram, services (nodes) are connected by edges. Related services can be placed within groups to better illustrate how they are organized.
1010

docs/syntax/entityRelationshipDiagram.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ erDiagram
286286

287287
- If you want the relationship label to be more than one word, you must use double quotes around the phrase
288288
- If you don't want a label at all on a relationship, you must use an empty double-quoted string
289-
- (v\<MERMAID_RELEASE_VERSION>+) If you want a multi-line label on a relationship, use `<br />` between the two lines (`"first line<br />second line"`)
289+
- (v11.1.0+) If you want a multi-line label on a relationship, use `<br />` between the two lines (`"first line<br />second line"`)
290290

291291
## Styling
292292

packages/mermaid-layout-elk/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @mermaid-js/layout-elk
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#2](https://github.com/calvinvette/mermaid/pull/2) [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989) Thanks [@calvinvette](https://github.com/calvinvette)! - fix: Updates to the default elk configuration
8+
feat: exposing cycleBreakingStrategy to the configuration so that it can be modified suing the configuration.
9+
- Updated dependencies [[`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989), [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989), [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989), [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989), [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989)]:
10+
11+
312
## 0.1.2
413

514
### Patch Changes

packages/mermaid-layout-elk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mermaid-js/layout-elk",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "ELK layout engine for mermaid",
55
"module": "dist/mermaid-layout-elk.core.mjs",
66
"types": "dist/layouts.d.ts",

packages/mermaid/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# mermaid
22

3+
## 11.1.0
4+
5+
### Minor Changes
6+
7+
- [#2](https://github.com/calvinvette/mermaid/pull/2) [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989) Thanks [@calvinvette](https://github.com/calvinvette)! - feat: Add support for iconify icons
8+
9+
- [#2](https://github.com/calvinvette/mermaid/pull/2) [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989) Thanks [@calvinvette](https://github.com/calvinvette)! - feat(er): allow multi-line relationship labels
10+
11+
- [#2](https://github.com/calvinvette/mermaid/pull/2) [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989) Thanks [@calvinvette](https://github.com/calvinvette)! - New Diagram: Architecture
12+
13+
Adds architecture diagrams which allows users to show relations between services.
14+
15+
### Patch Changes
16+
17+
- [#2](https://github.com/calvinvette/mermaid/pull/2) [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989) Thanks [@calvinvette](https://github.com/calvinvette)! - Fix for self loops in cluster
18+
Supporting legacy defaultRenderer directive
19+
20+
- [#2](https://github.com/calvinvette/mermaid/pull/2) [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989) Thanks [@calvinvette](https://github.com/calvinvette)! - chore: Move icons to architecture, remove full icon sets to reduce bundle size
21+
22+
- Updated dependencies [[`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989), [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989)]:
23+
- @mermaid-js/parser@0.3.0
24+
325
## 11.0.2
426

527
### Patch Changes

packages/mermaid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mermaid",
3-
"version": "11.0.2",
3+
"version": "11.1.0",
44
"description": "Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.",
55
"type": "module",
66
"module": "./dist/mermaid.core.mjs",

packages/mermaid/src/docs/syntax/architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Architecture Diagrams Documentation (v<MERMAID_RELEASE_VERSION>+)
1+
# Architecture Diagrams Documentation (v11.1.0+)
22

33
> In the context of mermaid-js, the architecture diagram is used to show the relationship between services and resources commonly found within the Cloud or CI/CD deployments. In an architecture diagram, services (nodes) are connected by edges. Related services can be placed within groups to better illustrate how they are organized.
44

packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ erDiagram
192192

193193
- If you want the relationship label to be more than one word, you must use double quotes around the phrase
194194
- If you don't want a label at all on a relationship, you must use an empty double-quoted string
195-
- (v<MERMAID_RELEASE_VERSION>+) If you want a multi-line label on a relationship, use `<br />` between the two lines (`"first line<br />second line"`)
195+
- (v11.1.0+) If you want a multi-line label on a relationship, use `<br />` between the two lines (`"first line<br />second line"`)
196196

197197
## Styling
198198

packages/parser/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @mermaid-js/parser
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#2](https://github.com/calvinvette/mermaid/pull/2) [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989) Thanks [@calvinvette](https://github.com/calvinvette)! - New Diagram: Architecture
8+
9+
Adds architecture diagrams which allows users to show relations between services.
10+
11+
### Patch Changes
12+
13+
- [#2](https://github.com/calvinvette/mermaid/pull/2) [`10795b1`](https://github.com/mermaid-js/mermaid/commit/10795b1d89ecdf43a6414baa2cb37f585549b989) Thanks [@calvinvette](https://github.com/calvinvette)! - feat: Support - in architecture icons
14+
315
## 0.2.0
416

517
### Minor Changes

packages/parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mermaid-js/parser",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "MermaidJS parser",
55
"author": "Yokozuna59",
66
"contributors": [

0 commit comments

Comments
 (0)