Skip to content

Commit

Permalink
Merge pull request #14 from st3phhays/release/choco-theme/0.2.0
Browse files Browse the repository at this point in the history
(#13) choco-theme 0.2.0
  • Loading branch information
st3phhays authored Jan 4, 2023
2 parents aa6c6a1 + 90c055c commit 67ae5e5
Show file tree
Hide file tree
Showing 7 changed files with 1,345 additions and 779 deletions.
10 changes: 9 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,15 @@ const purgeCss = () => {
'table-responsive-sm',
'table-responsive',
'clear-button',
'recent-activity-item-meta'
'recent-activity-item-meta',
'fa-check',
'fa-triangle-exclamation',
'fa-info',
'fa-xmark',
'text-bg-warning',
'text-bg-danger',
'text-bg-success',
'text-bg-info'
],
keyframes: true,
variables: true
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "choco-theme",
"author": "Chocolatey Software",
"version": "101.2.0",
"version": "101.3.0",
"api_version": 2,
"default_locale": "en-us",
"settings": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"choco-theme": "0.1.6",
"choco-theme": "0.2.0",
"husky": "^4.2.3",
"js-yaml": "^3.13.1",
"semantic-release": "^17.0.4"
Expand Down
Loading

0 comments on commit 67ae5e5

Please sign in to comment.