Skip to content

Commit

Permalink
Merge pull request #5591 from leather-io/release/faulty-chimpanzee
Browse files Browse the repository at this point in the history
Release: `release/faulty-chimpanzee`
  • Loading branch information
pete-watters authored Jul 2, 2024
2 parents fc22197 + 7ec537b commit 79a75cd
Show file tree
Hide file tree
Showing 657 changed files with 7,572 additions and 8,249 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ updates:
schedule:
interval: 'daily'
allow:
- dependency-name: '@leather-wallet/*'
- dependency-name: '@leather.io/*'
2 changes: 1 addition & 1 deletion .github/workflows/contributor-advice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
Please make sure to follow our [Contributor Guidelines][1]
[1]: https://github.com/leather-wallet/extension/tree/dev/.github/CONTRIBUTING.md
[1]: https://github.com/leather-io/extension/tree/dev/.github/CONTRIBUTING.md
- name: Add label
run: gh issue edit "$NUMBER" --add-label "$LABELS"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: firefox_version

- name: Download previous Firefox version info
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v6
with:
workflow: notify-release.yml
workflow_conclusion: success
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
path: chrome_version

- name: Download previous Chrome version info
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v6
with:
workflow: notify-release.yml
workflow_conclusion: success
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
path: .

- name: Download release-notes.txt from create-version workflow
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v6
with:
workflow: create-version.yml
name: release-notes
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import config from '@leather-wallet/prettier-config';
import config from '@leather.io/prettier-config';

export default config;
6 changes: 6 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ const config: StorybookConfig = {
loader: 'esbuild-loader',
options: { tsconfig: './tsconfig.json', target: 'es2020' },
},
{
test: /\.(js)$/,
include: [/node_modules\/@leather.io\/ui/],
loader: 'esbuild-loader',
options: { tsconfig: './tsconfig.json', loader: 'jsx', target: 'es2020' },
},
],
},
},
Expand Down
2 changes: 1 addition & 1 deletion .storybook/viewports.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { breakpoints, tokens } from '@leather-wallet/tokens';
import { breakpoints, tokens } from '@leather.io/tokens';

