create-ribbons 4.1.3 → 4.2.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
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.0](https://github.com/tsparticles/tsparticles/compare/v4.1.3...v4.2.0) (2026-06-17)
7
+
8
+ ### Features
9
+
10
+ - after publish ([32eda42](https://github.com/tsparticles/tsparticles/commit/32eda425bf5f786c2b62efae8e92f95acf523260))
11
+ - completed adding templates plan ([bce1a7e](https://github.com/tsparticles/tsparticles/commit/bce1a7ee481e2146b04be234923571e6cf16c717))
12
+ - preparing create packages for the new templates structure ([dc15d30](https://github.com/tsparticles/tsparticles/commit/dc15d30d4021d630b90ec767df7dd8ec6af1781e))
13
+
1
14
  # Changelog
2
15
 
3
16
  ## 0.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ribbons",
3
- "version": "4.1.3",
3
+ "version": "4.2.0",
4
4
  "description": "Scaffold a @tsparticles/ribbons project — npm create ribbons",
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": "^4.1.3"
63
+ "@tsparticles/cli-create": "4.2.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@tsparticles/prettier-config": "^4.1.3"
66
+ "@tsparticles/prettier-config": "4.2.0"
67
67
  },
68
- "gitHead": "0551736c55ae8eec3855a693af8a99b1b4420350"
68
+ "gitHead": "985a346686ce8d7fa09808849bef51140f1b4897"
69
69
  }