Skip to content

Commit

Permalink
v17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svene committed Dec 7, 2024
1 parent c377071 commit 331bc10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@baloise/ds-core": "17.0.0",
"@baloise/ds-brand-icons": "17.0.0"
"@baloise/ds-core": "17.1.0",
"@baloise/ds-brand-icons": "17.1.0"
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>org.webjars</groupId>
<artifactId>baloise-design-system</artifactId>
<version>17.0.0</version>
<version>17.1.0</version>
<packaging>jar</packaging>

<name>baloise-design-system-webjar</name>
Expand Down
8 changes: 4 additions & 4 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Now the webjar can be consumed like this:
<dependency>
<groupId>org.webjars</groupId>
<artifactId>baloise-design-system</artifactId>
<version>x.x.x</version>
<version>17.1.0</version>
</dependency>
...
----
Expand All @@ -36,9 +36,9 @@ Now the webjar can be consumed like this:
----
...
<head>
<link rel="stylesheet" href="/webjars/baloise-design-system/17.0.0/@baloise/ds-styles/css/all.min.css" />
<script type="module" src="/webjars/baloise-design-system/17.0.0/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.esm.js"></script>
<script nomodule src="/webjars/baloise-design-system/17.0.0/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.js"></script>
<link rel="stylesheet" href="/webjars/baloise-design-system/17.1.0/@baloise/ds-styles/css/all.min.css" />
<script type="module" src="/webjars/baloise-design-system/17.1.0/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.esm.js"></script>
<script nomodule src="/webjars/baloise-design-system/17.1.0/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.js"></script>
</head>
...
----
Expand Down

0 comments on commit 331bc10

Please sign in to comment.