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