Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Dec 18, 2023
2 parents 0ced0b3 + 9c81798 commit 308a004
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/four-lizards-fly.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/shiny-oranges-film.md

This file was deleted.

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

## 2.0.0

### Major Changes

- a933eb4: - Remove runtime validation. Rely on TypeScript's checking
- BREAKING: Use `translate` and `rotate` CSS properties instead of transform.
- Size reduction of 300bytes. Now 1.36kb min_brotli
- By defauly ships unminified build. To use minified build, use dist/min/index.js
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": "1.0.0",
"version": "2.0.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @neoconfetti/svelte

## 2.0.0

### Major Changes

- a933eb4: - Remove runtime validation. Rely on TypeScript's checking
- BREAKING: Use `translate` and `rotate` CSS properties instead of transform.
- Size reduction of 300bytes. Now 1.36kb min_brotli
- By defauly ships unminified build. To use minified build, use dist/min/index.js
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": "1.0.0",
"version": "2.0.0",
"description": "Confetti explosion in Svelte 🎉🎊",
"author": "Puru Vijay",
"license": "MIT",
Expand Down

0 comments on commit 308a004

Please sign in to comment.