@lisergia/cli 4.0.0 → 6.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 +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @lisergia/cli
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Fix Prettier dependency.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @lisergia/config-eslint@6.0.0
13
+ - @lisergia/config-tsconfig@6.0.0
14
+
15
+ ## 5.0.0
16
+
17
+ ### Major Changes
18
+
19
+ - - Add Tempus utilities.
20
+ - Remove module type from packages.
21
+ - Add Prettier configuration as dependency.
22
+ - Move Front End and Back End packages to separate repositories.
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @lisergia/config-eslint@5.0.0
28
+ - @lisergia/config-tsconfig@5.0.0
29
+
3
30
  ## 4.0.0
4
31
 
5
32
  ### Major Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@lisergia/cli",
3
- "version": "4.0.0",
3
+ "version": "6.0.0",
4
4
  "bin": {
5
5
  "lisergia": "index.js"
6
6
  },
7
7
  "dependencies": {
8
- "@lisergia/config-eslint": "4.0.0",
9
- "@lisergia/config-tsconfig": "4.0.0",
8
+ "@lisergia/config-eslint": "6.0.0",
9
+ "@lisergia/config-tsconfig": "6.0.0",
10
10
  "@rollup/plugin-commonjs": "^28.0.1",
11
11
  "@rollup/plugin-node-resolve": "^15.3.0",
12
12
  "@rollup/plugin-replace": "^6.0.1",