@visitscotland/component-library 5.47.0 → 5.49.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.
@@ -12078,7 +12078,7 @@ const VsCardGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1W, [["render", _sfc_r
12078
12078
  ]
12079
12079
  }, cookieValues$4 = cookieValues$5.youtube, _sfc_main$1V = {
12080
12080
  name: "VsStretchedLinkCard",
12081
- status: "prototype",
12081
+ status: "deprecated",
12082
12082
  release: "0.0.1",
12083
12083
  components: {
12084
12084
  VsHeading,
@@ -12454,7 +12454,7 @@ function _sfc_render$1E(e, n, t, a, o, r) {
12454
12454
  }
12455
12455
  const VsStretchedLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["render", _sfc_render$1E]]), _sfc_main$1U = {
12456
12456
  name: "VsStretchedLinkPanels",
12457
- status: "prototype",
12457
+ status: "deprecated",
12458
12458
  release: "0.0.1",
12459
12459
  components: {
12460
12460
  VsIcon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visitscotland/component-library",
3
- "version": "5.47.0",
3
+ "version": "5.49.0",
4
4
  "description": "VisitScotland Component Library",
5
5
  "author": "VisitScotland",
6
6
  "homepage": "https://github.com/visitscotland/vs-component-library#readme",
@@ -77,7 +77,7 @@
77
77
  "@originjs/vite-plugin-require-context": "^1.0.9",
78
78
  "@rushstack/eslint-patch": "^1.3.0",
79
79
  "@semantic-release/exec": "^7.1.0",
80
- "@semantic-release/npm": "^12.0.1",
80
+ "@semantic-release/npm": "^13.1.5",
81
81
  "@storybook/addon-a11y": "^9.1.0-alpha.2",
82
82
  "@storybook/addon-docs": "9.1.0-alpha.2",
83
83
  "@storybook/addon-links": "^9.1.0-alpha.2",
@@ -113,7 +113,7 @@
113
113
  "postcss-safe-parser": "^6.0.0",
114
114
  "prettier": "^3.2.5",
115
115
  "sass": "^1.62.1",
116
- "semantic-release": "^24.2.0",
116
+ "semantic-release": "^25.0.3",
117
117
  "standard-version": "^9.5.0",
118
118
  "storybook": "^9.1.0-alpha.2",
119
119
  "storybook-addon-datalayer-watcher": "^2.0.1",
@@ -161,6 +161,11 @@
161
161
  "npm": ">= 6.14.5",
162
162
  "yarn": ">= 1.22.4"
163
163
  },
164
+ "dependenciesMeta": {
165
+ "husky": {
166
+ "built": true
167
+ }
168
+ },
164
169
  "browserslist": [
165
170
  "> 1%",
166
171
  "last 2 versions",
@@ -193,7 +198,8 @@
193
198
  "highlight.js": "^10.4.1",
194
199
  "semver": "^7.5.4",
195
200
  "get-func-name": "^2.0.1",
196
- "svgo": "3.2.0"
201
+ "svgo": "3.2.0",
202
+ "tar": "^7.5.13"
197
203
  },
198
- "packageManager": "yarn@4.6.0"
204
+ "packageManager": "yarn@4.14.1"
199
205
  }