Skip to content

Commit f057777

Browse files
authored
Merge pull request #219 from solana-foundation/changeset-release/main
Version Packages
2 parents d4e6819 + 67ce0d7 commit f057777

File tree

5 files changed

+26
-21
lines changed

5 files changed

+26
-21
lines changed

.changeset/fix-init-script-rename.md

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

.changeset/fix-rename-paths-full-path.md

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

.changeset/kit-templates-default.md

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

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# create-solana-dapp
22

3+
## 4.8.0
4+
5+
### Minor Changes
6+
7+
- [#218](https://github.com/solana-foundation/create-solana-dapp/pull/218)
8+
[`d72efe7`](https://github.com/solana-foundation/create-solana-dapp/commit/d72efe79b0c92c7a1d638ea674cd8b16db466d0e)
9+
Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - Make Kit Framework templates the default choice instead of Gill.
10+
- Kit Framework is now the first and recommended option
11+
- Removed Node.js template option
12+
- Web3.js templates moved to bottom and marked as deprecated
13+
- Updated `--minimal` flag to use Kit's `nextjs` template
14+
15+
### Patch Changes
16+
17+
- [#220](https://github.com/solana-foundation/create-solana-dapp/pull/220)
18+
[`1f73c77`](https://github.com/solana-foundation/create-solana-dapp/commit/1f73c7738388233d85fb350cc73a8df387b62136)
19+
Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - Fix init script rename failing with mismatched array lengths. The
20+
deduplication logic was breaking the 1:1 correspondence between from and to arrays.
21+
22+
- [#222](https://github.com/solana-foundation/create-solana-dapp/pull/222)
23+
[`476ba8f`](https://github.com/solana-foundation/create-solana-dapp/commit/476ba8fa3a3b2f6ea1f672031c615e1765c73930)
24+
Thanks [@GuiBibeau](https://github.com/GuiBibeau)! - Fix renamePaths applying string replacement to full absolute path
25+
instead of entry name only. This caused path duplication when the project name contained the template name (e.g.,
26+
creating "test-kit-nextjs" from template "nextjs" would try to rename to "test-kit-test-kit-nextjs").
27+
328
## 4.7.1
429

530
### Patch Changes

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.7.1",
3+
"version": "4.8.0",
44
"description": "The fastest way to create Solana apps",
55
"repository": {
66
"name": "solana-foundation/create-solana-dapp",

0 commit comments

Comments
 (0)