@justeattakeaway/stylelint-config-pie 0.8.0 → 0.8.2
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 +12 -0
- package/README.md +1 -1
- package/package.json +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.8.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [Changed] - standardise wording to CSS Variables ([#2361](https://github.com/justeattakeaway/pie/pull/2361)) by [@fernandofranca](https://github.com/fernandofranca)
|
|
8
|
+
|
|
9
|
+
## 0.8.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [Added] - repository and homepage references to packages ([#2246](https://github.com/justeattakeaway/pie/pull/2246)) by [@ashleynolan](https://github.com/ashleynolan)
|
|
14
|
+
|
|
3
15
|
## 0.8.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ Currently there are 3 different sets of rules:
|
|
|
25
25
|
|
|
26
26
|
1. `base` - the base rules that we'd advise all projects use and extend as needed.
|
|
27
27
|
2. `strict` - a smaller collection of _optional_ opinionated rules.
|
|
28
|
-
3. `ordering` - an even smaller collection of _optional_ rules that specify the ordering of CSS
|
|
28
|
+
3. `ordering` - an even smaller collection of _optional_ rules that specify the ordering of CSS Variables.
|
|
29
29
|
|
|
30
30
|
### In your projects
|
|
31
31
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/stylelint-config-pie",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "Shareable Stylelint config for use with any front-end web projects across JET.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/justeattakeaway/pie",
|
|
8
|
+
"directory": "packages/tools/stylelint-config-pie"
|
|
9
|
+
},
|
|
5
10
|
"license": "Apache-2.0",
|
|
6
11
|
"type": "module",
|
|
7
12
|
"keywords": [
|