Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nabla-studio/quirks
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Jan 3, 2024
2 parents a6cdfcd + b50879a commit d256c8d
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 6 deletions.
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.9.0](https://github.com/nabla-studio/quirks/compare/[email protected]@0.9.0) (2024-01-03)


### Features

* **wallets:** :sparkles: refactor chainRegistryChainToKeplr ([a50727d](https://github.com/nabla-studio/quirks/commit/a50727d0d0b9e48b29d4362c0aa449077fb1047e)), closes [#41](https://github.com/nabla-studio/quirks/issues/41)

## [0.8.5](https://github.com/nabla-studio/quirks/compare/[email protected]@0.8.5) (2023-12-16)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"desmos",
"evmos"
],
"version": "0.8.5",
"version": "0.9.0",
"sideEffects": false,
"type": "module",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.1.20](https://github.com/nabla-studio/quirks/compare/[email protected]@0.1.20) (2024-01-03)

### Dependency Updates

* `vue` updated to version `0.1.19`
* `store` updated to version `0.1.19`
## [0.1.19](https://github.com/nabla-studio/quirks/compare/[email protected]@0.1.19) (2023-12-18)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"desmos",
"evmos"
],
"version": "0.1.19",
"version": "0.1.20",
"sideEffects": false,
"type": "module",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.5.6](https://github.com/nabla-studio/quirks/compare/[email protected]@0.5.6) (2024-01-03)

### Dependency Updates

* `store` updated to version `0.5.5`
* `core` updated to version `0.5.5`
## [0.5.5](https://github.com/nabla-studio/quirks/compare/[email protected]@0.5.5) (2023-12-18)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"desmos",
"evmos"
],
"version": "0.5.5",
"version": "0.5.6",
"sideEffects": false,
"type": "module",
"dependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.10.1](https://github.com/nabla-studio/quirks/compare/[email protected]@0.10.1) (2024-01-03)

### Dependency Updates

* `core` updated to version `0.10.0`

### Bug Fixes

* **store:** :bug: fix optional assetList suggestion ([c1b3b70](https://github.com/nabla-studio/quirks/commit/c1b3b7047651b6b7a1987ff8898554e6ebe65e10))

## [0.10.0](https://github.com/nabla-studio/quirks/compare/[email protected]@0.10.0) (2023-12-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"desmos",
"evmos"
],
"version": "0.10.0",
"version": "0.10.1",
"sideEffects": false,
"type": "module",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.4.7](https://github.com/nabla-studio/quirks/compare/[email protected]@0.4.7) (2024-01-03)

### Dependency Updates

* `store` updated to version `0.4.6`
* `core` updated to version `0.4.6`
## [0.4.6](https://github.com/nabla-studio/quirks/compare/[email protected]@0.4.6) (2023-12-18)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"desmos",
"evmos"
],
"version": "0.4.6",
"version": "0.4.7",
"sideEffects": false,
"type": "module",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.8.0](https://github.com/nabla-studio/quirks/compare/[email protected]@0.8.0) (2024-01-03)

### Dependency Updates

* `core` updated to version `0.7.5`

### Features

* **wallets:** :fire: remove semver ([2be8164](https://github.com/nabla-studio/quirks/commit/2be816409507b35865492ab75280dd4d4683e4ee))
* **wallets:** :sparkles: refactor chainRegistryChainToKeplr ([a50727d](https://github.com/nabla-studio/quirks/commit/a50727d0d0b9e48b29d4362c0aa449077fb1047e)), closes [#41](https://github.com/nabla-studio/quirks/issues/41)

## [0.7.5](https://github.com/nabla-studio/quirks/compare/[email protected]@0.7.5) (2023-12-16)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"desmos",
"evmos"
],
"version": "0.7.5",
"version": "0.8.0",
"sideEffects": false,
"type": "module",
"dependencies": {
Expand Down

0 comments on commit d256c8d

Please sign in to comment.