Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @astralprotocol/contracts@1.0.12
 - @astralprotocol/core@1.0.57
 - @astralprotocol/subgraph@1.0.12
  • Loading branch information
0xTimepunk committed Mar 29, 2021
1 parent c41202d commit 80edd18
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/contracts/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.12](https://github.com/AstralProtocol/astralprotocol/compare/@astralprotocol/contracts@1.0.11...@astralprotocol/contracts@1.0.12) (2021-03-29)

**Note:** Version bump only for package @astralprotocol/contracts





## [1.0.11](https://github.com/AstralProtocol/astralprotocol/compare/@astralprotocol/contracts@1.0.10...@astralprotocol/contracts@1.0.11) (2021-03-28)

**Note:** Version bump only for package @astralprotocol/contracts
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
@@ -1,6 +1,6 @@
{
"name": "@astralprotocol/contracts",
"version": "1.0.11",
"version": "1.0.12",
"description": "These contracts serve as the Registry for the Astral Protocol GeoDIDs. It allows binding of a GeoDID to an ethereum address and CID name resolving. ",
"author": "Astral <contact@astral.global>",
"homepage": "https://github.com/AstralProtocol/astralprotocol#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.57](https://github.com/AstralProtocol/astralprotocol/compare/@astralprotocol/core@1.0.56...@astralprotocol/core@1.0.57) (2021-03-29)

**Note:** Version bump only for package @astralprotocol/core





## [1.0.56](https://github.com/AstralProtocol/astralprotocol/compare/@astralprotocol/core@1.0.55...@astralprotocol/core@1.0.56) (2021-03-28)

**Note:** Version bump only for package @astralprotocol/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@astralprotocol/core",
"version": "1.0.56",
"version": "1.0.57",
"description": "The @astralprotocol/core package is a Typescript NPM package that is responsible for any CRUD operations performed on the DID Documents. This includes the creation of DID Documents, loading the DID Documents, as well as updating them. The package also has utilities that enable the creation of the collision resistant GeoDID IDs, a custom did-resolver that enables DID Resolution, as well as pinning features for storing the Documents on IPFS or FFS. This package is meant to be used in conjunction with the @astralprotocol/contracts and @astralprotocol/subgraph packages. However, the package can also be used independently if the user does not want to rely on the Ethereum network",
"author": "Astral <contact@astral.global>",
"homepage": "https://github.com/AstralProtocol/astralprotocol#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/subgraph/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.12](https://github.com/AstralProtocol/astralprotocol/compare/@astralprotocol/subgraph@1.0.11...@astralprotocol/subgraph@1.0.12) (2021-03-29)

**Note:** Version bump only for package @astralprotocol/subgraph





## [1.0.11](https://github.com/AstralProtocol/astralprotocol/compare/@astralprotocol/subgraph@1.0.10...@astralprotocol/subgraph@1.0.11) (2021-03-28)

**Note:** Version bump only for package @astralprotocol/subgraph
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
@@ -1,6 +1,6 @@
{
"name": "@astralprotocol/subgraph",
"version": "1.0.11",
"version": "1.0.12",
"description": "The @astralprotocol/subgraph serves as the indexing engine of the protocol, capturing the registration and modification events of GeoDIDs in the @astralprotocol/contracts. It acts like a decentralized querying database where it is substantially easier to make complex queries to the Spatial Assets registry. It is used to create the tree of GeoDID nodes that represents their relationships and groupings.",
"author": "Astral <contact@astral.global>",
"homepage": "https://github.com/AstralProtocol/astralprotocol#readme",
Expand Down

0 comments on commit 80edd18

Please sign in to comment.