@nanoporetech-digital/components-react 5.4.1 → 5.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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
+ # [5.5.0](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v5.4.2...v5.5.0) (2023-09-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * change all fontAwesome references to use artifactory; stop us going over FA license limits ([f866f42](https://git.oxfordnanolabs.local/Digital/nano-components/commits/f866f4211193cdc4660f6898844ff922cb81a2d5))
12
+
13
+
14
+
15
+
16
+
17
+ ## [5.4.2](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v5.4.1...v5.4.2) (2023-09-09)
18
+
19
+ **Note:** Version bump only for package @nanoporetech-digital/components-react
20
+
21
+
22
+
23
+
24
+
6
25
  ## [5.4.1](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v5.4.0...v5.4.1) (2023-09-08)
7
26
 
8
27
  **Note:** Version bump only for package @nanoporetech-digital/components-react
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanoporetech-digital/components-react",
3
- "version": "5.4.1",
3
+ "version": "5.5.0",
4
4
  "description": "React wrapper for Nano Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,7 +53,7 @@
53
53
  "typescript": "^4.7.3"
54
54
  },
55
55
  "dependencies": {
56
- "@nanoporetech-digital/components": "^5.4.1",
56
+ "@nanoporetech-digital/components": "^5.5.0",
57
57
  "@stencil/core": "^2.4.0",
58
58
  "tslib": "*"
59
59
  },
@@ -66,7 +66,7 @@
66
66
  "demo"
67
67
  ]
68
68
  },
69
- "gitHead": "25e68e684af372ba9979473a11bf547cbce5b275",
69
+ "gitHead": "9d219248341fd7e0391e85581d90789988753ed7",
70
70
  "staticFiles": {
71
71
  "staticPath": [
72
72
  "/node_modules/@nanoporetech-digital/components/dist/nano-assets"