@tsparticles/template-ribbons 4.2.0 → 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 CHANGED
@@ -3,6 +3,13 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.2.1](https://github.com/tsparticles/tsparticles/compare/v4.2.0...v4.2.1) (2026-06-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - fixed some various issues ([8534979](https://github.com/tsparticles/tsparticles/commit/85349791a4978f80f98f141a94a403a7e15785c0))
11
+ - fixed some versions issues ([0948d06](https://github.com/tsparticles/tsparticles/commit/0948d06b0907aeacde33dd5a12b7438ae2b370a1))
12
+
6
13
  # [4.2.0](https://github.com/tsparticles/tsparticles/compare/v4.1.3...v4.2.0) (2026-06-17)
7
14
 
8
15
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/template-ribbons",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -11,5 +11,5 @@
11
11
  "build:ci": "pnpm run prebuild",
12
12
  "version": "pnpm run build && git add template.json"
13
13
  },
14
- "gitHead": "0a0fbf89c6cb3e1c2395763f55dabecfa85618f9"
14
+ "gitHead": "e2a7699c1f4212bbda4e6933970c062e6fc000dc"
15
15
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "scripts": {
@@ -19,8 +19,9 @@
19
19
  "@angular/platform-browser": "~22.0.0",
20
20
  "@angular/platform-browser-dynamic": "~22.0.0",
21
21
  "@angular/router": "~22.0.0",
22
- "@tsparticles/angular": "^4.1.3",
23
- "@tsparticles/ribbons": "^3.8.1",
22
+ "@tsparticles/angular": "workspace:*",
23
+ "@tsparticles/ribbons": "workspace:*",
24
+
24
25
  "rxjs": "~7.8.2",
25
26
  "tslib": "^2.8.1",
26
27
  "zone.js": "~0.16.2"
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "scripts": {
@@ -19,9 +19,10 @@
19
19
  "@angular/platform-browser": "~22.0.0",
20
20
  "@angular/platform-browser-dynamic": "~22.0.0",
21
21
  "@angular/router": "~22.0.0",
22
- "@tsparticles/angular": "^4.1.3",
23
- "@tsparticles/engine": "^3.8.1",
24
- "@tsparticles/ribbons": "^3.8.1",
22
+ "@tsparticles/angular": "workspace:*",
23
+ "@tsparticles/engine": "workspace:*",
24
+ "@tsparticles/ribbons": "workspace:*",
25
+
25
26
  "rxjs": "~7.8.2",
26
27
  "tslib": "^2.8.1",
27
28
  "zone.js": "~0.16.2"
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "scripts": {
@@ -19,9 +19,10 @@
19
19
  "@angular/platform-browser": "~22.0.0",
20
20
  "@angular/platform-browser-dynamic": "~22.0.0",
21
21
  "@angular/router": "~22.0.0",
22
- "@tsparticles/angular": "^4.1.3",
23
- "@tsparticles/engine": "^3.8.1",
24
- "@tsparticles/ribbons": "^3.8.1",
22
+ "@tsparticles/angular": "workspace:*",
23
+ "@tsparticles/engine": "workspace:*",
24
+ "@tsparticles/ribbons": "workspace:*",
25
+
25
26
  "rxjs": "~7.8.2",
26
27
  "tslib": "^2.8.1",
27
28
  "zone.js": "~0.16.2"
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -9,9 +9,10 @@
9
9
  "preview": "astro preview"
10
10
  },
11
11
  "dependencies": {
12
- "@tsparticles/astro": "^4.1.3",
13
- "@tsparticles/engine": "^3.8.1",
14
- "@tsparticles/ribbons": "^3.8.1",
12
+ "@tsparticles/astro": "workspace:*",
13
+ "@tsparticles/engine": "workspace:*",
14
+ "@tsparticles/ribbons": "workspace:*",
15
+
15
16
  "astro": "^5.0.0"
16
17
  }
17
18
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "scripts": {
@@ -9,10 +9,10 @@
9
9
  "dev": "ember serve"
10
10
  },
11
11
  "dependencies": {
12
- "@tsparticles/ember": "^4.1.3",
13
- "@tsparticles/engine": "^3.8.1",
14
- "@tsparticles/ribbons": "^3.8.1"
15
- },
12
+ "@tsparticles/ember": "workspace:*",
13
+ "@tsparticles/engine": "workspace:*",
14
+ "@tsparticles/ribbons": "workspace:*"
15
+ },
16
16
  "devDependencies": {
17
17
  "ember-cli": "~6.4.0",
18
18
  "ember-source": "~6.4.0"
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -9,9 +9,10 @@
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "dependencies": {
12
- "@tsparticles/engine": "^3.8.1",
13
- "@tsparticles/inferno": "^4.1.3",
14
- "@tsparticles/ribbons": "^3.8.1",
12
+ "@tsparticles/engine": "workspace:*",
13
+ "@tsparticles/ribbons": "workspace:*",
14
+ "@tsparticles/inferno": "workspace:*",
15
+
15
16
  "inferno": "^8.2.0"
16
17
  },
17
18
  "devDependencies": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -9,9 +9,10 @@
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "dependencies": {
12
- "@tsparticles/engine": "^3.8.1",
13
- "@tsparticles/jquery": "^4.1.3",
14
- "@tsparticles/ribbons": "^3.8.1",
12
+ "@tsparticles/engine": "workspace:*",
13
+ "@tsparticles/ribbons": "workspace:*",
14
+ "@tsparticles/jquery": "workspace:*",
15
+
15
16
  "jquery": "^3.7.1"
16
17
  },
17
18
  "devDependencies": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -9,9 +9,10 @@
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "dependencies": {
12
- "@tsparticles/engine": "^3.8.1",
13
- "@tsparticles/lit": "^4.1.3",
14
- "@tsparticles/ribbons": "^3.8.1",
12
+ "@tsparticles/engine": "workspace:*",
13
+ "@tsparticles/ribbons": "workspace:*",
14
+ "@tsparticles/lit": "workspace:*",
15
+
15
16
  "lit": "^3.1.0"
16
17
  },
17
18
  "devDependencies": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -10,9 +10,10 @@
10
10
  "preview": "next start"
11
11
  },
12
12
  "dependencies": {
13
- "@tsparticles/engine": "^3.8.1",
14
- "@tsparticles/ribbons": "^3.8.1",
15
- "@tsparticles/react": "^4.1.3",
13
+ "@tsparticles/engine": "workspace:*",
14
+ "@tsparticles/ribbons": "workspace:*",
15
+
16
+ "@tsparticles/react": "workspace:*",
16
17
  "next": "^15.0.0",
17
18
  "react": "^19.2.5",
18
19
  "react-dom": "^19.2.5"
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "scripts": {
@@ -10,9 +10,10 @@
10
10
  "generate": "nuxt generate"
11
11
  },
12
12
  "dependencies": {
13
- "@tsparticles/engine": "^3.8.1",
14
- "@tsparticles/nuxt2": "^4.1.3",
15
- "@tsparticles/ribbons": "^3.8.1",
13
+ "@tsparticles/engine": "workspace:*",
14
+ "@tsparticles/ribbons": "workspace:*",
15
+ "@tsparticles/nuxt2": "workspace:*",
16
+
16
17
  "nuxt": "^2.18.0"
17
18
  }
18
19
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -10,9 +10,10 @@
10
10
  "preview": "nuxt start"
11
11
  },
12
12
  "dependencies": {
13
- "@tsparticles/engine": "^3.8.1",
14
- "@tsparticles/nuxt3": "^4.1.3",
15
- "@tsparticles/ribbons": "^3.8.1",
13
+ "@tsparticles/engine": "workspace:*",
14
+ "@tsparticles/ribbons": "workspace:*",
15
+ "@tsparticles/nuxt3": "workspace:*",
16
+
16
17
  "nuxt": "^3.15.0"
17
18
  }
18
19
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -10,9 +10,10 @@
10
10
  "preview": "nuxt start"
11
11
  },
12
12
  "dependencies": {
13
- "@tsparticles/engine": "^3.8.1",
14
- "@tsparticles/nuxt4": "^4.1.3",
15
- "@tsparticles/ribbons": "^3.8.1",
13
+ "@tsparticles/engine": "workspace:*",
14
+ "@tsparticles/ribbons": "workspace:*",
15
+ "@tsparticles/nuxt4": "workspace:*",
16
+
16
17
  "nuxt": "^4.0.0"
17
18
  },
18
19
  "devDependencies": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -9,9 +9,10 @@
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "dependencies": {
12
- "@tsparticles/engine": "^3.8.1",
13
- "@tsparticles/preact": "^4.1.3",
14
- "@tsparticles/ribbons": "^3.8.1",
12
+ "@tsparticles/engine": "workspace:*",
13
+ "@tsparticles/ribbons": "workspace:*",
14
+ "@tsparticles/preact": "workspace:*",
15
+
15
16
  "preact": "^10.25.0"
16
17
  },
17
18
  "devDependencies": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -10,10 +10,10 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@builder.io/qwik": "^1.12.0",
13
- "@tsparticles/engine": "^3.8.1",
14
- "@tsparticles/qwik": "^4.1.3",
15
- "@tsparticles/ribbons": "^3.8.1"
16
- },
13
+ "@tsparticles/engine": "workspace:*",
14
+ "@tsparticles/ribbons": "workspace:*",
15
+ "@tsparticles/qwik": "workspace:*"
16
+ },
17
17
  "devDependencies": {
18
18
  "typescript": "~5.8.2"
19
19
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -11,7 +11,9 @@
11
11
  "dependencies": {
12
12
  "react": "^19.2.5",
13
13
  "react-dom": "^19.2.5",
14
- "@tsparticles/react": "^4.1.3"
14
+ "@tsparticles/engine": "workspace:*",
15
+ "@tsparticles/ribbons": "workspace:*",
16
+ "@tsparticles/react": "workspace:*"
15
17
  },
16
18
  "devDependencies": {
17
19
  "@vitejs/plugin-react": "^6.0.1"
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -9,9 +9,10 @@
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "dependencies": {
12
- "@tsparticles/engine": "^3.8.1",
13
- "@tsparticles/ribbons": "^3.8.1",
14
- "@tsparticles/riot": "^4.1.3",
12
+ "@tsparticles/engine": "workspace:*",
13
+ "@tsparticles/ribbons": "workspace:*",
14
+
15
+ "@tsparticles/riot": "workspace:*",
15
16
  "riot": "^9.0.0"
16
17
  },
17
18
  "devDependencies": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -10,7 +10,9 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "solid-js": "^1.8.11",
13
- "@tsparticles/solid": "^4.1.3"
13
+ "@tsparticles/engine": "workspace:*",
14
+ "@tsparticles/ribbons": "workspace:*",
15
+ "@tsparticles/solid": "workspace:*"
14
16
  },
15
17
  "devDependencies": {
16
18
  "vite-plugin-solid": "^2.8.2"
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "scripts": {
@@ -10,8 +10,9 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@stencil/core": "^4.20.0",
13
- "@tsparticles/engine": "^3.8.1",
14
- "@tsparticles/ribbons": "^3.8.1",
15
- "@tsparticles/stencil": "^4.1.3"
13
+ "@tsparticles/engine": "workspace:*",
14
+ "@tsparticles/ribbons": "workspace:*",
15
+
16
+ "@tsparticles/stencil": "workspace:*"
16
17
  }
17
18
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -9,7 +9,9 @@
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "dependencies": {
12
- "@tsparticles/svelte": "^4.1.3"
12
+ "@tsparticles/engine": "workspace:*",
13
+ "@tsparticles/ribbons": "workspace:*",
14
+ "@tsparticles/svelte": "workspace:*"
13
15
  },
14
16
  "devDependencies": {
15
17
  "@sveltejs/vite-plugin-svelte": "^5.0.3",
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -7,5 +7,9 @@
7
7
  "dev": "vite",
8
8
  "build": "tsc && vite build",
9
9
  "preview": "vite preview"
10
+ },
11
+ "dependencies": {
12
+ "@tsparticles/engine": "workspace:*",
13
+ "@tsparticles/ribbons": "workspace:*"
10
14
  }
11
15
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -9,9 +9,10 @@
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "dependencies": {
12
- "@tsparticles/engine": "^3.8.1",
13
- "@tsparticles/ribbons": "^3.8.1",
14
- "@tsparticles/vue2": "^4.1.3",
12
+ "@tsparticles/engine": "workspace:*",
13
+ "@tsparticles/ribbons": "workspace:*",
14
+
15
+ "@tsparticles/vue2": "workspace:*",
15
16
  "vue": "^2.7.16"
16
17
  },
17
18
  "devDependencies": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -10,7 +10,9 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "vue": "^3.5.32",
13
- "@tsparticles/vue3": "^4.1.3"
13
+ "@tsparticles/engine": "workspace:*",
14
+ "@tsparticles/ribbons": "workspace:*",
15
+ "@tsparticles/vue3": "workspace:*"
14
16
  },
15
17
  "devDependencies": {
16
18
  "@vitejs/plugin-vue": "^6.0.5",
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "{{packageName}}",
3
3
  "private": true,
4
4
  "version": "1.0.0",
5
5
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "dependencies": {
12
- "@tsparticles/engine": "^3.8.1",
13
- "@tsparticles/ribbons": "^3.8.1"
14
- }
12
+ "@tsparticles/engine": "workspace:*",
13
+ "@tsparticles/ribbons": "workspace:*"
14
+ }
15
15
  }