Skip to content

Commit

Permalink
Merge pull request #46 from trimble-oss/dev/coliff/release-v203
Browse files Browse the repository at this point in the history
Release v203
  • Loading branch information
coliff authored Sep 24, 2024
2 parents 46f3f29 + fb6cb63 commit 73623d8
Show file tree
Hide file tree
Showing 23 changed files with 59 additions and 57 deletions.
2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-grid.css

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

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-grid.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-grid.min.css

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

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-grid.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-reboot.css

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

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-reboot.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-reboot.min.css

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

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-reboot.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-utilities.css

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

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-utilities.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-utilities.min.css

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

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-utilities.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap.css

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

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap.min.css

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

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ params:
authors: "Trimble"
disableModusBootstrapCSS: true

current_version: "2.0.2"
current_ruby_version: "2.0.2"
current_version: "2.0.3"
current_ruby_version: "2.0.3"
docs_version: "v2"
rfs_version: "v10.0.0"
github_org: "https://github.com/trimble-oss"
Expand Down
68 changes: 34 additions & 34 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,7 +1,7 @@
{
"name": "@trimble-oss/modus-bootstrap",
"description": "Modus Bootstrap 2 based on Bootstrap v5.x",
"version": "2.0.2",
"version": "2.0.3",
"config": {
"version_short": "2.0"
},
Expand Down Expand Up @@ -72,7 +72,7 @@
"clean-css-cli": "^5.6.3",
"clipboard": "^2.0.11",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "8.57.1",
"eslint-config-xo": "^0.45.0",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -90,7 +90,7 @@
"postcss-cli": "^11.0.0",
"postcss-drop-empty-css-vars": "^0.0.0",
"rtlcss": "^4.3.0",
"sass": "^1.78.0",
"sass": "1.77.6",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
"stylelint": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion scss/mixins/_banner.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@mixin bsBanner($file) {
/*!
* Modus Bootstrap #{$file} v2.0.2 (https://modus-bootstrap.trimble.com/)
* Modus Bootstrap #{$file} v2.0.3 (https://modus-bootstrap.trimble.com/)
* Copyright 2024 Trimble Inc.
* Licensed under MIT (https://github.com/trimble-oss/modus-bootstrap/blob/main/LICENSE)
* This a fork of Bootstrap: Initial license below
Expand Down
2 changes: 1 addition & 1 deletion site/data/docs-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
- group: v2.x
baseurl: "https://modus-bootstrap.trimble.com/"
versions:
- v: "2.0.2"
- v: "2.0.3"
1 change: 1 addition & 0 deletions site/layouts/partials/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

{{ if .IsHome }}
{{ hugo.Generator }}
<meta name="google-site-verification" content="NMOesOkCLPuh0w1wyYyMje6YCd3XpJ30lrK5RfvEj7g" />
{{ end }}

<script src="/js/bootstrap.bundle.min.js"></script>
Expand Down
1 change: 1 addition & 0 deletions site/static/google8b0b779935bc76f8.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google8b0b779935bc76f8.html

0 comments on commit 73623d8

Please sign in to comment.