Skip to content

Commit

Permalink
v17.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
svene committed Jan 17, 2025
1 parent 495aef3 commit f29c6d3
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.2.4",
"@baloise/ds-brand-icons": "17.2.4"
"@baloise/ds-core": "17.2.5",
"@baloise/ds-brand-icons": "17.2.5"
}
}
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.2.4</version>
<version>17.2.5</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>17.2.4</version>
<version>17.2.5</version>
</dependency>
...
----
Expand All @@ -52,9 +52,9 @@ Otherwise include the version as follows:
----
...
<head>
<link rel="stylesheet" href="/webjars/baloise-design-system/17.2.4/@baloise/ds-styles/css/all.min.css" />
<script type="module" src="/webjars/baloise-design-system/17.2.4/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.esm.js"></script>
<script nomodule src="/webjars/baloise-design-system/17.2.4/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.js"></script>
<link rel="stylesheet" href="/webjars/baloise-design-system/17.2.5/@baloise/ds-styles/css/all.min.css" />
<script type="module" src="/webjars/baloise-design-system/17.2.5/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.esm.js"></script>
<script nomodule src="/webjars/baloise-design-system/17.2.5/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.js"></script>
</head>
...
----
Expand Down

0 comments on commit f29c6d3

Please sign in to comment.