Skip to content

Commit

Permalink
release: solid
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanaden committed Oct 23, 2024
1 parent a540ca5 commit 5d1b43c
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 2 deletions.
35 changes: 35 additions & 0 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions packages/solid-1.0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solana-wallets/solid-1.0

## 0.11.0

### Minor Changes

- update vinxi

## 0.10.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-1.0/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid-2.0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solana-wallets/solid-2.0

## 0.11.0

### Minor Changes

- update vinxi

## 0.10.4

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

0 comments on commit 5d1b43c

Please sign in to comment.