From db5a83d2b238c15c3ff1c7e4a8c188a9092a58e5 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 17 Jan 2024 17:54:41 +0900 Subject: [PATCH] Release v090 (#356) --- .cspell.json | 1 + .github/workflows/spellcheck.yml | 1 - LICENSE.md | 2 +- fonts/css.hbs | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- postcss.config.js | 4 +--- 7 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.cspell.json b/.cspell.json index d5f11249..01839350 100644 --- a/.cspell.json +++ b/.cspell.json @@ -4,6 +4,7 @@ "basehref", "bezier", "blombard", + "bmpf", "ccircle", "codelyzer", "codeql", diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 203d5b32..8fa1a48f 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -30,4 +30,3 @@ jobs: check_dot_files: false incremental_files_only: true inline: warning - strict: false diff --git a/LICENSE.md b/LICENSE.md index 2fdad21f..46db697d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/fonts/css.hbs b/fonts/css.hbs index 12ea6a54..64b9ce89 100644 --- a/fonts/css.hbs +++ b/fonts/css.hbs @@ -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) */ diff --git a/package-lock.json b/package-lock.json index 4120ce9c..ef303e0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@trimble-oss/modus-icons", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@trimble-oss/modus-icons", - "version": "1.8.0", + "version": "1.9.0", "license": "MIT", "devDependencies": { "@fullhuman/postcss-purgecss": "5.0.0", diff --git a/package.json b/package.json index 59f308b9..571fccf1 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/postcss.config.js b/postcss.config.js index c2dbec12..4783ff5b 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -89,7 +89,6 @@ module.exports = { 'dropdown-item', 'dropdown-menu-end', 'dropdown-menu-icons', - 'dropdown-menu-right', 'dropdown-menu', 'dropdown-toggle', 'dropdown', @@ -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',