Skip to content

Commit

Permalink
Version Packages (#23)
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 24, 2023
1 parent 51f551a commit 6c34edd
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/plenty-trainers-lie.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.2.1

### Patch Changes

- 51f551a: Fix particleShape rectangles

## 2.2.0

### Minor 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.2.0",
"version": "2.2.1",
"main": "./dist/index.js",
"module": "./dist/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @neoconfetti/react

## 0.1.1

### Patch Changes

- 51f551a: Fix particleShape rectangles
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neoconfetti/react",
"version": "0.1.0",
"version": "0.1.1",
"description": "Confetti explosion in React 🎉🎊",
"author": "Puru Vijay",
"license": "MIT",
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.2.1

### Patch Changes

- 51f551a: Fix particleShape rectangles

## 2.2.0

### Minor 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.2.0",
"version": "2.2.1",
"description": "Confetti explosion in Svelte 🎉🎊",
"author": "Puru Vijay",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neoconfetti/vanilla

## 0.2.1

### Patch Changes

- 51f551a: Fix particleShape rectangles

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neoconfetti/vanilla",
"version": "0.2.0",
"version": "0.2.1",
"description": "Confetti explosion in JavaScript 🎉🎊",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neoconfetti/vue

## 2.2.1

### Patch Changes

- 51f551a: Fix particleShape rectangles

## 2.2.0

### Minor Changes
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# demo

## 0.0.9

### Patch Changes

- Updated dependencies [51f551a]
- @neoconfetti/vue@2.2.1

## 0.0.8

### Patch Changes
Expand Down
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.8",
"version": "0.0.9",
"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.2.0",
"version": "2.2.1",
"description": "Confetti explosion in Vue 🎉🎊",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 6c34edd

Please sign in to comment.