@dialpad/dialtone 6.20.0 → 6.20.1
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.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [6.20.1](https://github.com/dialpad/dialtone/compare/v6.20.0...v6.20.1) (2022-03-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* remove docsite deploy subdir ([7fdbd1c](https://github.com/dialpad/dialtone/commit/7fdbd1cdd04984155c5fccfd263896bd6015f739))
|
|
7
|
+
|
|
1
8
|
# [6.20.0](https://github.com/dialpad/dialtone/compare/v6.19.0...v6.20.0) (2022-03-22)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@dialpad/dialtone",
|
|
3
3
|
"description": "The design system for Dialpad and UberConference",
|
|
4
4
|
"repository": "git@github.com:dialpad/dialtone.git",
|
|
5
|
-
"version": "6.20.
|
|
5
|
+
"version": "6.20.1",
|
|
6
6
|
"author": "Joshua Hynes",
|
|
7
7
|
"files": [
|
|
8
8
|
"lib",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"build": "gulp",
|
|
17
17
|
"start": "gulp watch",
|
|
18
18
|
"debug": "DEBUG=Elventy* npx @11ty/eleventy --serve --input=docs",
|
|
19
|
-
"prepublishOnly": "npm run build
|
|
19
|
+
"prepublishOnly": "npm run build",
|
|
20
20
|
"release": "semantic-release --no-ci --extends ./release-local.config.js",
|
|
21
21
|
"prepare": "husky install",
|
|
22
22
|
"stylelint": "npx stylelint 'lib/build/less/**/*.{less,css}'",
|