Skip to content

Commit

Permalink
Merge pull request #242 from trimble-oss/dev/coliff/v131-release
Browse files Browse the repository at this point in the history
Release v1.3.1
  • Loading branch information
coliff committed Jun 14, 2023
2 parents 8226e8d + 4db6037 commit ef1ecb3
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 16 deletions.
2 changes: 1 addition & 1 deletion fonts/css.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modus Icons v1.3.0 (https://modus-icons.trimble.com/)
* Modus Icons v1.3.1 (https://modus-icons.trimble.com/)
* Copyright 2023 Trimble Inc.
* Licensed under MIT (https://github.com/trimble-oss/modus-icons/blob/main/LICENSE.md)
*/
Expand Down
2 changes: 1 addition & 1 deletion fonts/html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Modus Icons (1.3.0)</title>
<title>Modus Icons (1.3.1)</title>
<meta name="description" content="Modus Design System Icon fonts">
<style>
body {
Expand Down
2 changes: 1 addition & 1 deletion hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module:

params:
description: "SVG icon library for Modus"
version: "1.3.0"
version: "1.3.1"
bs_docs_version: "4.6"
main: "https://modus.trimble.com"
github_org: "https://github.com/trimble-oss"
Expand Down
14 changes: 9 additions & 5 deletions icons/modus-outlined/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2085,9 +2085,11 @@
{
"name": "launch",
"tags": [
"view",
"arrow",
"external",
"link",
"open",
"arrow"
"view"
],
"categories": [
"Applications"
Expand All @@ -2096,9 +2098,11 @@
{
"name": "launch-bold",
"tags": [
"view",
"arrow",
"external",
"link",
"open",
"arrow"
"view"
],
"categories": [
"Applications"
Expand Down Expand Up @@ -4255,4 +4259,4 @@
"Applications"
]
}
]
]
14 changes: 9 additions & 5 deletions icons/modus-solid/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2085,9 +2085,11 @@
{
"name": "launch",
"tags": [
"view",
"arrow",
"external",
"link",
"open",
"arrow"
"view"
],
"categories": [
"Applications"
Expand All @@ -2096,9 +2098,11 @@
{
"name": "launch-bold",
"tags": [
"view",
"arrow",
"external",
"link",
"open",
"arrow"
"view"
],
"categories": [
"Applications"
Expand Down Expand Up @@ -4255,4 +4259,4 @@
"Applications"
]
}
]
]
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-icons",
"version": "1.3.0",
"version": "1.3.1",
"description": "This is the central repository for all icons used in our web products",
"author": "Trimble",
"publishConfig": {
Expand Down

0 comments on commit ef1ecb3

Please sign in to comment.