@subql/common-stellar 3.1.1-1 → 3.2.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 +6 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.2.0] - 2024-01-22
10
+ ### Changed
11
+ - Version bump with `@subql/types-stellar` 3.2.0
12
+
9
13
  ## [3.1.0] - 2023-11-01
10
14
  ### Added
11
15
  - Update `@subql/common` and relevant changes to support endBlock feature (#27)
@@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
30
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
27
31
 
28
32
  ## [2.3.0] - 2023-09-12
29
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.1.0...HEAD
33
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.2.0...HEAD
34
+ [3.2.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.1.0...common-stellar/3.2.0
30
35
  [3.1.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.0.1...common-stellar/3.1.0
31
36
  [3.0.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/3.0.0...common-stellar/3.0.1
32
37
  [3.0.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/2.3.1...common-stellar/3.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/common-stellar",
3
- "version": "3.1.1-1",
3
+ "version": "3.2.1-0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rm -rf dist && tsc -b",
@@ -15,7 +15,7 @@
15
15
  "license": "GPL-3.0",
16
16
  "dependencies": {
17
17
  "@subql/common": "^3.3.0",
18
- "@subql/types-stellar": "3.1.2-0",
18
+ "@subql/types-stellar": "3.2.1-0",
19
19
  "js-yaml": "^4.1.0",
20
20
  "pino": "^6.13.3",
21
21
  "reflect-metadata": "^0.1.13",
@@ -29,5 +29,5 @@
29
29
  "@types/js-yaml": "^4.0.4",
30
30
  "@types/pino": "^6.3.12"
31
31
  },
32
- "stableVersion": "3.1.1-0"
32
+ "stableVersion": "3.2.0"
33
33
  }