Skip to content

Commit b48bf9b

Browse files
committed
1 parent 004a1e5 commit b48bf9b

File tree

40 files changed

+184
-24
lines changed

40 files changed

+184
-24
lines changed

examples/contracts/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.6.2](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-02-15)
7+
8+
**Note:** Version bump only for package @cosmology/connect-chain-with-telescope-and-contracts
9+
10+
11+
12+
13+
614
## [1.6.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-01-11)
715

816
**Note:** Version bump only for package @cosmology/connect-chain-with-telescope-and-contracts

examples/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/connect-chain-with-telescope-and-contracts",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/cosmwasm/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.8.2](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-02-15)
7+
8+
**Note:** Version bump only for package @cosmology/cosmwasm
9+
10+
11+
12+
13+
614
## [1.8.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-01-11)
715

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

examples/cosmwasm/package.json

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

examples/dashboard/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.35.3 (2023-02-15)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
## [0.35.2](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@0.35.2) (2023-01-11)
715

816
**Note:** Version bump only for package example

examples/dashboard/package.json

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

examples/ibc-transfer/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.1.1 (2023-02-15)
7+
8+
**Note:** Version bump only for package @cosmology/ibc-transfer
9+
10+
11+
12+
13+
614
# [0.14.0](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2022-12-17)
715

816
**Note:** Version bump only for package @cosmology/connect-multi-chain

examples/ibc-transfer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/ibc-transfer",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/juno/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.7.2](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-02-15)
7+
8+
**Note:** Version bump only for package @cosmology/juno
9+
10+
11+
12+
13+
614
## [1.7.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2023-01-11)
715

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

examples/juno/package.json

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

0 commit comments

Comments
 (0)