@madgex/design-system 1.23.8 → 1.23.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,7 @@ pipeline {
37
37
  stages {
38
38
  stage('SCM') {
39
39
  steps {
40
- notifySlack('STARTED', 'madgex-design-system', 'jenkins-slack-token')
40
+ //notifySlack('STARTED', 'madgex-design-system', 'jenkins-slack-token')
41
41
  checkout scm
42
42
  notifyBitbucketWithState('INPROGRESS')
43
43
  }
@@ -105,7 +105,7 @@ pipeline {
105
105
  // Necessary to get emailer to send out on success
106
106
  currentBuild.result = currentBuild.currentResult
107
107
  }
108
- notifySlack(currentBuild.result, 'design-system-builds', 'jenkins-slack-token')
108
+ //notifySlack(currentBuild.result, 'design-system-builds', 'jenkins-slack-token')
109
109
  cleanWs deleteDirs: true
110
110
  }
111
111
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 27 Sep 2019 10:43:28 GMT
3
+ * Generated on Tue, 01 Oct 2019 18:22:28 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 27 Sep 2019 10:43:28 GMT
3
+ * Generated on Tue, 01 Oct 2019 18:22:28 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 27 Sep 2019 10:43:28 GMT
4
+ Generated on Tue, 01 Oct 2019 18:22:28 GMT
5
5
  */
6
6
 
7
7
  $mds-color-brand-1-base: #1b75bb !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/design-system",
3
- "version": "1.23.8",
3
+ "version": "1.23.9",
4
4
  "scripts": {
5
5
  "clean": "rimraf dist public tokens/build",
6
6
  "commit": "commit",