Skip to content

Commit ca0c114

Browse files
authored
chore: Change svelte entry to esm index (#33)
1 parent 962da12 commit ca0c114

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- beta
67
jobs:
78
release:
89
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [2.6.1-beta.1](https://github.com/untemps/svelte-use-tooltip/compare/v2.6.0...v2.6.1-beta.1) (2022-02-10)
2+
13
# [2.6.0](https://github.com/untemps/svelte-use-tooltip/compare/v2.5.0...v2.6.0) (2022-02-08)
24

35

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@untemps/svelte-use-tooltip",
3-
"version": "2.6.0",
3+
"version": "2.6.1-beta.1",
44
"author": "Vincent Le Badezet <v.lebadezet@untemps.net>",
55
"license": "MIT",
66
"description": "Svelte action to display a tooltip",
@@ -17,7 +17,7 @@
1717
},
1818
"main": "dist/index.js",
1919
"module": "dist/index.es.js",
20-
"svelte": "dist/index.js",
20+
"svelte": "dist/index.es.js",
2121
"files": [
2222
"dist"
2323
],
@@ -78,7 +78,11 @@
7878
},
7979
"release": {
8080
"branches": [
81-
"main"
81+
"main",
82+
{
83+
"name": "beta",
84+
"prerelease": true
85+
}
8286
],
8387
"plugins": [
8488
[

0 commit comments

Comments
 (0)