@jungvonmatt/cssg-plugin-hugo 3.0.0 → 3.0.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/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/CHANGELOG.md +8 -0
- package/package.json +3 -3
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @jungvonmatt/cssg-plugin-hugo@
|
|
3
|
+
> @jungvonmatt/cssg-plugin-hugo@3.0.1 test
|
|
4
4
|
> jest
|
|
5
5
|
|
|
6
6
|
[1m[2mDetermining test suites to run...[22m[22m[999D[K
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m cssg-plugin-hugo [39m[27m[0m [2m./[22m[1mindex.test.js[22m
|
|
17
|
-
|
|
17
|
+
|
|
18
18
|
|
|
19
19
|
[0m[7m[33m[1m RUNS [22m[39m[27m[0m [0m[7m[37m cssg-plugin-hugo [39m[27m[0m [2m./[22m[1mindex.test.js[22m
|
|
20
20
|
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
|
|
24
24
|
[1mTests: [22m[1m[32m1 passed[39m[22m, 1 total
|
|
25
25
|
[1mSnapshots: [22m0 total
|
|
26
|
-
[1mTime:[22m
|
|
26
|
+
[1mTime:[22m 0.277 s
|
|
27
27
|
[2mRan all test suites[22m[2m.[22m
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
## [3.0.2](https://github.com/jungvonmatt/contentful-ssg/compare/v3.0.1...v3.0.2) (2025-06-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
|
|
9
|
+
|
|
10
|
+
## [3.0.1](https://github.com/jungvonmatt/contentful-ssg/compare/v3.0.0...v3.0.1) (2025-06-11)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
|
|
13
|
+
|
|
6
14
|
# [3.0.0](https://github.com/jungvonmatt/contentful-ssg/compare/v2.0.1...v3.0.0) (2025-06-10)
|
|
7
15
|
|
|
8
16
|
**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": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
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": "^3.0.
|
|
30
|
+
"@jungvonmatt/contentful-ssg": "^3.0.2",
|
|
31
31
|
"fs-extra": "^11.1.0",
|
|
32
32
|
"micromatch": "^4.0.5"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "c2031185cf0573c56ed3070105b12680819337e5"
|
|
35
35
|
}
|