Skip to content

Commit

Permalink
Ship v1.1.0 (#166)
Browse files Browse the repository at this point in the history
This bumps the version number
  • Loading branch information
coliff committed Mar 10, 2023
1 parent 0c7c7c2 commit 3549a9c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,23 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: .*build/.*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IGNORE_GITIGNORED_FILES: true
JAVASCRIPT_DEFAULT_STYLE: prettier
LINTER_RULES_PATH: /
LOG_LEVEL: NOTICE
SUPPRESS_POSSUM: true
VALIDATE_CSS: false
VALIDATE_EDITORCONFIG: false
VALIDATE_GITLEAKS: false
VALIDATE_HTML: false
VALIDATE_JSCPD: false
VALIDATE_NATURAL_LANGUAGE: false
Expand Down
4 changes: 2 additions & 2 deletions hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ module:

params:
description: "SVG icon library for Modus"
version: "1.0.1"
version: "1.1.0"
bs_docs_version: "4.6"
main: "https://modus.trimble.com"
github_org: "https://github.com/trimble-oss"
repo: "https://github.com/trimble-oss/modus-icons"
trimble_insights_key: "stP0oRfZPt6GLobwfavo9qgV0yKtChK2AWVtnsw9"
trimble_insights_key: "stP0oRfZPt6GLobwfavo9qgV0yKtChK2AWVtnsw9" #gitleaks:allow

menu:
main:
Expand Down
4 changes: 2 additions & 2 deletions icons/modus-solid/folder-unlocked.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.0.1",
"version": "1.1.0",
"description": "This is the central repository for all icons used in our web products",
"author": "Trimble",
"publishConfig": {
Expand Down

0 comments on commit 3549a9c

Please sign in to comment.