eslint-config-ppf 0.101.1-beta.858.2.0 → 0.102.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 +13 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,12 +3,23 @@
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.101.1-beta.858.2.0 (2025-11-13)
6
+ # 0.102.0 (2025-11-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * Multi Tenent Support For Stripe ([#562](https://github.com/OpenGov/pluggable-payments/issues/562)) ([4db27c1](https://github.com/OpenGov/pluggable-payments/commit/4db27c10d504172329f588dc9a50d787278c0012))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.101.1 (2025-11-13)
7
18
 
8
19
 
9
20
  ### Bug Fixes
10
21
 
11
- * extract idempotencyKey from last part of referenceInfo to handle UCS extra fields ([3d6dc9d](https://github.com/OpenGov/pluggable-payments/commit/3d6dc9dc6fe52f60bbc10c0b9e7a5bc3f2d1f5f9))
22
+ * extract idempotencyKey from last part of referenceInfo ([#605](https://github.com/OpenGov/pluggable-payments/issues/605)) ([d06e68a](https://github.com/OpenGov/pluggable-payments/commit/d06e68a1aa09b91b66e7bed7c32b9b59dcd69409)), closes [/#diff-48fceed3f8f4cc5937711a84ccf59c57346c9585ed15c6a28f19c5cf1cb2cb76L569-R571](https://github.com///issues/diff-48fceed3f8f4cc5937711a84ccf59c57346c9585ed15c6a28f19c5cf1cb2cb76L569-R571) [/#diff-48fceed3f8f4cc5937711a84ccf59c57346c9585ed15c6a28f19c5cf1cb2cb76L583-R596](https://github.com///issues/diff-48fceed3f8f4cc5937711a84ccf59c57346c9585ed15c6a28f19c5cf1cb2cb76L583-R596) [/#diff-48fceed3f8f4cc5937711a84ccf59c57346c9585ed15c6a28f19c5cf1cb2cb76L813-R837](https://github.com///issues/diff-48fceed3f8f4cc5937711a84ccf59c57346c9585ed15c6a28f19c5cf1cb2cb76L813-R837)
12
23
 
13
24
 
14
25
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.101.1-beta.858.2.0",
3
+ "version": "0.102.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.98.1-beta.858.2.0",
9
+ "@opengov/ppf-tsconfig": "^0.99.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": "3325ffd63881b224576d78ce51090f41f3d1bf8e"
27
+ "gitHead": "60b2f62b5d0380bcaa2b9af0fb2a036ebbbfe1a6"
28
28
  }