Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperweb-io/chain-registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: chain-registry@1.15.0
Choose a base ref
...
head repository: hyperweb-io/chain-registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chain-registry@1.16.0
Choose a head ref
  • 3 commits
  • 29 files changed
  • 1 contributor

Commits on Jun 27, 2023

  1. snaps

    pyramation committed Jun 27, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    272c443 View commit details

Commits on Jul 8, 2023

  1. updates

    pyramation committed Jul 8, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    739674c View commit details
  2. chore(release): publish

     - @chain-registry/assets@1.17.0
     - chain-registry@1.16.0
     - @chain-registry/client@1.13.0
     - @chain-registry/cosmostation@1.19.0
     - @chain-registry/juno@1.17.0
     - @chain-registry/keplr@1.20.0
     - @chain-registry/osmosis@1.17.0
     - @chain-registry/utils@1.12.0
    pyramation committed Jul 8, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cd90a19 View commit details
8 changes: 8 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.17.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.16.0...@chain-registry/assets@1.17.0) (2023-07-08)

**Note:** Version bump only for package @chain-registry/assets





# [1.16.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.15.0...@chain-registry/assets@1.16.0) (2023-06-27)

**Note:** Version bump only for package @chain-registry/assets
6 changes: 3 additions & 3 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chain-registry/assets",
"version": "1.16.0",
"version": "1.17.0",
"description": "Chain Registry Asset Lists",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -49,14 +49,14 @@
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/preset-env": "7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@chain-registry/utils": "^1.11.0",
"@chain-registry/utils": "^1.12.0",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "29.5.0",
"babel-watch": "^7.7.2",
"chain-registry": "^1.15.0",
"chain-registry": "^1.16.0",
"cross-env": "^7.0.2",
"eslint": "8.38.0",
"eslint-config-prettier": "^8.8.0",
Loading