Skip to content

Commit adecd2e

Browse files
committed
chore(release): publish
- @hyperweb/[email protected] - @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 24e534b commit adecd2e

File tree

22 files changed

+121
-12
lines changed

22 files changed

+121
-12
lines changed

examples/authz/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.3](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-04-21)
7+
8+
**Note:** Version bump only for package @hyperweb/authz
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-01-27)
715

816
**Note:** Version bump only for package @hyperweb/authz

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.2",
3+
"version": "1.1.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/ibc-asset-list/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.4](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-04-21)
7+
8+
9+
### Bug Fixes
10+
11+
* read properties from undefined ([c54cc82](https://github.com/hyperweb-io/create-interchain-app/commit/c54cc82ab866fdace1d0bee75fc6c7f3f885647c))
12+
13+
14+
15+
16+
617
## [1.1.3](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-01-27)
718

819
**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.3",
3+
"version": "1.1.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/injective-vue/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+
## [0.0.2](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-04-21)
7+
8+
9+
### Reverts
10+
11+
* Revert "remove inj vue" ([9566c4f](https://github.com/hyperweb-io/create-interchain-app/commit/9566c4f5b1fe670fc3490dcf60a0fa7f67812a1a))
12+
13+
14+
15+
16+
617
## [0.0.3](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-01-27)
718

819
**Note:** Version bump only for package @hyperweb/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: 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.4](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-04-21)
7+
8+
9+
### Features
10+
11+
* add starship demo to injective example ([ef1a823](https://github.com/hyperweb-io/create-interchain-app/commit/ef1a8231c5bbeaa47d4afcada069570969b8435c))
12+
13+
14+
15+
16+
617
## [1.1.3](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-01-27)
718

819
**Note:** Version bump only for package @hyperweb/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.3",
3+
"version": "1.1.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/stake-tokens/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.4](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-04-21)
7+
8+
**Note:** Version bump only for package @hyperweb/stake-tokens
9+
10+
11+
12+
13+
614
## [1.1.3](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/[email protected]...@hyperweb/[email protected]) (2025-01-27)
715

816
**Note:** Version bump only for package @hyperweb/stake-tokens

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.3",
3+
"version": "1.1.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)