Skip to content

Commit

Permalink
chore(release): published new version
Browse files Browse the repository at this point in the history
 - ng-particles@2.42.4
 - inferno-particles@1.42.4
 - jquery-particles@1.42.4
 - preact-particles@1.42.4
 - react-tsparticles@1.42.4
 - riot-particles@1.42.4
 - solid-particles@1.42.4
 - svelte-particles@1.42.4
 - vue2-particles@1.42.4
 - particles.vue@2.42.4
 - vue3-particles@1.42.4
 - particles.vue3@1.42.4
 - web-particles@1.42.4
 - ng-particles-demo@1.27.4
 - editor-demo@1.27.4
 - inferno-particles-demo@1.25.4
 - ionic-demo@0.11.4
 - jquery-particles-demo@1.27.4
 - nextjs@0.1.1
 - preact-particles-demo@1.27.4
 - react-tsparticles-demo@1.27.4
 - riot-particles-demo@1.16.4
 - solid-particles-demo@1.25.4
 - svelte-demo@1.25.4
 - tsparticles-demo@1.27.4
 - tsparticles-demo-new@1.27.4
 - particles.vue-demo@1.27.4
 - particles.vue3-demo@1.25.4
 - web-particles-demo@1.27.4
 - tsparticles-editor@1.42.4
 - tsparticles@1.42.4
 - tsparticles-interaction-light@1.42.4
 - tsparticles-interaction-particles-repulse@1.42.4
 - tsparticles-path-curves@1.42.4
 - tsparticles-path-perlin-noise@1.42.4
 - tsparticles-path-polygon@1.42.4
 - tsparticles-path-simplex-noise@1.42.4
 - tsparticles-plugin-infection@1.42.4
 - tsparticles-preset-big-circles@1.42.4
 - tsparticles-preset-bubbles@1.42.4
 - tsparticles-preset-confetti@1.42.4
 - tsparticles-preset-fire@1.42.4
 - tsparticles-preset-firefly@1.42.4
 - tsparticles-preset-fireworks@1.42.4
 - tsparticles-preset-fountain@1.42.4
 - tsparticles-preset-links@1.42.4
 - tsparticles-preset-sea-anemone@1.42.4
 - tsparticles-preset-snow@1.42.4
 - tsparticles-preset-stars@1.42.4
 - tsparticles-preset-triangles@1.42.4
 - tsparticles-shape-bubble@1.42.4
 - tsparticles-shape-heart@1.42.4
 - tsparticles-shape-multiline-text@1.42.4
 - tsparticles-shape-rounded-rect@1.42.4
 - tsparticles-shape-spiral@1.42.4
 - cra-template-particles-typescript@1.42.4
 - cra-template-particles@1.42.4
 - tsparticles-updater-gradient@1.42.4
 - tsparticles-updater-orbit@1.42.4
 - tsparticles-website@1.42.4
  • Loading branch information
