Skip to content

Commit 5798832

Browse files
chore: release v0.0.3 (#595)
1 parent 79cb099 commit 5798832

File tree

4 files changed

+67
-3
lines changed

4 files changed

+67
-3
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: 'Lint PR'
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
10+
jobs:
11+
validate-pr-title:
12+
name: Validate PR title
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: amannn/action-semantic-pull-request@v4
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
19+
check-sign-off:
20+
if: startsWith(github.head_ref, 'releases/v') == false
21+
name: Write comment if unsigned commits found
22+
env:
23+
FORCE_COLOR: 1
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: live627/check-pr-signoff-action@v1
27+
with:
28+
token: ${{ secrets.GITHUB_TOKEN }}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## [0.0.3](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.0.2...v0.0.3) (2022-07-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** don't use `pull_request` evt ([e560720](https://github.com/vinayakkulkarni/v-tweakpane/commit/e5607202250b0d549a13848b65cc0f18d77211f5))
7+
* **deps:** bump actions/checkout from 2 to 3 ([2f7b13c](https://github.com/vinayakkulkarni/v-tweakpane/commit/2f7b13cd06e88a160bee53bdd74c109356769c07))
8+
* **deps:** bump actions/setup-node from 2.2.0 to 2.4.0 ([4e3b561](https://github.com/vinayakkulkarni/v-tweakpane/commit/4e3b5617856f21ab5cf7e833204a413be0f802cc))
9+
* **deps:** bump actions/setup-node from 2.4.0 to 2.4.1 ([e7210d1](https://github.com/vinayakkulkarni/v-tweakpane/commit/e7210d1597da9ad3040e33eee73e66307ac040a8))
10+
* **deps:** bump actions/setup-node from 2.4.1 to 2.5.0 ([c049198](https://github.com/vinayakkulkarni/v-tweakpane/commit/c0491984f7a04ddaaa20fba16269c363423c9a73))
11+
* **deps:** bump actions/setup-node from 2.5.0 to 2.5.1 ([21227ba](https://github.com/vinayakkulkarni/v-tweakpane/commit/21227ba1575ae933144fe27e72cd05a66e4b3529))
12+
* **deps:** bump actions/setup-node from 2.5.1 to 3 ([2cec616](https://github.com/vinayakkulkarni/v-tweakpane/commit/2cec6167e322d62023c81ed4554feaacf68f6561))
13+
* **deps:** bump actions/stale from 3 to 4.1.0 ([6e9b996](https://github.com/vinayakkulkarni/v-tweakpane/commit/6e9b99659e0130b7bc5024ca99f86e635ef426a4))
14+
* **deps:** bump actions/stale from 4.1.0 to 5 ([0965ca7](https://github.com/vinayakkulkarni/v-tweakpane/commit/0965ca7e9f37ee0c5839c82e82230ecb568cdc3d))
15+
* **deps:** bump ejs from 3.1.6 to 3.1.7 ([7273bde](https://github.com/vinayakkulkarni/v-tweakpane/commit/7273bde567e4093a2f6986b7ec601c6fff6979bf))
16+
* **deps:** bump follow-redirects from 1.14.6 to 1.14.8 ([55d7992](https://github.com/vinayakkulkarni/v-tweakpane/commit/55d7992e6a93a0bdc06d189a70ac32436c37412e))
17+
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([5979081](https://github.com/vinayakkulkarni/v-tweakpane/commit/5979081aded9da19131484f26f35b6c8e1ed2384))
18+
* **deps:** bump nanoid from 3.1.30 to 3.2.0 ([2d6411b](https://github.com/vinayakkulkarni/v-tweakpane/commit/2d6411b0db59f3f2c8031eef2a876454c1fcbdfb))
19+
* **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([3b66189](https://github.com/vinayakkulkarni/v-tweakpane/commit/3b6618922fb716d9fc17f2e9d3db0efc499b4efb))
20+
* **deps:** bump shell-quote from 1.7.2 to 1.7.3 ([a729ec1](https://github.com/vinayakkulkarni/v-tweakpane/commit/a729ec1d472bb8e17d8ef67ef22849a7e97dffb4))
21+
* **deps:** bump terser from 4.8.0 to 4.8.1 ([13d23f7](https://github.com/vinayakkulkarni/v-tweakpane/commit/13d23f7dc1a9b1fa4270fd42b889f2a67b791acd))
22+
* **deps:** bump tweakpane from 3.0.3 to 3.0.5 ([62f21a0](https://github.com/vinayakkulkarni/v-tweakpane/commit/62f21a08d67d969684fd710f6dca4efaea002777))
23+
* **deps:** bump tweakpane from 3.0.5 to 3.0.6 ([00c7bbf](https://github.com/vinayakkulkarni/v-tweakpane/commit/00c7bbf1320726219a769bb1888ecf1735580a36))
24+
* **deps:** bump tweakpane from 3.0.6 to 3.0.7 ([825cb92](https://github.com/vinayakkulkarni/v-tweakpane/commit/825cb92ee8f7d037bde1fcf9e0c602272e11c40e))
25+
* **deps:** bump tweakpane from 3.0.7 to 3.0.8 ([2eb216c](https://github.com/vinayakkulkarni/v-tweakpane/commit/2eb216cebb0446806493497c75c09cdbb76d0d1a))
26+
* **deps:** bump tweakpane from 3.0.8 to 3.1.0 ([44c70a9](https://github.com/vinayakkulkarni/v-tweakpane/commit/44c70a98342c4e2d5722bf75021e5c6d03c8d7d8))
27+
* **deps:** bump wearerequired/lint-action from 1 to 2 ([7ddb8e1](https://github.com/vinayakkulkarni/v-tweakpane/commit/7ddb8e1c834a0851bce589b128d0c2e131ab1e86))
28+
* update stories ([3d80a4d](https://github.com/vinayakkulkarni/v-tweakpane/commit/3d80a4d0ba4cba3c699258d486f86a1482d7520b))
29+
30+
31+
### Features
32+
33+
* add dependabot config 😍 ([f3f8e00](https://github.com/vinayakkulkarni/v-tweakpane/commit/f3f8e00fcd80755a7c11ee3380f51aa3e3a5f357))
34+
35+
36+
137
## [0.0.2](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.0.1...v0.0.2) (2021-07-19)
238

339

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v-tweakpane",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Tweakpane for Vue",
55
"types": "types/index.d.ts",
66
"main": "dist/v-tweakpane.cjs.js",

0 commit comments

Comments
Β (0)