Skip to content

Commit

Permalink
Update Bug, Bug Report and Street Measurement icons (#308)
Browse files Browse the repository at this point in the history
plus changes to prepare for v1.5.1
  • Loading branch information
coliff committed Sep 27, 2023
1 parent 5e55a57 commit ee58b92
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build/bump-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const DRY_RUN =
process.argv.includes('--dry') || process.argv.includes('--dry-run');

// These are the files we only care about replacing the version
const FILES = ['fonts/css.hbs', 'fonts/html.hbs', 'hugo.yml'];
const FILES = ['fonts/css.hbs', 'hugo.yml'];

// Blame TC39... https://github.com/benjamingr/RegExp.escape/issues/37
function regExpQuote(string) {
Expand Down
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.2 (https://modus-icons.trimble.com/)
* Modus Icons v1.5.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.2)</title>
<title>Modus Icons</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.5.0"
version: "1.5.1"
bs_docs_version: "4.6"
main: "https://modus.trimble.com"
github_org: "https://github.com/trimble-oss"
Expand Down
2 changes: 1 addition & 1 deletion icons/modus-outlined/bug-report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/modus-outlined/bug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/modus-outlined/street-measurement.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/modus-solid/bug-report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/modus-solid/bug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.5.0",
"version": "1.5.1",
"description": "This is the central repository for all icons used in our web products",
"author": "Trimble",
"publishConfig": {
Expand Down

0 comments on commit ee58b92

Please sign in to comment.