Skip to content

Commit

Permalink
Rename bar code to barcode
Browse files Browse the repository at this point in the history
barcode should be one word for consistency with the other barcode icons.
  • Loading branch information
coliff committed Apr 29, 2024
1 parent ad984b6 commit 39804a5
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ _site-data.json
app-components/preview/app-components.js
docs/assets/js/app-components.js
Thumbs.db
app-components/src/app/_data/site-data.ts
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.13.0 (https://modus-icons.trimble.com/)
* Modus Icons v1.13.1 (https://modus-icons.trimble.com/)
* Copyright 2023-2024 Trimble Inc.
* Licensed under MIT (https://github.com/trimble-oss/modus-icons/blob/main/LICENSE.md)
*/
Expand Down
2 changes: 1 addition & 1 deletion hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module:

params:
description: "SVG icon library for Modus"
version: "1.13.0"
version: "1.13.1"
main: "https://modus.trimble.com"
github_org: "https://github.com/trimble-oss"
repo: "https://github.com/trimble-oss/modus-icons"
Expand Down
6 changes: 3 additions & 3 deletions icons/modus-outlined/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4201,9 +4201,9 @@
]
},
{
"name": "scan-bar-code",
"name": "scan-barcode",
"tags": [
"bar code",
"barcode",
"scan"
],
"categories": [
Expand Down Expand Up @@ -5698,4 +5698,4 @@
"Applications"
]
}
]
]
File renamed without changes
6 changes: 3 additions & 3 deletions icons/modus-solid/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4201,9 +4201,9 @@
]
},
{
"name": "scan-bar-code",
"name": "scan-barcode",
"tags": [
"bar code",
"barcode",
"scan"
],
"categories": [
Expand Down Expand Up @@ -5698,4 +5698,4 @@
"Applications"
]
}
]
]
File renamed without changes
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.13.0",
"version": "1.13.1",
"description": "This is the central repository for all icons used in our web products",
"author": "Trimble",
"publishConfig": {
Expand Down

0 comments on commit 39804a5

Please sign in to comment.