@opengov/ppf-backend-types 1.133.2-beta.1086.2.0 → 1.133.3

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
- ## 1.133.2-beta.1086.2.0 (2026-02-11)
6
+ ## 1.133.3 (2026-02-11)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * action type for velocity ([039465a](https://github.com/OpenGov/pluggable-payments/commit/039465a40cc92a11511a042e2d438baa5be646f8))
11
+ * action type for velocity ([#660](https://github.com/OpenGov/pluggable-payments/issues/660)) ([40474a7](https://github.com/OpenGov/pluggable-payments/commit/40474a7f77bbc56c6dad66a5a447ac7cff03e12e))
12
+
13
+
14
+
15
+
16
+
17
+ ## 1.133.2 (2026-02-11)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * ucs logger in multitenant ([#659](https://github.com/OpenGov/pluggable-payments/issues/659)) ([bd930a7](https://github.com/OpenGov/pluggable-payments/commit/bd930a7dcb982386dada14eac1db576a53a30143)), closes [/#diff-15f22791660a2657690e95aa6d1132a7fcb69ab2641cb599be7ff0a36f18ae13L31-L56](https://github.com///issues/diff-15f22791660a2657690e95aa6d1132a7fcb69ab2641cb599be7ff0a36f18ae13L31-L56) [/#diff-15f22791660a2657690e95aa6d1132a7fcb69ab2641cb599be7ff0a36f18ae13L65-L70](https://github.com///issues/diff-15f22791660a2657690e95aa6d1132a7fcb69ab2641cb599be7ff0a36f18ae13L65-L70)
12
23
 
13
24
 
14
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengov/ppf-backend-types",
3
- "version": "1.133.2-beta.1086.2.0",
3
+ "version": "1.133.3",
4
4
  "description": "PPF Backend types",
5
5
  "homepage": "https://github.com/OpenGov/pluggable-payments#readme",
6
6
  "license": "ISC",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@opengov/plc-fastify-auth-plugin": "0.0.9",
20
- "@opengov/ppf-backend-graphql-schema": "^0.130.2-beta.1086.2.0"
20
+ "@opengov/ppf-backend-graphql-schema": "^0.130.3"
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",
@@ -34,5 +34,5 @@
34
34
  "graphql": "^16.8.1",
35
35
  "prettier": "^3.2.4"
36
36
  },
37
- "gitHead": "9413260a05877f8da998fc0d032d10e3c04abc02"
37
+ "gitHead": "8ded2d45ea589ff5b5a65d285f1bf93bd711c52d"
38
38
  }