diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml new file mode 100644 index 00000000..90c163f1 --- /dev/null +++ b/.github/workflows/lint-pr.yml @@ -0,0 +1,28 @@ +name: 'Lint PR' + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + +jobs: + validate-pr-title: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@v4 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + check-sign-off: + if: startsWith(github.head_ref, 'releases/v') == false + name: Write comment if unsigned commits found + env: + FORCE_COLOR: 1 + runs-on: ubuntu-latest + steps: + - uses: live627/check-pr-signoff-action@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2712fa50..1863cffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +## [0.0.3](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.0.2...v0.0.3) (2022-07-31) + + +### Bug Fixes + +* **ci:** don't use `pull_request` evt ([e560720](https://github.com/vinayakkulkarni/v-tweakpane/commit/e5607202250b0d549a13848b65cc0f18d77211f5)) +* **deps:** bump actions/checkout from 2 to 3 ([2f7b13c](https://github.com/vinayakkulkarni/v-tweakpane/commit/2f7b13cd06e88a160bee53bdd74c109356769c07)) +* **deps:** bump actions/setup-node from 2.2.0 to 2.4.0 ([4e3b561](https://github.com/vinayakkulkarni/v-tweakpane/commit/4e3b5617856f21ab5cf7e833204a413be0f802cc)) +* **deps:** bump actions/setup-node from 2.4.0 to 2.4.1 ([e7210d1](https://github.com/vinayakkulkarni/v-tweakpane/commit/e7210d1597da9ad3040e33eee73e66307ac040a8)) +* **deps:** bump actions/setup-node from 2.4.1 to 2.5.0 ([c049198](https://github.com/vinayakkulkarni/v-tweakpane/commit/c0491984f7a04ddaaa20fba16269c363423c9a73)) +* **deps:** bump actions/setup-node from 2.5.0 to 2.5.1 ([21227ba](https://github.com/vinayakkulkarni/v-tweakpane/commit/21227ba1575ae933144fe27e72cd05a66e4b3529)) +* **deps:** bump actions/setup-node from 2.5.1 to 3 ([2cec616](https://github.com/vinayakkulkarni/v-tweakpane/commit/2cec6167e322d62023c81ed4554feaacf68f6561)) +* **deps:** bump actions/stale from 3 to 4.1.0 ([6e9b996](https://github.com/vinayakkulkarni/v-tweakpane/commit/6e9b99659e0130b7bc5024ca99f86e635ef426a4)) +* **deps:** bump actions/stale from 4.1.0 to 5 ([0965ca7](https://github.com/vinayakkulkarni/v-tweakpane/commit/0965ca7e9f37ee0c5839c82e82230ecb568cdc3d)) +* **deps:** bump ejs from 3.1.6 to 3.1.7 ([7273bde](https://github.com/vinayakkulkarni/v-tweakpane/commit/7273bde567e4093a2f6986b7ec601c6fff6979bf)) +* **deps:** bump follow-redirects from 1.14.6 to 1.14.8 ([55d7992](https://github.com/vinayakkulkarni/v-tweakpane/commit/55d7992e6a93a0bdc06d189a70ac32436c37412e)) +* **deps:** bump minimist from 1.2.5 to 1.2.6 ([5979081](https://github.com/vinayakkulkarni/v-tweakpane/commit/5979081aded9da19131484f26f35b6c8e1ed2384)) +* **deps:** bump nanoid from 3.1.30 to 3.2.0 ([2d6411b](https://github.com/vinayakkulkarni/v-tweakpane/commit/2d6411b0db59f3f2c8031eef2a876454c1fcbdfb)) +* **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([3b66189](https://github.com/vinayakkulkarni/v-tweakpane/commit/3b6618922fb716d9fc17f2e9d3db0efc499b4efb)) +* **deps:** bump shell-quote from 1.7.2 to 1.7.3 ([a729ec1](https://github.com/vinayakkulkarni/v-tweakpane/commit/a729ec1d472bb8e17d8ef67ef22849a7e97dffb4)) +* **deps:** bump terser from 4.8.0 to 4.8.1 ([13d23f7](https://github.com/vinayakkulkarni/v-tweakpane/commit/13d23f7dc1a9b1fa4270fd42b889f2a67b791acd)) +* **deps:** bump tweakpane from 3.0.3 to 3.0.5 ([62f21a0](https://github.com/vinayakkulkarni/v-tweakpane/commit/62f21a08d67d969684fd710f6dca4efaea002777)) +* **deps:** bump tweakpane from 3.0.5 to 3.0.6 ([00c7bbf](https://github.com/vinayakkulkarni/v-tweakpane/commit/00c7bbf1320726219a769bb1888ecf1735580a36)) +* **deps:** bump tweakpane from 3.0.6 to 3.0.7 ([825cb92](https://github.com/vinayakkulkarni/v-tweakpane/commit/825cb92ee8f7d037bde1fcf9e0c602272e11c40e)) +* **deps:** bump tweakpane from 3.0.7 to 3.0.8 ([2eb216c](https://github.com/vinayakkulkarni/v-tweakpane/commit/2eb216cebb0446806493497c75c09cdbb76d0d1a)) +* **deps:** bump tweakpane from 3.0.8 to 3.1.0 ([44c70a9](https://github.com/vinayakkulkarni/v-tweakpane/commit/44c70a98342c4e2d5722bf75021e5c6d03c8d7d8)) +* **deps:** bump wearerequired/lint-action from 1 to 2 ([7ddb8e1](https://github.com/vinayakkulkarni/v-tweakpane/commit/7ddb8e1c834a0851bce589b128d0c2e131ab1e86)) +* update stories ([3d80a4d](https://github.com/vinayakkulkarni/v-tweakpane/commit/3d80a4d0ba4cba3c699258d486f86a1482d7520b)) + + +### Features + +* add dependabot config 😍 ([f3f8e00](https://github.com/vinayakkulkarni/v-tweakpane/commit/f3f8e00fcd80755a7c11ee3380f51aa3e3a5f357)) + + + ## [0.0.2](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.0.1...v0.0.2) (2021-07-19) diff --git a/package-lock.json b/package-lock.json index 01541e58..bb0e00d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "v-tweakpane", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "v-tweakpane", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "dependencies": { "tweakpane": "^3.1.0" diff --git a/package.json b/package.json index 2e56b2d5..88efe3d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v-tweakpane", - "version": "0.0.2", + "version": "0.0.3", "description": "Tweakpane for Vue", "types": "types/index.d.ts", "main": "dist/v-tweakpane.cjs.js",