Skip to content

Commit

Permalink
chore(release): changesets versioning & publication
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and vnphanquang committed Jan 12, 2024
1 parent a49ca6c commit b988b59
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-dancers-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-ghosts-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-deers-bow.md

This file was deleted.

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

## 5.0.0

### Major Changes

- [#270](https://github.com/vnphanquang/svelte-put/pull/270) [`a49ca6c`](https://github.com/vnphanquang/svelte-put/commit/a49ca6ca1065390acfcf6910593b4635407b96c3) Thanks [@nicholascostadev](https://github.com/nicholascostadev)! - [BREAKING] using Map for items instead of POJO for better performance and insertion order preservation (#269)

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/toc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/toc",
"version": "4.0.0",
"version": "5.0.0",
"description": "Action & utilities for building table of contents",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/misc/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.6

### Patch Changes

- [`6ca3f6d`](https://github.com/vnphanquang/svelte-put/commit/6ca3f6db55f24d72e7ace4909409a4894839bedd) Thanks [@vnphanquang](https://github.com/vnphanquang)! - re-configure svelte export conditions (warning from vite vite-plugin-svelte) (#266)

- [`d6d2971`](https://github.com/vnphanquang/svelte-put/commit/d6d29716f2ef7fa7fb415f9c340e9200399f2553) Thanks [@vnphanquang](https://github.com/vnphanquang)! - mute a11y & compile warnings for Modal.svelte backdrop (#268)

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/misc/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/modal",
"version": "1.0.5",
"version": "1.0.6",
"description": "Svelte async modal",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit b988b59

Please sign in to comment.