Skip to content

Commit

Permalink
11.0.0-rc.1
Browse files Browse the repository at this point in the history
add .github/workflows/npm-publish.yml
  • Loading branch information
janosh committed Oct 24, 2024
1 parent 14ba447 commit aa11082
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Publish to NPM

on:
release:
types: [published]

jobs:
publish:
uses: janosh/workflows/.github/workflows/npm-publish.yml@main
secrets: inherit
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v11.0.0-rc.1](https://github.com/janosh/svelte-multiselect/compare/v10.3.0...v11.0.0-rc.1)

- update `MultiSelect.svelte` for Svelte5 compatibility [`#293`](https://github.com/janosh/svelte-multiselect/pull/293)

#### [v10.3.0](https://github.com/janosh/svelte-multiselect/compare/v10.2.0...v10.3.0)

> 8 April 2024
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://janosh.github.io/svelte-multiselect",
"repository": "https://github.com/janosh/svelte-multiselect",
"license": "MIT",
"version": "10.3.0",
"version": "11.0.0-rc.1",
"type": "module",
"svelte": "./dist/index.js",
"bugs": "https://github.com/janosh/svelte-multiselect/issues",
Expand Down

0 comments on commit aa11082

Please sign in to comment.