matteobruni committed Mar 20, 2022
1 parent 42bfa87 commit a746de7
Show file tree
Hide file tree
Showing 151 changed files with 720 additions and 233 deletions.
8 changes: 8 additions & 0 deletions components/angular/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.42.4](https://github.com/matteobruni/tsparticles/compare/ng-particles@2.42.3...ng-particles@2.42.4) (2022-03-20)

**Note:** Version bump only for package ng-particles





## [2.42.3](https://github.com/matteobruni/tsparticles/compare/ng-particles@2.42.2...ng-particles@2.42.3) (2022-03-18)

**Note:** Version bump only for package ng-particles
Expand Down
4 changes: 2 additions & 2 deletions components/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "ng-particles",
"version": "2.42.3",
"version": "2.42.4",
"description": "Official tsParticles Angular 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), Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"keywords": [
"tsparticles",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@angular/router": "~13.3.0",
"rxjs": "~7.5.5",
"tslib": "^2.3.1",
"tsparticles": "^1.42.3",
"tsparticles": "^1.42.4",
"zone.js": "~0.11.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions components/angular/projects/ng-particles/package.json
@@ -1,6 +1,6 @@
{
"name": "ng-particles",
"version": "2.42.3",
"version": "2.42.4",
"description": "Official tsParticles Angular 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), Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"homepage": "https://particles.js.org/",
"repository": {
Expand Down Expand Up @@ -78,6 +78,6 @@
"peerDependencies": {
"@angular/common": ">=2.0.0",
"@angular/core": ">=2.0.0",
"tsparticles": "^1.42.3"
"tsparticles": "^1.42.4"
}
}
8 changes: 8 additions & 0 deletions components/inferno/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.42.4](https://github.com/matteobruni/tsparticles/compare/inferno-particles@1.42.3...inferno-particles@1.42.4) (2022-03-20)

**Note:** Version bump only for package inferno-particles





## [1.42.3](https://github.com/matteobruni/tsparticles/compare/inferno-particles@1.42.2...inferno-particles@1.42.3) (2022-03-18)

**Note:** Version bump only for package inferno-particles
Expand Down
4 changes: 2 additions & 2 deletions components/inferno/package.json
@@ -1,6 +1,6 @@
{
"name": "inferno-particles",
"version": "1.42.3",
"version": "1.42.4",
"description": "Official tsParticles Inferno 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, Riot.js, Solid.js.",
"main": "index.js",
"typesVersions": {
Expand Down Expand Up @@ -95,7 +95,7 @@
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"tsparticles": "^1.42.3"
"tsparticles": "^1.42.4"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
8 changes: 8 additions & 0 deletions components/jquery/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.42.4](https://github.com/matteobruni/tsparticles/compare/jquery-particles@1.42.3...jquery-particles@1.42.4) (2022-03-20)

**Note:** Version bump only for package jquery-particles





## [1.42.3](https://github.com/matteobruni/tsparticles/compare/jquery-particles@1.42.2...jquery-particles@1.42.3) (2022-03-18)

**Note:** Version bump only for package jquery-particles
Expand Down
4 changes: 2 additions & 2 deletions components/jquery/package.json
@@ -1,6 +1,6 @@
{
"name": "jquery-particles",
"version": "1.42.3",
"version": "1.42.4",
"description": "Official tsParticles jQuery Plugin - 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, Preact, Riot.js, Solid.js, Inferno.",
"main": "dist/jquery.particles.min.js",
"scripts": {
Expand Down Expand Up @@ -94,7 +94,7 @@
"jquery": ">=1"
},
"dependencies": {
"tsparticles": "^1.42.3"
"tsparticles": "^1.42.4"
},
"devDependencies": {
"@babel/core": "^7.17.2",
Expand Down
8 changes: 8 additions & 0 deletions components/preact/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.42.4](https://github.com/matteobruni/tsparticles/compare/preact-particles@1.42.3...preact-particles@1.42.4) (2022-03-20)

**Note:** Version bump only for package preact-particles





## [1.42.3](https://github.com/matteobruni/tsparticles/compare/preact-particles@1.42.2...preact-particles@1.42.3) (2022-03-18)

**Note:** Version bump only for package preact-particles
Expand Down
4 changes: 2 additions & 2 deletions components/preact/package.json
@@ -1,6 +1,6 @@
{
"name": "preact-particles",
"version": "1.42.3",
"version": "1.42.4",
"description": "Official tsParticles Preact 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, Riot.js, Solid.js, Inferno.",
"main": "index.js",
"unpkg": "umd/particles.js",
Expand Down Expand Up @@ -88,7 +88,7 @@
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"tsparticles": "^1.42.3"
"tsparticles": "^1.42.4"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
8 changes: 8 additions & 0 deletions components/react/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.42.4](https://github.com/matteobruni/tsparticles/compare/react-tsparticles@1.42.3...react-tsparticles@1.42.4) (2022-03-20)

**Note:** Version bump only for package react-tsparticles





## [1.42.3](https://github.com/matteobruni/tsparticles/compare/react-tsparticles@1.42.2...react-tsparticles@1.42.3) (2022-03-18)

**Note:** Version bump only for package react-tsparticles
Expand Down
4 changes: 2 additions & 2 deletions components/react/package.json
@@ -1,6 +1,6 @@
{
"name": "react-tsparticles",
"version": "1.42.3",
"version": "1.42.4",
"description": "Official tsParticles React 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, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"main": "index.js",
"unpkg": "umd/particles.js",
Expand Down Expand Up @@ -98,7 +98,7 @@
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"tsparticles": "^1.42.3"
"tsparticles": "^1.42.4"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
8 changes: 8 additions & 0 deletions components/riot/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.42.4](https://github.com/matteobruni/tsparticles/compare/riot-particles@1.42.3...riot-particles@1.42.4) (2022-03-20)

**Note:** Version bump only for package riot-particles





## [1.42.3](https://github.com/matteobruni/tsparticles/compare/riot-particles@1.42.2...riot-particles@1.42.3) (2022-03-18)

**Note:** Version bump only for package riot-particles
Expand Down
4 changes: 2 additions & 2 deletions components/riot/package.json
@@ -1,6 +1,6 @@
{
"name": "riot-particles",
"version": "1.42.3",
"version": "1.42.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.",
"main": "riot-particles.js",
"scripts": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"riot": ">=5"
},
"dependencies": {
"tsparticles": "^1.42.3"
"tsparticles": "^1.42.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.15.0",
Expand Down
8 changes: 8 additions & 0 deletions components/solid/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.42.4](https://github.com/matteobruni/tsparticles/compare/solid-particles@1.42.3...solid-particles@1.42.4) (2022-03-20)

**Note:** Version bump only for package solid-particles





## [1.42.3](https://github.com/matteobruni/tsparticles/compare/solid-particles@1.42.2...solid-particles@1.42.3) (2022-03-18)

**Note:** Version bump only for package solid-particles
Expand Down
4 changes: 2 additions & 2 deletions components/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "solid-particles",
"version": "1.42.3",
"version": "1.42.4",
"description": "Official tsParticles Solid 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 React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Riot.js.",
"main": "dist/particles.js",
"typesVersions": {
Expand Down Expand Up @@ -96,7 +96,7 @@
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"tsparticles": "^1.42.3"
"tsparticles": "^1.42.4"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
8 changes: 8 additions & 0 deletions components/svelte/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.42.4](https://github.com/matteobruni/tsparticles/compare/svelte-particles@1.42.3...svelte-particles@1.42.4) (2022-03-20)

**Note:** Version bump only for package svelte-particles





## [1.42.3](https://github.com/matteobruni/tsparticles/compare/svelte-particles@1.42.2...svelte-particles@1.42.3) (2022-03-18)

**Note:** Version bump only for package svelte-particles
Expand Down
4 changes: 2 additions & 2 deletions components/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-particles",
"version": "1.42.3",
"version": "1.42.4",
"description": "Official tsParticles Svelte 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, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"scripts": {
"build": "prettier --write ./README.md && rollup -c rollup.config.js",
Expand Down Expand Up @@ -76,7 +76,7 @@
"svelte": ">=3"
},
"dependencies": {
"tsparticles": "^1.42.3"
"tsparticles": "^1.42.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
Expand Down
8 changes: 8 additions & 0 deletions components/vue-alt/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.42.4](https://github.com/matteobruni/tsparticles/compare/vue2-particles@1.42.3...vue2-particles@1.42.4) (2022-03-20)

**Note:** Version bump only for package vue2-particles





## [1.42.3](https://github.com/matteobruni/tsparticles/compare/vue2-particles@1.42.2...vue2-particles@1.42.3) (2022-03-18)

**Note:** Version bump only for package vue2-particles
Expand Down
4 changes: 2 additions & 2 deletions components/vue-alt/package.json
@@ -1,6 +1,6 @@
{
"name": "vue2-particles",
"version": "1.42.3",
"version": "1.42.4",
"description": "Official tsParticles Vue.js 2.x 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 3.x, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"scripts": {
"clean": "rm -rf dist/*",
Expand Down Expand Up @@ -90,7 +90,7 @@
"vue": "<3"
},
"dependencies": {
"tsparticles": "^1.42.3",
"tsparticles": "^1.42.4",
"vue-class-component": "<8",
"vue-property-decorator": "<10"
},
Expand Down
8 changes: 8 additions & 0 deletions components/vue/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.42.4](https://github.com/matteobruni/tsparticles/compare/particles.vue@2.42.3...particles.vue@2.42.4) (2022-03-20)

**Note:** Version bump only for package particles.vue





## [2.42.3](https://github.com/matteobruni/tsparticles/compare/particles.vue@2.42.2...particles.vue@2.42.3) (2022-03-18)

**Note:** Version bump only for package particles.vue
Expand Down
4 changes: 2 additions & 2 deletions components/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "particles.vue",
"version": "2.42.3",
"version": "2.42.4",
"description": "Official tsParticles Vue.js 2.x 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 3.x, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"scripts": {
"clean": "rm -rf dist/*",
Expand Down Expand Up @@ -90,7 +90,7 @@
"vue": "<3"
},
"dependencies": {
"tsparticles": "^1.42.3",
"tsparticles": "^1.42.4",
"vue-class-component": "<8",
"vue-property-decorator": "<10"
},
Expand Down
8 changes: 8 additions & 0 deletions components/vue3-alt/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.42.4](https://github.com/matteobruni/tsparticles/compare/vue3-particles@1.42.3...vue3-particles@1.42.4) (2022-03-20)

**Note:** Version bump only for package vue3-particles





## [1.42.3](https://github.com/matteobruni/tsparticles/compare/vue3-particles@1.42.2...vue3-particles@1.42.3) (2022-03-18)

**Note:** Version bump only for package vue3-particles
Expand Down
4 changes: 2 additions & 2 deletions components/vue3-alt/package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-particles",
"version": "1.42.3",
"version": "1.42.4",
"description": "Official tsParticles Vue.js 3.x 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, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"scripts": {
"clean": "rm -rf dist/*",
Expand Down Expand Up @@ -91,7 +91,7 @@
},
"dependencies": {
"core-js": "^3.20.1",
"tsparticles": "^1.42.3",
"tsparticles": "^1.42.4",
"vue-class-component": "^8.0.0-rc.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions components/vue3/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.42.4](https://github.com/matteobruni/tsparticles/compare/particles.vue3@1.42.3...particles.vue3@1.42.4) (2022-03-20)

**Note:** Version bump only for package particles.vue3





## [1.42.3](https://github.com/matteobruni/tsparticles/compare/particles.vue3@1.42.2...particles.vue3@1.42.3) (2022-03-18)

**Note:** Version bump only for package particles.vue3
Expand Down

0 comments on commit a746de7

Please sign in to comment.