@jobber/stylelint-config 0.0.6 → 0.3.1-pre.327
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 +39 -0
- package/README.md +6 -0
- package/package.json +3 -3
- package/properties-order.js +1 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Stylelint Config
|
|
3
|
+
menu: Changelog
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# @jobber/stylelint-config: Change Log
|
|
7
|
+
|
|
8
|
+
All notable changes to this project will be documented in this file.
|
|
9
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
10
|
+
|
|
11
|
+
# [0.3.0](https://github.com/GetJobber/atlantis/compare/@jobber/stylelint-config@0.1.0...@jobber/stylelint-config@0.3.0) (2021-02-01)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* Readily Release Releases ([#189](https://github.com/GetJobber/atlantis/issues/189)) ([f12f518](https://github.com/GetJobber/atlantis/commit/f12f518443d5c4640d4d6cb95dc6b199b404bf8d))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [0.2.0](https://github.com/GetJobber/atlantis/compare/@jobber/stylelint-config@0.1.0...@jobber/stylelint-config@0.2.0) (2020-01-23)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* Readily Release Releases ([#189](https://github.com/GetJobber/atlantis/issues/189)) ([f12f518](https://github.com/GetJobber/atlantis/commit/f12f518443d5c4640d4d6cb95dc6b199b404bf8d))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [0.1.0](https://github.com/GetJobber/atlantis/compare/@jobber/stylelint-config@0.0.6...@jobber/stylelint-config@0.1.0) (2019-12-16)
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
* Extract Plop generators to shareable package
|
|
38
|
+
([#170](https://github.com/GetJobber/atlantis/issues/170))
|
|
39
|
+
([65c7029](https://github.com/GetJobber/atlantis/commit/65c7029))
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/stylelint-config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1-pre.327+bad3e09",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "stylelint.config.js",
|
|
6
6
|
"dependencies": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"stylelint-prettier": "^1.0.6"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"stylelint": "^
|
|
17
|
+
"stylelint": "^11.1.1"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "bad3e09cb9040dde6682244739df001deaa80820"
|
|
20
20
|
}
|