@tsparticles/ember 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 +4 -0
- package/package.dist.json +1 -1
- package/package.json +5 -5
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.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 @tsparticles/ember
|
|
9
|
+
|
|
6
10
|
# [4.2.0](https://github.com/tsparticles/tsparticles/compare/v4.1.3...v4.2.0) (2026-06-17)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/package.dist.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/ember",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"description": "Official tsParticles Ember.js Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"version": "node ../../scripts/resolve-dist-package.cjs && git add package.dist.json"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@tsparticles/engine": "4.2.
|
|
50
|
+
"@tsparticles/engine": "4.2.1",
|
|
51
51
|
"ember-auto-import": "^2.13.1",
|
|
52
52
|
"ember-cli-babel": "^8.3.1",
|
|
53
53
|
"ember-cli-htmlbars": "^7.0.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@embroider/test-setup": "^4.0.0",
|
|
63
63
|
"@glimmer/component": "^2.1.1",
|
|
64
64
|
"@glimmer/tracking": "^1.1.2",
|
|
65
|
-
"@tsparticles/preset-snow": "4.2.
|
|
65
|
+
"@tsparticles/preset-snow": "4.2.1",
|
|
66
66
|
"@types/ember": "^4.0.11",
|
|
67
67
|
"@types/ember__application": "^4.0.11",
|
|
68
68
|
"@types/ember__array": "^4.0.10",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"prettier": "^3.8.4",
|
|
112
112
|
"qunit": "^2.26.0",
|
|
113
113
|
"qunit-dom": "^3.5.1",
|
|
114
|
-
"tsparticles": "4.2.
|
|
114
|
+
"tsparticles": "4.2.1",
|
|
115
115
|
"typescript": "^6.0.3",
|
|
116
116
|
"webpack": "^5.107.2"
|
|
117
117
|
},
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
"peerDependencies": {
|
|
145
145
|
"@tsparticles/engine": "workspace:*"
|
|
146
146
|
},
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "1f62e3eb35dea236f08382f909ff7c1959cf5870"
|
|
148
148
|
}
|