eslint-config-ppf 0.92.0-beta.661.2.0 → 0.92.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 +32 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,12 +3,42 @@
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.92.0-beta.661.2.0 (2025-10-21)
6
+ # 0.92.0 (2025-11-06)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
- * improve checkout session metadata handling for save card feature ([76585a0](https://github.com/OpenGov/pluggable-payments/commit/76585a0b5fc102e5b587d24d5c8ed28756781bd0))
11
+ * add euna hosted to enum ([#587](https://github.com/OpenGov/pluggable-payments/issues/587)) ([d425eb4](https://github.com/OpenGov/pluggable-payments/commit/d425eb46ecdf4a4bfdee349ca262258de24efcda))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.91.3 (2025-11-03)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * enhance tenant ID extraction in webhook processing ([#578](https://github.com/OpenGov/pluggable-payments/issues/578)) ([194b988](https://github.com/OpenGov/pluggable-payments/commit/194b988445f18a9db9a5b59bff7851e69f951cf9))
23
+
24
+
25
+
26
+
27
+
28
+ ## 0.91.2 (2025-10-30)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * [CIT-17933] process charge.refund.updated ([#576](https://github.com/OpenGov/pluggable-payments/issues/576)) ([acddcba](https://github.com/OpenGov/pluggable-payments/commit/acddcba3f24b4a17f7b0ea41e64713089b4336e9))
34
+
35
+
36
+
37
+
38
+
39
+ ## 0.91.1 (2025-10-22)
40
+
41
+ **Note:** Version bump only for package eslint-config-ppf
12
42
 
13
43
 
14
44
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.92.0-beta.661.2.0",
3
+ "version": "0.92.0",
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.89.0-beta.661.2.0",
9
+ "@opengov/ppf-tsconfig": "^0.89.0",
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": "b92b18e97f35b486579ea6ccc06c7ddcd74b5280"
27
+ "gitHead": "8f68c83305e610919454e45d5d1ff56f691b1fef"
28
28
  }