@nanoporetech-digital/components-vue 3.12.0 → 3.12.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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.12.2](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v3.12.1...v3.12.2) (2023-02-21)
7
+
8
+ **Note:** Version bump only for package @nanoporetech-digital/components-vue
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.12.1](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v3.12.0...v3.12.1) (2023-02-21)
15
+
16
+ **Note:** Version bump only for package @nanoporetech-digital/components-vue
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.12.0](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v3.11.0...v3.12.0) (2023-02-21)
7
23
 
8
24
  **Note:** Version bump only for package @nanoporetech-digital/components-vue
@@ -546,7 +546,7 @@
546
546
  ]
547
547
  },
548
548
  "nano-slides": {
549
- "description": "The Slides component is a multi-section container. Each section can be swiped or dragged between.\nIt contains any number of Slide components.\n\nUses [Flickity](https://flickity.metafizzy.co/) under the hood. A good balance of options, flexibility and IE11 compatibility.",
549
+ "description": "The Slides component is a multi-section container. Each section can be swiped or dragged between.\nIt contains any number of Slide components.\n\nUses [Flickity](https://flickity.metafizzy.co/) under the hood.",
550
550
  "attributes": [
551
551
  "animation",
552
552
  "autoplay",
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@nanoporetech-digital/components-vue",
5
- "version": "3.11.0",
5
+ "version": "3.12.1",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanoporetech-digital/components-vue",
3
- "version": "3.12.0",
3
+ "version": "3.12.2",
4
4
  "description": "Vue 3 wrapper for Nano Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,7 +50,7 @@
50
50
  "vue-tsc": "^0.0.24"
51
51
  },
52
52
  "dependencies": {
53
- "@nanoporetech-digital/components": "^3.12.0"
53
+ "@nanoporetech-digital/components": "^3.12.2"
54
54
  },
55
55
  "jest": {
56
56
  "preset": "ts-jest",
@@ -69,7 +69,7 @@
69
69
  }
70
70
  }
71
71
  },
72
- "gitHead": "6352f735819b34407eba309975cc1623691e8bec",
72
+ "gitHead": "2fcff81c863ffc24084f79c9d26cca72c34f2713",
73
73
  "vetur": {
74
74
  "tags": "dist/vetur/tags.json",
75
75
  "attributes": "dist/vetur/attributes.json"