Skip to content

Commit 91311fc

Browse files
committed
chore(release): publish
- @hyperweb/[email protected] - @hyperweb/[email protected] - @hyperweb/[email protected] - @hyperweb/[email protected] - @hyperweb/[email protected] - @hyperweb/[email protected] - [email protected] - @hyperweb/[email protected] - @hyperweb/[email protected] - @hyperweb/[email protected]
1 parent 7bd1261 commit 91311fc

File tree

20 files changed

+127
-10
lines changed

20 files changed

+127
-10
lines changed

examples/authz/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.1.1 (2025-01-27)
7+
8+
9+
### Bug Fixes
10+
11+
* deps ([b2aa70b](https://github.com/hyperweb-io/create-interchain-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7))
12+
* old ci job yarn4 issues ([#182](https://github.com/hyperweb-io/create-interchain-app/issues/182)) ([2bb19f7](https://github.com/hyperweb-io/create-interchain-app/commit/2bb19f75fcc6ffaa4bcb63ecf071009d2f9d7e76))
13+
* rename telescope-authz to authz ([9ba95fd](https://github.com/hyperweb-io/create-interchain-app/commit/9ba95fd9d2e23620b1997e87f780460602507d60))
14+
* try locks update script ([000aa5f](https://github.com/hyperweb-io/create-interchain-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c))
15+
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/hyperweb-io/create-interchain-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80))
16+
17+
18+
19+
20+
621
# 1.1.0 (2024-10-08)
722

823

examples/authz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/authz",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/ibc-asset-list/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-01-27)
7+
8+
**Note:** Version bump only for package @hyperweb/ibc-asset-list
9+
10+
11+
12+
13+
614
## 1.1.1 (2025-01-27)
715

816
**Note:** Version bump only for package @hyperweb/ibc-asset-list

examples/ibc-asset-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/ibc-asset-list",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/injective-vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.0.2 (2025-01-27)
7+
8+
**Note:** Version bump only for package @hyperweb/injective-vue
9+
10+
11+
12+
13+
614
## 0.0.1 (2025-01-27)
715

816
**Note:** Version bump only for package injective-vue

examples/injective-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperweb/injective-vue",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

examples/injective/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.1.2 (2025-01-27)
7+
8+
**Note:** Version bump only for package @hyperweb/injective
9+
10+
11+
12+
13+
614
## 1.1.1 (2025-01-27)
715

816
**Note:** Version bump only for package @cosmology/injective

examples/injective/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/injective",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/stake-tokens/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-01-27)
7+
8+
9+
### Bug Fixes
10+
11+
* cannot stake action ([7edfc8d](https://github.com/hyperweb-io/create-interchain-app/commit/7edfc8dd51bbd4e3dc8371ea6f795af301542652))
12+
13+
14+
15+
16+
617
## 1.1.1 (2025-01-27)
718

819

examples/stake-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/stake-tokens",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)