Skip to content

Commit 06e9908

Browse files
authored
Merge pull request #314 from it-at-m/beta
release new 2.0 version second try :D
2 parents dbc91e3 + 869381d commit 06e9908

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3849
-3040
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<img height="140" src="docs/images/muc-patternlab.png" />
33
</p>
44

5+
56
<p align="center">
67
<a href="https://github.com/it-at-m/muc-patternlab-vue/actions/workflows/build.yaml?query=branch%3Amain">
78
<img src="https://img.shields.io/github/actions/workflow/status/it-at-m/muc-patternlab-vue/build.yaml"
@@ -21,7 +22,7 @@
2122

2223

2324
This repository contains a ready-to-use Vue-Components-Library based
24-
on [munich.de's MDE5 Patternlab](https://patternlab.muenchen.space/).
25+
on [munich.de's MDE5 Patternlab](https://patternlab.muenchen.space/). Current supported Version is [1.0.4](https://patternlab.muenchen.space/?p=documentation-changelog).
2526

2627
In its current state only some components exist. The library will continually grow as the need for new components grows.
2728

docs/GettingStarted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In your `package.json`, you shall have the dependencies compatible with the foll
1818

1919
```json
2020
"dependencies": {
21-
"vue": "^3.4.0"
21+
"vue": "^3.5.0"
2222
}
2323
```
2424

0 commit comments

Comments
 (0)