@tsparticles/riot 4.0.3 → 4.0.4

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 +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.0.4](https://github.com/tsparticles/tsparticles/compare/v4.0.3...v4.0.4) (2026-05-19)
7
+
8
+ **Note:** Version bump only for package @tsparticles/riot
9
+
6
10
  ## [4.0.3](https://github.com/tsparticles/tsparticles/compare/v4.0.2...v4.0.3) (2026-05-18)
7
11
 
8
12
  **Note:** Version bump only for package @tsparticles/riot
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/riot",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Official tsParticles Riot Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno.",
5
5
  "main": "dist/riot-particles.cjs",
6
6
  "module": "dist/riot-particles.esm.js",
@@ -101,7 +101,7 @@
101
101
  "riot": "^10"
102
102
  },
103
103
  "dependencies": {
104
- "@tsparticles/engine": "^4.0.3"
104
+ "@tsparticles/engine": "^4.0.4"
105
105
  },
106
106
  "devDependencies": {
107
107
  "@babel/core": "^7.29.0",
@@ -109,7 +109,7 @@
109
109
  "@riotjs/cli": "^10.0.0",
110
110
  "@riotjs/compiler": "^10.0.1",
111
111
  "@rollup/plugin-babel": "^7.0.0",
112
- "@tsparticles/prettier-config": "^4.0.3",
112
+ "@tsparticles/prettier-config": "^4.0.4",
113
113
  "chai": "^6.2.2",
114
114
  "esm": "^3.2.25",
115
115
  "jsdom": "^29.0.2",
@@ -124,5 +124,5 @@
124
124
  "publishConfig": {
125
125
  "access": "public"
126
126
  },
127
- "gitHead": "0414bc56fec0e60e5869f5e7b1c5a79841c4d012"
127
+ "gitHead": "ccaa764e22df90102d33c977aa91e3f552ce12dd"
128
128
  }