Skip to content

Commit

Permalink
chore: release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Mar 9, 2023
1 parent b7a8284 commit 74e0627
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.8.3 - 2023-03-09
### Added
- add HTTP support for connecting to Substrate node

## 0.8.2 - 2023-03-02

### Added
- add adminClient for IPFS instance for better management of IPFS

## 0.8.1 - 2023-02-17

### Added
- Add flatten function for reactions
- Add `findReaction` and `findReactions` to top-level API (wrappers around `api.blockchain.findReaction` and `api.blockchain.findReactions`)
- Add new type `ReactionStruct`
- Add new attribute `username` for Space in Elastic Index type
- Add typedoc for `@subsocial/utils` package

### Fixed
- Fix behavior of `simpleFormatBalance` `currency` argument not working

### Changed
- Change the return type of ids in `api.blockchain` functions to string
- Change argument of `createTwitterURL` to accept object with only required properties
Expand All @@ -39,6 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Remove `profiles` from elastic index types

### Fixed
- Fix behavior of `simpleFormatBalance` `currency` argument not working

## 0.7.13 - 2023-02-13
### Added
- add `get-metadata.js` for definitions, for fast updating types after chain upgrades
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"ts-jest": "^26.5.1",
"typescript": "4.6.x"
},
"version": "0.8.2"
"version": "0.8.3"
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsocial/api",
"version": "0.8.2",
"version": "0.8.3",
"description": "JavaScript API for Subsocial blockchain.",
"author": "DappForce contributors",
"license": "GPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion packages/definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsocial/definitions",
"version": "0.8.2",
"version": "0.8.3",
"description": "Subsocial definitions using @polkadot/typegen to generate type definitions",
"main": "index.js",
"repository": "https://github.com/dappforce/subsocial-js/packages/definitions",
Expand Down
2 changes: 1 addition & 1 deletion packages/elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsocial/elasticsearch",
"version": "0.8.2",
"version": "0.8.3",
"description": "Elasticsearch API for Subsocial blockchain.",
"author": "DappForce contributors",
"license": "GPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsocial/utils",
"version": "0.8.2",
"version": "0.8.3",
"description": "JavaScript utils for Subsocial blockchain.",
"author": "DappForce contributors",
"main": "index.js",
Expand Down

0 comments on commit 74e0627

Please sign in to comment.