eslint-config-ppf 0.44.0 → 0.45.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 +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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
+ ## 0.45.1 (2024-08-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **orbipay:** use flow grant amount ([#420](https://github.com/OpenGov/pluggable-payments/issues/420)) ([98b730b](https://github.com/OpenGov/pluggable-payments/commit/98b730bb97ebe44d9079781de55bfa3cbfe3eedf))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.45.0 (2024-08-27)
18
+
19
+
20
+ ### Features
21
+
22
+ * read payment intent metadata to know if it was a microdeposit ([#422](https://github.com/OpenGov/pluggable-payments/issues/422)) ([e0ed8e1](https://github.com/OpenGov/pluggable-payments/commit/e0ed8e1abc11f134cd979cf4a1fc7c6b4ef6d831))
23
+
24
+
25
+
26
+
27
+
6
28
  # 0.44.0 (2024-08-27)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.44.0",
3
+ "version": "0.45.1",
4
4
  "description": "PPF eslint Config",
5
5
  "author": "OpenGov",
6
6
  "homepage": "https://github.com/OpenGov/pluggable-payments#readme",
7
7
  "license": "UNLICENSED",
8
8
  "devDependencies": {
9
- "@opengov/ppf-tsconfig": "^0.41.0",
9
+ "@opengov/ppf-tsconfig": "^0.42.1",
10
10
  "@typescript-eslint/eslint-plugin": "^6.13.1",
11
11
  "@typescript-eslint/parser": "^6.13.1",
12
12
  "eslint": "^8.0.0",
@@ -24,5 +24,5 @@
24
24
  "bugs": {
25
25
  "url": "https://github.com/OpenGov/pluggable-payments/issues"
26
26
  },
27
- "gitHead": "f5adc25009902b019757df59075067598495bde7"
27
+ "gitHead": "fe7bbd6d15cce9ab289c78a4b94e4cb7d55e979b"
28
28
  }