Skip to content

Commit

Permalink
chore(release): published new version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Nov 25, 2024
1 parent 405d53d commit fdedcc7
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 78 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.1](https://github.com/tsparticles/editor/compare/v3.1.0...v3.1.1) (2024-11-25)

### Bug Fixes

- fixed preset combobox ([405d53d](https://github.com/tsparticles/editor/commit/405d53d5381c159c29c349485a750387dda4641e))

# [3.1.0](https://github.com/tsparticles/editor/compare/v3.0.0...v3.1.0) (2024-11-25)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions apps/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.1](https://github.com/tsparticles/editor/compare/v3.1.0...v3.1.1) (2024-11-25)

**Note:** Version bump only for package editor-demo

# [3.1.0](https://github.com/tsparticles/editor/compare/v3.0.0...v3.1.0) (2024-11-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "editor-demo",
"private": true,
"version": "3.1.0",
"version": "3.1.1",
"description": "> TODO: description",
"author": "Matteo Bruni <[email protected]>",
"homepage": "https://particles.js.org",
Expand Down
6 changes: 6 additions & 0 deletions components/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.1](https://github.com/tsparticles/editor/compare/v3.1.0...v3.1.1) (2024-11-25)

### Bug Fixes

- fixed preset combobox ([405d53d](https://github.com/tsparticles/editor/commit/405d53d5381c159c29c349485a750387dda4641e))

# [3.1.0](https://github.com/tsparticles/editor/compare/v3.0.0...v3.1.0) (2024-11-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion components/editor/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/editor",
"version": "3.1.0",
"version": "3.1.1",
"description": "tsParticles Configuration Editor",
"keywords": [
"front-end",
Expand Down
150 changes: 75 additions & 75 deletions components/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,79 +1,79 @@
{
"name": "@tsparticles/editor",
"version": "3.1.0",
"description": "tsParticles Configuration Editor",
"keywords": [
"front-end",
"frontend",
"tsparticles",
"particles.js",
"particles",
"editor",
"dat.gui",
"javascript",
"wysiwyg",
"confetti",
"tsparticles-editor",
"fireworks"
],
"author": "Matteo Bruni <[email protected]>",
"homepage": "https://particles.js.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tsparticles/editor.git",
"directory": "components/editor"
},
"scripts": {
"build": "tsparticles-cli build",
"build:ci": "tsparticles-cli build --ci",
"version": "tsparticles-cli build -d && git add package.dist.json",
"prepack": "pnpm run build"
},
"bugs": {
"url": "https://github.com/tsparticles/editor/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/matteobruni"
"name": "@tsparticles/editor",
"version": "3.1.1",
"description": "tsParticles Configuration Editor",
"keywords": [
"front-end",
"frontend",
"tsparticles",
"particles.js",
"particles",
"editor",
"dat.gui",
"javascript",
"wysiwyg",
"confetti",
"tsparticles-editor",
"fireworks"
],
"author": "Matteo Bruni <[email protected]>",
"homepage": "https://particles.js.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tsparticles/editor.git",
"directory": "components/editor"
},
{
"type": "github",
"url": "https://github.com/sponsors/tsparticles"
"scripts": {
"build": "tsparticles-cli build",
"build:ci": "tsparticles-cli build --ci",
"version": "tsparticles-cli build -d && git add package.dist.json",
"prepack": "pnpm run build"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/matteobruni"
}
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"prettier": "@tsparticles/prettier-config",
"dependencies": {
"@tsparticles/engine": "^3.7.1",
"@tsparticles/interaction-external-attract": "^3.7.1",
"@tsparticles/interaction-external-bounce": "^3.7.1",
"@tsparticles/interaction-external-bubble": "^3.7.1",
"@tsparticles/interaction-external-connect": "^3.7.1",
"@tsparticles/interaction-external-grab": "^3.7.1",
"@tsparticles/interaction-external-pause": "^3.7.1",
"@tsparticles/interaction-external-push": "^3.7.1",
"@tsparticles/interaction-external-remove": "^3.7.1",
"@tsparticles/interaction-external-repulse": "^3.7.1",
"@tsparticles/interaction-light": "^3.7.1",
"@tsparticles/interaction-particles-links": "^3.7.1",
"@tsparticles/plugin-absorbers": "^3.7.1",
"@tsparticles/plugin-emitters": "^3.7.1",
"@tsparticles/plugin-export-json": "^3.7.1",
"@tsparticles/plugin-infection": "^3.7.1",
"object-gui": "^2.0.2"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": true,
"access": "public"
},
"gitHead": "301004f5f216944a67e19e42b743709c00d3ea24"
"bugs": {
"url": "https://github.com/tsparticles/editor/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/matteobruni"
},
{
"type": "github",
"url": "https://github.com/sponsors/tsparticles"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/matteobruni"
}
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"prettier": "@tsparticles/prettier-config",
"dependencies": {
"@tsparticles/engine": "^3.7.1",
"@tsparticles/interaction-external-attract": "^3.7.1",
"@tsparticles/interaction-external-bounce": "^3.7.1",
"@tsparticles/interaction-external-bubble": "^3.7.1",
"@tsparticles/interaction-external-connect": "^3.7.1",
"@tsparticles/interaction-external-grab": "^3.7.1",
"@tsparticles/interaction-external-pause": "^3.7.1",
"@tsparticles/interaction-external-push": "^3.7.1",
"@tsparticles/interaction-external-remove": "^3.7.1",
"@tsparticles/interaction-external-repulse": "^3.7.1",
"@tsparticles/interaction-light": "^3.7.1",
"@tsparticles/interaction-particles-links": "^3.7.1",
"@tsparticles/plugin-absorbers": "^3.7.1",
"@tsparticles/plugin-emitters": "^3.7.1",
"@tsparticles/plugin-export-json": "^3.7.1",
"@tsparticles/plugin-infection": "^3.7.1",
"object-gui": "^2.0.2"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": true,
"access": "public"
},
"gitHead": "301004f5f216944a67e19e42b743709c00d3ea24"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["apps/*", "components/*"],
"version": "3.1.0",
"version": "3.1.1",
"npmClient": "pnpm",
"conventionalCommits": true,
"command": {
Expand Down

0 comments on commit fdedcc7

Please sign in to comment.