export const customViewports = {
popup: {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ Please note this email is strictly for reporting security vulnerabilities. For s

In Q1 2021, Leather partnered with [Least Authority](https://leastauthority.com/), a leading security consultancy with experience in the crypto space, to audit Leather. On April 29th 2021, after addressing the major concerns described in the initial findings, as well as a concluding sign off from the Least Authority team, a final report was delivered.

[Download and read the full report here](https://github.com/leather-wallet/extension/blob/main/public/docs/least-authority-security-audit-report.pdf)
[Download and read the full report here](https://github.com/leather-io/extension/blob/main/public/docs/least-authority-security-audit-report.pdf)
62 changes: 29 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@leather-wallet/extension",
"name": "@leather.io/extension",
"description": "Leather is a browser extension for interacting with Stacks apps",
"private": true,
"version": "6.42.1",
Expand Down Expand Up @@ -48,7 +48,7 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/leather-wallet/extension.git"
"url": "git+ssh://[email protected]/leather-io/extension.git"
},
"webExt": {
"sourceDir": "dist/"
Expand Down Expand Up @@ -135,26 +135,20 @@
"@dlc-link/dlc-tools": "1.1.1",
"@fungible-systems/zone-file": "2.0.0",
"@hirosystems/token-metadata-api-client": "1.2.0",
"@leather-wallet/bitcoin": "0.7.2",
"@leather-wallet/constants": "0.6.3",
"@leather-wallet/crypto": "1.0.1",
"@leather-wallet/models": "0.8.0",
"@leather-wallet/query": "0.8.6",
"@leather-wallet/tokens": "0.5.2",
"@leather-wallet/utils": "0.8.1",
"@leather.io/bitcoin": "0.8.2",
"@leather.io/constants": "0.8.0",
"@leather.io/crypto": "1.0.2",
"@leather.io/models": "0.10.0",
"@leather.io/query": "0.9.4",
"@leather.io/tokens": "0.6.0",
"@leather.io/ui": "1.6.0",
"@leather.io/utils": "0.9.2",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@noble/hashes": "1.4.0",
"@noble/secp256k1": "2.1.0",
"@octokit/types": "12.4.0",
"@radix-ui/colors": "3.0.0",
"@radix-ui/react-accessible-icon": "1.0.3",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-toast": "1.1.5",
"@radix-ui/react-tooltip": "1.0.7",
"@radix-ui/themes": "2.0.3",
"@reduxjs/toolkit": "2.2.3",
Expand All @@ -179,10 +173,10 @@
"@stitches/react": "1.2.8",
"@storybook/addon-styling-webpack": "1.0.0",
"@styled-system/theme-get": "5.1.2",
"@tanstack/query-async-storage-persister": "4.35.7",
"@tanstack/react-query": "4.35.7",
"@tanstack/react-query-devtools": "4.35.7",
"@tanstack/react-query-persist-client": "4.35.7",
"@tanstack/query-async-storage-persister": "5.45.0",
"@tanstack/react-query": "5.45.1",
"@tanstack/react-query-devtools": "5.45.1",
"@tanstack/react-query-persist-client": "5.45.1",
"@types/lodash.uniqby": "4.7.7",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@zondax/ledger-stacks": "1.0.4",
Expand Down Expand Up @@ -255,9 +249,10 @@
"@actions/core": "1.10.1",
"@btckit/types": "0.0.19",
"@chromatic-com/storybook": "1.2.23",
"@leather-wallet/panda-preset": "0.2.0",
"@leather-wallet/prettier-config": "0.4.1",
"@leather-wallet/rpc": "1.0.3",
"@leather.io/eslint-config": "0.6.0",
"@leather.io/panda-preset": "0.3.0",
"@leather.io/prettier-config": "0.5.0",
"@leather.io/rpc": "2.0.0",
"@ls-lint/ls-lint": "2.2.3",
"@mdx-js/loader": "3.0.0",
"@pandacss/dev": "0.40.1",
Expand All @@ -270,18 +265,18 @@
"@sentry/webpack-plugin": "2.17.0",
"@stacks/connect-react": "22.2.0",
"@stacks/stacks-blockchain-api-types": "7.8.2",
"@storybook/addon-docs": "8.0.1",
"@storybook/addon-essentials": "8.0.1",
"@storybook/addon-interactions": "8.0.1",
"@storybook/addon-docs": "8.1.4",
"@storybook/addon-essentials": "8.1.4",
"@storybook/addon-interactions": "8.1.4",
"@storybook/addon-links": "8.0.1",
"@storybook/addon-mdx-gfm": "8.0.1",
"@storybook/addon-mdx-gfm": "8.1.4",
"@storybook/addon-onboarding": "8.0.1",
"@storybook/addon-webpack5-compiler-swc": "1.0.2",
"@storybook/blocks": "8.0.6",
"@storybook/react": "8.0.1",
"@storybook/react-webpack5": "8.0.1",
"@storybook/test": "8.0.1",
"@storybook/theming": "8.0.1",
"@storybook/blocks": "8.1.4",
"@storybook/react": "8.1.4",
"@storybook/react-webpack5": "8.1.4",
"@storybook/test": "8.1.4",
"@storybook/theming": "8.1.4",
"@types/argon2-browser": "1.18.4",
"@types/bn.js": "5.1.5",
"@types/chrome": "0.0.260",
Expand Down Expand Up @@ -366,7 +361,8 @@
"socket.io-parser": "4.2.4",
"wrap-ansi": "7.0.0",
"webpack-dev-middleware": "5.3.4",
"eslint": "8.56.0"
"eslint": "8.56.0",
"ws": "8.17.1"
},
"pnpm": {
"overrides": {
Expand Down
8 changes: 5 additions & 3 deletions panda.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ import { globalCss } from './theme/global/global';

export default defineConfig({
preflight: true,

include: ['./src/**/*.{js,jsx,ts,tsx}'],
include: [
'./node_modules/@leather.io/ui/dist-all/src/**/*.{js,jsx,ts,tsx}',
'./src/**/*.{js,jsx,ts,tsx}',
],

exclude: [],

prefix: 'leather',

presets: ['@leather-wallet/panda-preset'],
presets: ['@leather.io/panda-preset'],

studio: { logo: '💼' },

Expand Down
Loading

0 comments on commit 79a75cd

Please sign in to comment.