Skip to content

Commit 67ae5e5

Browse files
authored
Merge pull request #14 from st3phhays/release/choco-theme/0.2.0
(#13) choco-theme 0.2.0
2 parents aa6c6a1 + 90c055c commit 67ae5e5

File tree

7 files changed

+1345
-779
lines changed

7 files changed

+1345
-779
lines changed

gulpfile.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,15 @@ const purgeCss = () => {
129129
'table-responsive-sm',
130130
'table-responsive',
131131
'clear-button',
132-
'recent-activity-item-meta'
132+
'recent-activity-item-meta',
133+
'fa-check',
134+
'fa-triangle-exclamation',
135+
'fa-info',
136+
'fa-xmark',
137+
'text-bg-warning',
138+
'text-bg-danger',
139+
'text-bg-success',
140+
'text-bg-info'
133141
],
134142
keyframes: true,
135143
variables: true

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "choco-theme",
33
"author": "Chocolatey Software",
4-
"version": "101.2.0",
4+
"version": "101.3.0",
55
"api_version": 2,
66
"default_locale": "en-us",
77
"settings": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@semantic-release/changelog": "^5.0.0",
1313
"@semantic-release/exec": "^5.0.0",
1414
"@semantic-release/git": "^9.0.0",
15-
"choco-theme": "0.1.6",
15+
"choco-theme": "0.2.0",
1616
"husky": "^4.2.3",
1717
"js-yaml": "^3.13.1",
1818
"semantic-release": "^17.0.4"

0 commit comments

Comments
 (0)