@jungvonmatt/cssg-plugin-hugo 1.14.0 → 1.14.3

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,4 +1,4 @@
1
1
 
2
- > @jungvonmatt/cssg-plugin-hugo@1.14.0 lint
2
+ > @jungvonmatt/cssg-plugin-hugo@1.14.3 lint
3
3
  > eslint --color index.js --fix
4
4
 
@@ -1,14 +1,27 @@
1
- @jungvonmatt/cssg-plugin-hugo:test: cache hit, replaying output d3b325511730ce5b
2
- @jungvonmatt/cssg-plugin-hugo:test: 
3
- @jungvonmatt/cssg-plugin-hugo:test: > @jungvonmatt/cssg-plugin-hugo@1.12.3 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: 3.224 s, estimated 4 s
14
- @jungvonmatt/cssg-plugin-hugo:test: Ran all test suites.
1
+
2
+ 
3
+ > @jungvonmatt/cssg-plugin-hugo@1.14.0 test
4
+ > jest
5
+
6
+ Determining test suites to run...
7
+
8
+  RUNS   cssg-plugin-hugo  ./index.test.js
9
+
10
+  RUNS   cssg-plugin-hugo  ./index.test.js
11
+
12
+
13
+  RUNS   cssg-plugin-hugo  ./index.test.js
14
+
15
+
16
+  RUNS   cssg-plugin-hugo  ./index.test.js
17
+
18
+
19
+  RUNS   cssg-plugin-hugo  ./index.test.js
20
+
21
+
22
+  RUNS   cssg-plugin-hugo  ./index.test.js
23
+
24
+ Tests: 1 passed, 1 total
25
+ Snapshots: 0 total
26
+ Time: 1.183 s
27
+ Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.14.3](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.2...v1.14.3) (2024-06-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - remove deprecated custom lang param ([#75](https://github.com/jungvonmatt/contentful-ssg/issues/75)) ([a2bd437](https://github.com/jungvonmatt/contentful-ssg/commit/a2bd4373c0035b25bb81bf8bb212ce9f570030c0)), closes [#62](https://github.com/jungvonmatt/contentful-ssg/issues/62)
11
+
12
+ ## [1.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)
13
+
14
+ **Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
15
+
6
16
  # [1.14.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.13.0...v1.14.0) (2024-02-03)
7
17
 
8
18
  **Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
package/index.js CHANGED
@@ -286,12 +286,10 @@ export default (args) => {
286
286
  const { code, name: languageName } = locale;
287
287
 
288
288
  const languageCode = code;
289
- const [languageNameShort] = languageCode.split('-');
290
289
 
291
290
  const localeConfig = {
292
291
  languageCode,
293
292
  languageName,
294
- languageNameShort,
295
293
  weight: locale.default ? 1 : 2,
296
294
  };
297
295
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jungvonmatt/cssg-plugin-hugo",
3
- "version": "1.14.0",
3
+ "version": "1.14.3",
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.14.0",
30
+ "@jungvonmatt/contentful-ssg": "^1.14.2",
31
31
  "fs-extra": "^11.1.0",
32
32
  "micromatch": "^4.0.5"
33
33
  },
34
- "gitHead": "4db0d37fb9851d2728628726691cd9b3becd4654"
34
+ "gitHead": "e63fa0662f3a88bfccb05abfabc74dbfa4863200"
35
35
  }