Skip to content

Commit

Permalink
chore: release v0.0.3 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored Jul 31, 2022
1 parent 79cb099 commit 5798832
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 3 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -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 }}
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5798832

Please sign in to comment.