Skip to content

Commit

Permalink
Release v090 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jan 17, 2024
1 parent b40c828 commit db5a83d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"basehref",
"bezier",
"blombard",
"bmpf",
"ccircle",
"codelyzer",
"codeql",
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ jobs:
check_dot_files: false
incremental_files_only: true
inline: warning
strict: false
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Trimble Inc.
Copyright (c) 2023-2034 Trimble Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions fonts/css.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Modus Icons v1.8.0 (https://modus-icons.trimble.com/)
* Copyright 2023 Trimble Inc.
* Modus Icons v1.9.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
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.8.0",
"version": "1.9.0",
"description": "This is the central repository for all icons used in our web products",
"author": "Trimble",
"publishConfig": {
Expand Down
4 changes: 1 addition & 3 deletions postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ module.exports = {
'dropdown-item',
'dropdown-menu-end',
'dropdown-menu-icons',
'dropdown-menu-right',
'dropdown-menu',
'dropdown-toggle',
'dropdown',
Expand Down Expand Up @@ -229,11 +228,10 @@ module.exports = {
'text-center',
'text-danger',
'text-decoration-none',
'text-end',
'text-light',
'text-muted',
'text-primary',
'text-sm-right',
'text-right',
'text-trimble-blue-dark',
'text-underline',
'text-white',
Expand Down

0 comments on commit db5a83d

Please sign in to comment.