eslint-config-ppf 0.115.5-beta.993.1.0 → 0.115.6-beta.995.1.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 +16 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,9 +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.115.5-beta.993.1.0 (2026-01-06)
6
+ ## 0.115.6-beta.995.1.0 (2026-01-06)
7
7
 
8
- **Note:** Version bump only for package eslint-config-ppf
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove duplicate dependency line in package.json ([047c111](https://github.com/OpenGov/pluggable-payments/commit/047c111f4c022339bb1378e890274da16c994db5))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.115.5 (2026-01-06)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * fix ub webhook issue ([#637](https://github.com/OpenGov/pluggable-payments/issues/637)) ([a8a2fab](https://github.com/OpenGov/pluggable-payments/commit/a8a2fab6d21ef834d722ac663f6115eb115dc266))
9
23
 
10
24
 
11
25
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.115.5-beta.993.1.0",
3
+ "version": "0.115.6-beta.995.1.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.112.5-beta.993.1.0",
9
+ "@opengov/ppf-tsconfig": "^0.112.6-beta.995.1.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": "8d9cc1db4d84878f4ec0cc4bec5e13ec8f14d10a"
27
+ "gitHead": "5a876f8cbed1aba52c88e11a03edb748dea97a76"
28
28
  }