eslint-config-ppf 0.52.1 → 0.53.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 +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.53.0 (2024-09-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * add fields to graphql context ([#440](https://github.com/OpenGov/pluggable-payments/issues/440)) ([bb365d9](https://github.com/OpenGov/pluggable-payments/commit/bb365d91e1ec6fba97e2e81afef1bb2ffede8779))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.52.2 (2024-09-24)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * return default config when community doesnt have credentials yet ([#438](https://github.com/OpenGov/pluggable-payments/issues/438)) ([84d45c0](https://github.com/OpenGov/pluggable-payments/commit/84d45c0b1180a9beff9689b476d8f99307f22ca0))
23
+
24
+
25
+
26
+
27
+
6
28
  ## 0.52.1 (2024-09-24)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.52.1",
3
+ "version": "0.53.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.49.1",
9
+ "@opengov/ppf-tsconfig": "^0.50.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": "89162d31d33743ea6d2662c3f392802803492c79"
27
+ "gitHead": "263c3f7b964bbfaf7de0cfb2de284cf4fbc65e04"
28
28
  }