Skip to content

Commit 28b69dd

Browse files
Add Dependabot auto-merge
1 parent be1fca3 commit 28b69dd

File tree

9 files changed

+25
-12
lines changed

9 files changed

+25
-12
lines changed

.github/workflows/auto-merge.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: auto-merge
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
auto-merge:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: ahmadnassri/action-dependabot-auto-merge@v2
12+
with:
13+
target: minor
14+
github-token: ${{ secrets.gh_token }}

.nova/Configuration.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}

demo-site/dist/css/app.eee3d673.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo-site/dist/favicon.ico

-4.19 KB
Binary file not shown.

demo-site/dist/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo-site/dist/js/chunk-vendors.1ccbaeba.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

demo-site/dist/js/chunk-vendors.1ccbaeba.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-ios13-segmented-control",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Vue.js radio button component inspired by the new skeuomorphic segmented control in iOS 13",
55
"repository": "https://github.com/AnalyzePlatypus/vue-ios13-segmented-control",
66
"main": "dist/vue-ios13-segmented-control.ssr.js",

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ npm run build
7171

7272
Running the build script generate `main` (`.ssr.js`), `module` (`.esm.js`), and `unpkg` (`.min.js`) versions in the `dist` directory.
7373

74+
Publish with:
75+
76+
```bash
77+
npm run build
78+
npm publish
79+
```
80+
7481
## Thank you
7582

7683
* Styles based on [this repo](https://github.com/laurasandoval/ios-13-Style-Switcher) by [@laurasandoval](https://github.com/laurasandoval)

0 commit comments

Comments
 (0)