@shgysk8zer0/11ty-netlify 1.0.6 → 1.0.8

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 +13 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
  <!-- markdownlint-disable -->
7
7
  ## [Unreleased]
8
8
 
9
+ ## [v1.0.8] - 2023-06-14
10
+
11
+ ### Removed
12
+ - Uninstall `svg-sprite-generator`
13
+
14
+ ### Added
15
+ - Install `@shgysk8zer0/svg-use-symbols`
16
+
17
+ ## [v1.0.7] - 2023-06-10
18
+
19
+ ### Changed
20
+ - More updates
21
+
9
22
  ## [v1.0.6] - 2023-06-10
10
23
 
11
24
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/11ty-netlify",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "engines": {
5
5
  "node": ">=18.13.0"
6
6
  },
@@ -60,18 +60,18 @@
60
60
  "homepage": "https://github.com/shgysk8zer0/11ty-netlify#readme",
61
61
  "dependencies": {
62
62
  "@11ty/eleventy": "^2.0.1",
63
- "@shgysk8zer0/11ty-filters": "^0.0.4",
63
+ "@shgysk8zer0/11ty-filters": "^0.0.6",
64
64
  "@shgysk8zer0/css-utils": "^1.0.0",
65
65
  "@shgysk8zer0/importmap": "^1.0.2",
66
66
  "@shgysk8zer0/js-utils": "^1.0.0",
67
67
  "@shgysk8zer0/npm-utils": "^1.0.5",
68
68
  "@shgysk8zer0/rollup-import": "^1.1.1",
69
+ "@shgysk8zer0/svg-use-symbols": "^1.0.2",
69
70
  "eslint-plugin-frontmatter": "^0.0.8",
70
71
  "highlight.js": "^11.8.0",
71
72
  "htmlhint": "^1.1.4",
72
73
  "js-yaml": "^4.1.0",
73
74
  "markdown-it": "^13.0.1",
74
- "netlify-cli": "^15.0.0",
75
- "svg-sprite-generator": "0.0.7"
75
+ "netlify-cli": "^15.0.0"
76
76
  }
77
77
  }