Skip to content

Commit

Permalink
Version Packages (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Dec 19, 2023
1 parent 01a3b51 commit bd1eac5
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/slow-mirrors-rescue.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neoconfetti/core

## 2.1.0

### Minor Changes

- 01a3b51: Fixes, setting any option to undefined reverts it to default value, more fine grained reactivity. If the particlesCount doesn't change, confetti isn't recreated.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neoconfetti/core",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neoconfetti/svelte

## 2.1.0

### Minor Changes

- 01a3b51: Fixes, setting any option to undefined reverts it to default value, more fine grained reactivity. If the particlesCount doesn't change, confetti isn't recreated.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neoconfetti/svelte",
"version": "2.0.0",
"version": "2.1.0",
"description": "Confetti explosion in Svelte 🎉🎊",
"author": "Puru Vijay",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @neoconfetti/vue

## 2.1.0

### Minor Changes

- 01a3b51: Fixes, setting any option to undefined reverts it to default value, more fine grained reactivity. If the particlesCount doesn't change, confetti isn't recreated.
8 changes: 8 additions & 0 deletions packages/vue/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# demo

## 0.0.7

### Patch Changes

- Updated dependencies [01a3b51]
- @neoconfetti/vue@2.1.0
2 changes: 1 addition & 1 deletion packages/vue/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neoconfetti/vue",
"version": "2.0.0",
"version": "2.1.0",
"description": "Confetti explosion in Vue 🎉🎊",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit bd1eac5

Please sign in to comment.