Skip to content

Commit 5bf6d7b

Browse files
committed
💥 Update MDE-Patternlab to 1.1.6 - please update your assets.muenchen.de URLs
1 parent 428a292 commit 5bf6d7b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.storybook/preview-head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!-- Load MDE-CSS from assets-Server -->
22
<link
33
rel="stylesheet"
4-
href="https://assets.muenchen.de/mde/1.0.10/css/fonts.css"
4+
href="https://assets.muenchen.de/mde/1.1.6/css/fonts.css"
55
/>
66
<link
77
rel="stylesheet"
8-
href="https://assets.muenchen.de/mde/1.0.10/css/style.css"
8+
href="https://assets.muenchen.de/mde/1.1.6/css/style.css"
99
/>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ on [munich.de's MDE5 Patternlab](https://patternlab.muenchen.space/).
3838
The supported MDE-Version can be taken out of the following table:
3939

4040
| muc-patternlab-vue | MDE Version |
41+
| >= 6.x | [1.1.6](https://patternlab.muenchen.space/?p=documentation-changelog) |
4142
| >= 5.x | [1.0.10](https://patternlab.muenchen.space/?p=documentation-changelog) |
4243
| >= 4.x | [1.0.7](https://patternlab.muenchen.space/?p=documentation-changelog) |
4344
| >= 3.x | [1.0.6](https://patternlab.muenchen.space/?p=documentation-changelog) |

docs/GettingStarted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In your Webcomponents root you should import the MDE5-CSS from assets.muenchen.d
4545

4646
<template>
4747
<link
48-
href="https://assets.muenchen.de/mde/1.0.10/css/style.css"
48+
href="https://assets.muenchen.de/mde/1.1.6/css/style.css"
4949
rel="stylesheet"
5050
/>
5151

0 commit comments

Comments
 (0)