create-confetti 4.1.3 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [4.2.1](https://github.com/tsparticles/tsparticles/compare/v4.2.0...v4.2.1) (2026-06-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package create-confetti
|
|
9
|
+
|
|
10
|
+
# [4.2.0](https://github.com/tsparticles/tsparticles/compare/v4.1.3...v4.2.0) (2026-06-17)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- after publish ([32eda42](https://github.com/tsparticles/tsparticles/commit/32eda425bf5f786c2b62efae8e92f95acf523260))
|
|
15
|
+
- completed adding templates plan ([bce1a7e](https://github.com/tsparticles/tsparticles/commit/bce1a7ee481e2146b04be234923571e6cf16c717))
|
|
16
|
+
- preparing create packages for the new templates structure ([dc15d30](https://github.com/tsparticles/tsparticles/commit/dc15d30d4021d630b90ec767df7dd8ec6af1781e))
|
|
17
|
+
|
|
1
18
|
# Changelog
|
|
2
19
|
|
|
3
20
|
## 0.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-confetti",
|
|
3
|
-
"version": "4.1
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"description": "Scaffold a @tsparticles/confetti project — npm create confetti",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"license": "MIT",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"prepack": "pnpm run build"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@tsparticles/cli-create": "
|
|
63
|
+
"@tsparticles/cli-create": "4.2.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsparticles/prettier-config": "
|
|
66
|
+
"@tsparticles/prettier-config": "4.2.1"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "e2a7699c1f4212bbda4e6933970c062e6fc000dc"
|
|
69
69
|
}
|