@financial-times/o-autocomplete 1.9.0 → 1.9.1

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 +7 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.1](https://github.com/Financial-Times/origami/compare/o-autocomplete-v1.9.0...o-autocomplete-v1.9.1) (2023-10-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Update node and npm ([c371fc3](https://github.com/Financial-Times/origami/commit/c371fc3f7f2d66266dbca95862ecef3ddeb1f339))
9
+
3
10
  ## [1.9.0](https://github.com/Financial-Times/origami/compare/o-autocomplete-v1.8.1...o-autocomplete-v1.9.0) (2023-09-08)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/o-autocomplete",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "An origami component for autocomplete inputs",
5
5
  "keywords": [
6
6
  "autocomplete",
@@ -27,7 +27,7 @@
27
27
  "watch": "bash ../../scripts/component/watch.bash"
28
28
  },
29
29
  "engines": {
30
- "npm": "^7 || ^8"
30
+ "npm": ">7"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@financial-times/math": "^1.0.0",
@@ -49,6 +49,5 @@
49
49
  "dependencies": {
50
50
  "@financial-times/accessible-autocomplete": "^2.1.2"
51
51
  },
52
- "percy": true,
53
52
  "private": false
54
53
  }