@jungvonmatt/cssg-plugin-hugo 1.8.0-alpha.5 → 1.9.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.
@@ -1,5 +1,5 @@
1
- @jungvonmatt/cssg-plugin-hugo:lint: cache hit, replaying output a997089006331cfb
2
- @jungvonmatt/cssg-plugin-hugo:lint: 
3
- @jungvonmatt/cssg-plugin-hugo:lint: > @jungvonmatt/cssg-plugin-hugo@1.8.0-alpha.5 lint
4
- @jungvonmatt/cssg-plugin-hugo:lint: > eslint --color index.js --fix
5
- @jungvonmatt/cssg-plugin-hugo:lint: 
1
+ @jungvonmatt/cssg-plugin-hugo:lint: cache hit, replaying output f0368a0ebc261470
2
+ @jungvonmatt/cssg-plugin-hugo:lint: 
3
+ @jungvonmatt/cssg-plugin-hugo:lint: > @jungvonmatt/cssg-plugin-hugo@1.8.0 lint
4
+ @jungvonmatt/cssg-plugin-hugo:lint: > eslint --color index.js --fix
5
+ @jungvonmatt/cssg-plugin-hugo:lint: 
@@ -1,14 +1,14 @@
1
- @jungvonmatt/cssg-plugin-hugo:test: cache hit, replaying output 5b1a06fecbbb8792
2
- @jungvonmatt/cssg-plugin-hugo:test: 
3
- @jungvonmatt/cssg-plugin-hugo:test: > @jungvonmatt/cssg-plugin-hugo@1.8.0-alpha.2 test
4
- @jungvonmatt/cssg-plugin-hugo:test: > jest
5
- @jungvonmatt/cssg-plugin-hugo:test: 
6
- @jungvonmatt/cssg-plugin-hugo:test: PASS cssg-plugin-hugo ./index.test.js
7
- @jungvonmatt/cssg-plugin-hugo:test:  cssg-plugin-hugo
8
- @jungvonmatt/cssg-plugin-hugo:test:  ✓ should work (26 ms)
9
- @jungvonmatt/cssg-plugin-hugo:test: 
10
- @jungvonmatt/cssg-plugin-hugo:test: Test Suites: 1 passed, 1 total
11
- @jungvonmatt/cssg-plugin-hugo:test: Tests: 1 passed, 1 total
12
- @jungvonmatt/cssg-plugin-hugo:test: Snapshots: 0 total
13
- @jungvonmatt/cssg-plugin-hugo:test: Time: 4.137 s
14
- @jungvonmatt/cssg-plugin-hugo:test: Ran all test suites.
1
+ @jungvonmatt/cssg-plugin-hugo:test: cache hit, replaying output b8f2b418872e602d
2
+ @jungvonmatt/cssg-plugin-hugo:test: 
3
+ @jungvonmatt/cssg-plugin-hugo:test: > @jungvonmatt/cssg-plugin-hugo@1.8.0 test
4
+ @jungvonmatt/cssg-plugin-hugo:test: > jest
5
+ @jungvonmatt/cssg-plugin-hugo:test: 
6
+ @jungvonmatt/cssg-plugin-hugo:test: PASS cssg-plugin-hugo ./index.test.js
7
+ @jungvonmatt/cssg-plugin-hugo:test:  cssg-plugin-hugo
8
+ @jungvonmatt/cssg-plugin-hugo:test:  ✓ should work (1 ms)
9
+ @jungvonmatt/cssg-plugin-hugo:test: 
10
+ @jungvonmatt/cssg-plugin-hugo:test: Test Suites: 1 passed, 1 total
11
+ @jungvonmatt/cssg-plugin-hugo:test: Tests: 1 passed, 1 total
12
+ @jungvonmatt/cssg-plugin-hugo:test: Snapshots: 0 total
13
+ @jungvonmatt/cssg-plugin-hugo:test: Time: 1.099 s, estimated 2 s
14
+ @jungvonmatt/cssg-plugin-hugo:test: Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * **watch:** serialize watch state on subsequent runs ([#49](https://github.com/jungvonmatt/contentful-ssg/issues/49)) ([48ec401](https://github.com/jungvonmatt/contentful-ssg/commit/48ec4010733a3d46ce34a3703198d635b8f432d0))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.8.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.4...v1.8.0) (2022-06-21)
18
+
19
+ **Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
20
+
21
+
22
+
23
+
24
+
25
+ # [1.8.0-alpha.6](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0-alpha.5...v1.8.0-alpha.6) (2022-06-07)
26
+
27
+ **Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
28
+
29
+
30
+
31
+
32
+
6
33
  # [1.8.0-alpha.5](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0-alpha.4...v1.8.0-alpha.5) (2022-06-02)
7
34
 
8
35
  **Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jungvonmatt/cssg-plugin-hugo",
3
- "version": "1.8.0-alpha.5",
3
+ "version": "1.9.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "typings": "./index.d.ts",
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "homepage": "https://github.com/jungvonmatt/contentful-ssg#readme",
29
29
  "dependencies": {
30
- "@jungvonmatt/contentful-ssg": "^1.8.0-alpha.5",
30
+ "@jungvonmatt/contentful-ssg": "^1.9.0",
31
31
  "fs-extra": "^10.1.0",
32
32
  "micromatch": "^4.0.4"
33
33
  },
34
- "gitHead": "d74b923b4237d0ed227c8aca48a72315d7dc1708"
34
+ "gitHead": "efb3dd5eccb07b43a9eaccdd8ee74647daf4832d"
35
35
  }