@lisergia/config-stylelint 3.0.0 → 5.0.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @lisergia/config-stylelint
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - - Add Tempus utilities.
8
+ - Remove module type from packages.
9
+ - Add Prettier configuration as dependency.
10
+ - Move Front End and Back End packages to separate repositories.
11
+
12
+ ## 4.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - Update build.
17
+
3
18
  ## 3.0.0
4
19
 
5
20
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lisergia/config-stylelint",
3
- "version": "3.0.0",
3
+ "version": "5.0.0",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "stylelint": "^16.19.1",