Skip to content

Commit

Permalink
Release v1.13.0 (#411)
Browse files Browse the repository at this point in the history
* Release v1.13.0

* Update super-linter.yml
  • Loading branch information
coliff committed Apr 29, 2024
1 parent 851d43b commit ad984b6
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 23 deletions.
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
LINTER_RULES_PATH: /
LOG_LEVEL: NOTICE
SUPPRESS_POSSUM: true
VALIDATE_CHECKOV: false
VALIDATE_CSS: false
VALIDATE_EDITORCONFIG: false
VALIDATE_GITLEAKS: false
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
.DS_Store
.hugo_build.lock
_site-data.json
# app-components/preview/app-components.js
# docs/assets/js/app-components.js
app-components/preview/app-components.js
docs/assets/js/app-components.js
Thumbs.db
3 changes: 0 additions & 3 deletions app-components/preview/app-components.js

This file was deleted.

3 changes: 0 additions & 3 deletions docs/assets/js/app-components.js

This file was deleted.

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.12.1 (https://modus-icons.trimble.com/)
* Modus Icons v1.13.0 (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.12.1"
version: "1.13.0"
main: "https://modus.trimble.com"
github_org: "https://github.com/trimble-oss"
repo: "https://github.com/trimble-oss/modus-icons"
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-icons",
"version": "1.12.1",
"version": "1.13.0",
"description": "This is the central repository for all icons used in our web products",
"author": "Trimble",
"publishConfig": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"fs-extra": "11.2.0",
"handlebars": "4.7.8",
"htmlhint": "1.1.4",
"hugo-bin": "0.122.3",
"hugo-bin": "0.122.4",
"icon-font-generator": "2.1.11",
"lockfile-lint": "4.13.2",
"lodash": "4.17.21",
Expand All @@ -65,7 +65,7 @@
"q": "1.5.1",
"read-chunk": "3.2.0",
"rename-cli": "7.0.2",
"sass": "1.74.1",
"sass": "1.75.0",
"shx": "0.3.4",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.1.0",
Expand Down

0 comments on commit ad984b6

Please sign in to comment.