Skip to content

Commit fdedcc7

Browse files
committed
chore(release): published new version
1 parent 405d53d commit fdedcc7

File tree

7 files changed

+94
-78
lines changed

7 files changed

+94
-78
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/tsparticles/editor/compare/v3.1.0...v3.1.1) (2024-11-25)
7+
8+
### Bug Fixes
9+
10+
- fixed preset combobox ([405d53d](https://github.com/tsparticles/editor/commit/405d53d5381c159c29c349485a750387dda4641e))
11+
612
# [3.1.0](https://github.com/tsparticles/editor/compare/v3.0.0...v3.1.0) (2024-11-25)
713

814
### Bug Fixes

apps/editor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/tsparticles/editor/compare/v3.1.0...v3.1.1) (2024-11-25)
7+
8+
**Note:** Version bump only for package editor-demo
9+
610
# [3.1.0](https://github.com/tsparticles/editor/compare/v3.0.0...v3.1.0) (2024-11-25)
711

812
### Bug Fixes

apps/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "editor-demo",
33
"private": true,
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"description": "> TODO: description",
66
"author": "Matteo Bruni <[email protected]>",
77
"homepage": "https://particles.js.org",

components/editor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/tsparticles/editor/compare/v3.1.0...v3.1.1) (2024-11-25)
7+
8+
### Bug Fixes
9+
10+
- fixed preset combobox ([405d53d](https://github.com/tsparticles/editor/commit/405d53d5381c159c29c349485a750387dda4641e))
11+
612
# [3.1.0](https://github.com/tsparticles/editor/compare/v3.0.0...v3.1.0) (2024-11-25)
713

814
### Bug Fixes

components/editor/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/editor",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "tsParticles Configuration Editor",
55
"keywords": [
66
"front-end",

components/editor/package.json

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,79 @@
11
{
2-
"name": "@tsparticles/editor",
3-
"version": "3.1.0",
4-
"description": "tsParticles Configuration Editor",
5-
"keywords": [
6-
"front-end",
7-
"frontend",
8-
"tsparticles",
9-
"particles.js",
10-
"particles",
11-
"editor",
12-
"dat.gui",
13-
"javascript",
14-
"wysiwyg",
15-
"confetti",
16-
"tsparticles-editor",
17-
"fireworks"
18-
],
19-
"author": "Matteo Bruni <[email protected]>",
20-
"homepage": "https://particles.js.org",
21-
"license": "MIT",
22-
"repository": {
23-
"type": "git",
24-
"url": "git+https://github.com/tsparticles/editor.git",
25-
"directory": "components/editor"
26-
},
27-
"scripts": {
28-
"build": "tsparticles-cli build",
29-
"build:ci": "tsparticles-cli build --ci",
30-
"version": "tsparticles-cli build -d && git add package.dist.json",
31-
"prepack": "pnpm run build"
32-
},
33-
"bugs": {
34-
"url": "https://github.com/tsparticles/editor/issues"
35-
},
36-
"funding": [
37-
{
38-
"type": "github",
39-
"url": "https://github.com/sponsors/matteobruni"
2+
"name": "@tsparticles/editor",
3+
"version": "3.1.1",
4+
"description": "tsParticles Configuration Editor",
5+
"keywords": [
6+
"front-end",
7+
"frontend",
8+
"tsparticles",
9+
"particles.js",
10+
"particles",
11+
"editor",
12+
"dat.gui",
13+
"javascript",
14+
"wysiwyg",
15+
"confetti",
16+
"tsparticles-editor",
17+
"fireworks"
18+
],
19+
"author": "Matteo Bruni <[email protected]>",
20+
"homepage": "https://particles.js.org",
21+
"license": "MIT",
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/tsparticles/editor.git",
25+
"directory": "components/editor"
4026
},
41-
{
42-
"type": "github",
43-
"url": "https://github.com/sponsors/tsparticles"
27+
"scripts": {
28+
"build": "tsparticles-cli build",
29+
"build:ci": "tsparticles-cli build --ci",
30+
"version": "tsparticles-cli build -d && git add package.dist.json",
31+
"prepack": "pnpm run build"
4432
},
45-
{
46-
"type": "buymeacoffee",
47-
"url": "https://www.buymeacoffee.com/matteobruni"
48-
}
49-
],
50-
"main": "dist/cjs/index.js",
51-
"module": "dist/esm/index.js",
52-
"types": "dist/types/index.d.ts",
53-
"prettier": "@tsparticles/prettier-config",
54-
"dependencies": {
55-
"@tsparticles/engine": "^3.7.1",
56-
"@tsparticles/interaction-external-attract": "^3.7.1",
57-
"@tsparticles/interaction-external-bounce": "^3.7.1",
58-
"@tsparticles/interaction-external-bubble": "^3.7.1",
59-
"@tsparticles/interaction-external-connect": "^3.7.1",
60-
"@tsparticles/interaction-external-grab": "^3.7.1",
61-
"@tsparticles/interaction-external-pause": "^3.7.1",
62-
"@tsparticles/interaction-external-push": "^3.7.1",
63-
"@tsparticles/interaction-external-remove": "^3.7.1",
64-
"@tsparticles/interaction-external-repulse": "^3.7.1",
65-
"@tsparticles/interaction-light": "^3.7.1",
66-
"@tsparticles/interaction-particles-links": "^3.7.1",
67-
"@tsparticles/plugin-absorbers": "^3.7.1",
68-
"@tsparticles/plugin-emitters": "^3.7.1",
69-
"@tsparticles/plugin-export-json": "^3.7.1",
70-
"@tsparticles/plugin-infection": "^3.7.1",
71-
"object-gui": "^2.0.2"
72-
},
73-
"publishConfig": {
74-
"directory": "dist",
75-
"linkDirectory": true,
76-
"access": "public"
77-
},
78-
"gitHead": "301004f5f216944a67e19e42b743709c00d3ea24"
33+
"bugs": {
34+
"url": "https://github.com/tsparticles/editor/issues"
35+
},
36+
"funding": [
37+
{
38+
"type": "github",
39+
"url": "https://github.com/sponsors/matteobruni"
40+
},
41+
{
42+
"type": "github",
43+
"url": "https://github.com/sponsors/tsparticles"
44+
},
45+
{
46+
"type": "buymeacoffee",
47+
"url": "https://www.buymeacoffee.com/matteobruni"
48+
}
49+
],
50+
"main": "dist/cjs/index.js",
51+
"module": "dist/esm/index.js",
52+
"types": "dist/types/index.d.ts",
53+
"prettier": "@tsparticles/prettier-config",
54+
"dependencies": {
55+
"@tsparticles/engine": "^3.7.1",
56+
"@tsparticles/interaction-external-attract": "^3.7.1",
57+
"@tsparticles/interaction-external-bounce": "^3.7.1",
58+
"@tsparticles/interaction-external-bubble": "^3.7.1",
59+
"@tsparticles/interaction-external-connect": "^3.7.1",
60+
"@tsparticles/interaction-external-grab": "^3.7.1",
61+
"@tsparticles/interaction-external-pause": "^3.7.1",
62+
"@tsparticles/interaction-external-push": "^3.7.1",
63+
"@tsparticles/interaction-external-remove": "^3.7.1",
64+
"@tsparticles/interaction-external-repulse": "^3.7.1",
65+
"@tsparticles/interaction-light": "^3.7.1",
66+
"@tsparticles/interaction-particles-links": "^3.7.1",
67+
"@tsparticles/plugin-absorbers": "^3.7.1",
68+
"@tsparticles/plugin-emitters": "^3.7.1",
69+
"@tsparticles/plugin-export-json": "^3.7.1",
70+
"@tsparticles/plugin-infection": "^3.7.1",
71+
"object-gui": "^2.0.2"
72+
},
73+
"publishConfig": {
74+
"directory": "dist",
75+
"linkDirectory": true,
76+
"access": "public"
77+
},
78+
"gitHead": "301004f5f216944a67e19e42b743709c00d3ea24"
7979
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["apps/*", "components/*"],
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"npmClient": "pnpm",
66
"conventionalCommits": true,
77
"command": {

0 commit comments

Comments
 (0)