Skip to content

Commit 94e56d5

Browse files
committed
1 parent c785990 commit 94e56d5

File tree

10 files changed

+49
-9
lines changed

10 files changed

+49
-9
lines changed

packages/create-cosmos-app/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.11.3](https://github.com/cosmology-tech/create-cosmos-app/compare/[email protected]@0.11.3) (2023-07-14)
7+
8+
**Note:** Version bump only for package create-cosmos-app
9+
10+
11+
12+
13+
614
## [0.11.2](https://github.com/cosmology-tech/create-cosmos-app/compare/[email protected]@0.11.2) (2023-07-14)
715

816
**Note:** Version bump only for package create-cosmos-app

packages/create-cosmos-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cosmos-app",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Set up a modern Cosmos app by running one command ⚛️",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/cosmology-tech/create-cosmos-app#readme",

packages/create-cosmwasm-app/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.3](https://github.com/cosmology-tech/create-cosmos-app/compare/[email protected]@1.7.3) (2023-07-14)
7+
8+
**Note:** Version bump only for package create-cosmwasm-app
9+
10+
11+
12+
13+
614
## [1.7.2](https://github.com/cosmology-tech/create-cosmos-app/compare/[email protected]@1.7.2) (2023-07-14)
715

816
**Note:** Version bump only for package create-cosmwasm-app

packages/create-cosmwasm-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cosmwasm-app",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "Set up a modern CosmWasm app by running one command ⚛️",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/cosmology-tech/create-cosmos-app#readme",
@@ -80,7 +80,7 @@
8080
},
8181
"dependencies": {
8282
"@babel/runtime": "^7.20.1",
83-
"create-cosmos-app": "^0.11.2",
83+
"create-cosmos-app": "^0.11.3",
8484
"dargs": "7.0.0",
8585
"fuzzy": "0.1.3",
8686
"inquirerer": "0.1.3",

packages/create-juno-app/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.12.3](https://github.com/cosmology-tech/create-cosmos-app/compare/[email protected]@0.12.3) (2023-07-14)
7+
8+
**Note:** Version bump only for package create-juno-app
9+
10+
11+
12+
13+
614
## [0.12.2](https://github.com/cosmology-tech/create-cosmos-app/compare/[email protected]@0.12.2) (2023-07-14)
715

816
**Note:** Version bump only for package create-juno-app

packages/create-juno-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-juno-app",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Set up a modern Juno app by running one command ⚛️",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/cosmology-tech/create-cosmos-app#readme",
@@ -80,7 +80,7 @@
8080
},
8181
"dependencies": {
8282
"@babel/runtime": "^7.20.1",
83-
"create-cosmos-app": "^0.11.2",
83+
"create-cosmos-app": "^0.11.3",
8484
"dargs": "7.0.0",
8585
"fuzzy": "0.1.3",
8686
"inquirerer": "0.1.3",

packages/create-osmosis-app/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.12.3](https://github.com/cosmology-tech/create-cosmos-app/compare/[email protected]@0.12.3) (2023-07-14)
7+
8+
**Note:** Version bump only for package create-osmosis-app
9+
10+
11+
12+
13+
614
## [0.12.2](https://github.com/cosmology-tech/create-cosmos-app/compare/[email protected]@0.12.2) (2023-07-14)
715

816
**Note:** Version bump only for package create-osmosis-app

packages/create-osmosis-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-osmosis-app",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Set up a modern Osmosis app by running one command ⚛️",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/cosmology-tech/create-cosmos-app#readme",
@@ -80,7 +80,7 @@
8080
},
8181
"dependencies": {
8282
"@babel/runtime": "^7.20.1",
83-
"create-cosmos-app": "^0.11.2",
83+
"create-cosmos-app": "^0.11.3",
8484
"dargs": "7.0.0",
8585
"fuzzy": "0.1.3",
8686
"inquirerer": "0.1.3",

packages/create-stargaze-app/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.12.3](https://github.com/cosmology-tech/create-cosmos-app/compare/[email protected]@0.12.3) (2023-07-14)
7+
8+
**Note:** Version bump only for package create-stargaze-app
9+
10+
11+
12+
13+
614
## [0.12.2](https://github.com/cosmology-tech/create-cosmos-app/compare/[email protected]@0.12.2) (2023-07-14)
715

816
**Note:** Version bump only for package create-stargaze-app

packages/create-stargaze-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-stargaze-app",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Set up a modern Stargaze app by running one command ⚛️",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/cosmology-tech/create-cosmos-app#readme",
@@ -80,7 +80,7 @@
8080
},
8181
"dependencies": {
8282
"@babel/runtime": "^7.20.1",
83-
"create-cosmos-app": "^0.11.2",
83+
"create-cosmos-app": "^0.11.3",
8484
"dargs": "7.0.0",
8585
"fuzzy": "0.1.3",
8686
"inquirerer": "0.1.3",

0 commit comments

Comments
 (0)