diff --git a/lefthook.yml b/lefthook.yml new file mode 100644 index 0000000..f6e5dfe --- /dev/null +++ b/lefthook.yml @@ -0,0 +1,35 @@ +# EXAMPLE USAGE: +# +# Refer for explanation to following link: +# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md +# +# pre-push: +# commands: +# packages-audit: +# tags: frontend security +# run: yarn audit +# gems-audit: +# tags: backend security +# run: bundle audit +# +# pre-commit: +# parallel: true +# commands: +# eslint: +# glob: "*.{js,ts,jsx,tsx}" +# run: yarn eslint {staged_files} +# rubocop: +# tags: backend style +# glob: "*.rb" +# exclude: '(^|/)(application|routes)\.rb$' +# run: bundle exec rubocop --force-exclusion {all_files} +# govet: +# tags: backend style +# files: git ls-files -m +# glob: "*.go" +# run: go vet {files} +# scripts: +# "hello.js": +# runner: node +# "any.go": +# runner: go run diff --git a/packages/solid-1.0/CHANGELOG.md b/packages/solid-1.0/CHANGELOG.md index 3524aad..16e55b6 100644 --- a/packages/solid-1.0/CHANGELOG.md +++ b/packages/solid-1.0/CHANGELOG.md @@ -1,5 +1,11 @@ # @solana-wallets/solid-1.0 +## 0.11.0 + +### Minor Changes + +- update vinxi + ## 0.10.4 ### Patch Changes diff --git a/packages/solid-1.0/package.json b/packages/solid-1.0/package.json index 5abf135..a6273fa 100644 --- a/packages/solid-1.0/package.json +++ b/packages/solid-1.0/package.json @@ -1,6 +1,6 @@ { "name": "@solana-wallets/solid-1.0", - "version": "0.10.4", + "version": "0.11.0", "description": "Example hello world package in the solana-wallets repository.", "license": "MIT", "author": "aidanaden", diff --git a/packages/solid-2.0/CHANGELOG.md b/packages/solid-2.0/CHANGELOG.md index b491b0f..604b2ee 100644 --- a/packages/solid-2.0/CHANGELOG.md +++ b/packages/solid-2.0/CHANGELOG.md @@ -1,5 +1,11 @@ # @solana-wallets/solid-2.0 +## 0.11.0 + +### Minor Changes + +- update vinxi + ## 0.10.4 ### Patch Changes diff --git a/packages/solid-2.0/package.json b/packages/solid-2.0/package.json index d6812a2..e637231 100644 --- a/packages/solid-2.0/package.json +++ b/packages/solid-2.0/package.json @@ -1,6 +1,6 @@ { "name": "@solana-wallets/solid-2.0", - "version": "0.10.4", + "version": "0.11.0", "description": "Example hello world package in the solana-wallets repository.", "license": "MIT", "author": "aidanaden",