Skip to content

Commit 08b8f32

Browse files
Version Packages (#158)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 813773d commit 08b8f32

File tree

7 files changed

+29
-26
lines changed

7 files changed

+29
-26
lines changed

.changeset/beige-cheetahs-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fast-trainers-stare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sixty-roses-learn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-cycles-attend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-toys-check.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# create-solana-dapp
2+
3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- [#140](https://github.com/solana-developers/create-solana-dapp/pull/140)
8+
[`55969f0`](https://github.com/solana-developers/create-solana-dapp/commit/55969f0ae96f3f427623007ca56e07c0cb113949)
9+
Thanks [@beeman](https://github.com/beeman)! - Update framework descriptions and structure
10+
11+
- [#159](https://github.com/solana-developers/create-solana-dapp/pull/159)
12+
[`c51ef37`](https://github.com/solana-developers/create-solana-dapp/commit/c51ef37e40b27d7f16a28f1e0d30823afec10d8a)
13+
Thanks [@tobeycodes](https://github.com/tobeycodes)! - add bun support
14+
15+
### Patch Changes
16+
17+
- [#156](https://github.com/solana-developers/create-solana-dapp/pull/156)
18+
[`d60c5cf`](https://github.com/solana-developers/create-solana-dapp/commit/d60c5cffb2791cbb619997b09c2fdb9dcb4faeb5)
19+
Thanks [@beeman](https://github.com/beeman)! - add more examples to csd.sh
20+
21+
- [#160](https://github.com/solana-developers/create-solana-dapp/pull/160)
22+
[`d50c791`](https://github.com/solana-developers/create-solana-dapp/commit/d50c7911afaa1260349ab6f1c86b7269cd221611)
23+
Thanks [@beeman](https://github.com/beeman)! - enable gill-next-tailwind-basic and gill-next-tailwind-counter
24+
templates
25+
26+
- [#144](https://github.com/solana-developers/create-solana-dapp/pull/144)
27+
[`813773d`](https://github.com/solana-developers/create-solana-dapp/commit/813773d48bf06d9f4b3b2d27e09dbd772b24613e)
28+
Thanks [@beeman](https://github.com/beeman)! - clean up init script utils

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-solana-dapp",
3-
"version": "4.2.9",
3+
"version": "4.3.0",
44
"description": "Get up and running fast with Solana dApps",
55
"repository": {
66
"name": "solana-developers/create-solana-dapp",

0 commit comments

Comments
 (0)