Skip to content

Commit

Permalink
Prep v15.0.0 release (#255)
Browse files Browse the repository at this point in the history
* prep v15.0 release

* patches and minor version bumps
  • Loading branch information
TalDerei authored Dec 22, 2024
1 parent f6cff30 commit 7bfdc81
Show file tree
Hide file tree
Showing 7 changed files with 2,890 additions and 4,972 deletions.
28 changes: 14 additions & 14 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-extension",
"version": "14.3.0",
"version": "15.0.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"description": "chrome-extension",
Expand Down Expand Up @@ -33,44 +33,44 @@
"@penumbra-zone/transport-dom": "7.5.0",
"@penumbra-zone/types": "27.0.0",
"@penumbra-zone/wasm": "36.0.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-icons": "^1.3.2",
"@repo/context": "workspace:*",
"@repo/ui": "workspace:*",
"@tanstack/react-query": "5.55.0",
"exponential-backoff": "^3.1.1",
"framer-motion": "^11.5.4",
"framer-motion": "^11.15.0",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"lucide-react": "^0.439.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.26.1",
"react-router-dom": "^6.28.1",
"usehooks-ts": "^3.1.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/chrome": "0.0.270",
"@types/firefox-webext-browser": "^120.0.4",
"@types/lodash": "^4.17.7",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/webpack": "^5.28.5",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"dotenv": "^16.4.5",
"eslint": "^9.16.0",
"html-webpack-plugin": "^5.6.0",
"postcss": "^8.4.45",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"html-webpack-plugin": "^5.6.3",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.17",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"web-ext": "^8.2.0",
"webpack": "^5.94.0",
"web-ext": "^8.3.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1",
"webpack-watch-external-files-plugin": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/public/beta-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Prax wallet BETA",
"version": "14.3.0",
"version": "15.0.0",
"description": "THIS EXTENSION IS FOR BETA TESTING",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhxDXNrlRB72kw+MeeofiBvJuuSkcMI+ZshYS9jve+Zhm0YlYUF/3mriz1D7jdK/U11EjKYMYCTQQEDLmSdQ8Q52ur3ei4u4gjyEpl/+QnjciR7msoziKH48Bia1U+wd53eW3TWNP/vpSJiBsAfOisEPox6w4lC5a03aCXV3xtkzfW0rebZrOLf1xhZD8mc4N9LU289E3cYRlBmfI4qxkBM1r7t9N4KsXle3VWXSn18joKzgzAWK+VhZtZu3xrwMQGpUqn+KyYFvawSGmYdDsnT6y0KS96V3CPp6rQHNfjItB/F4d1JQv1tskc959jiK9CuGbU57D9JHJ+1C9aOb0BwIDAQAB",
"minimum_chrome_version": "119",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Prax wallet",
"version": "14.3.0",
"version": "15.0.0",
"description": "For use in interacting with the Penumbra blockchain",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvnucOJi878TGZYnTNTrvXd9krAcpSDR/EgHcQhvjNZrKfRRsKA9O0DnbyM492c3hiicYPevRPLPoKsLgVghGDYPr8eNO7ee165keD5XLxq0wpWu14gHEPdQSRNZPLeawLp4s/rUwtzMcxhVIUYYaa2xZri4Tqx9wpR7YR1mQTAL8UsdjyitrnzTM20ciKXq1pd82MU74YaZzrcQCOmcjJtjHFdMEAYme+LuZuEugAgef9RiE/8kLQ6T7W9feYfQOky1OPjBkflpRXRgW6cACdl+MeYhKJCOHijglFsPOXX6AvnoJSeAJYRXOMVJi0ejLKEcrLpaeHgh+1WXUvc5G4wIDAQAB",
"minimum_chrome_version": "119",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
"@connectrpc/connect-web": "^1.x"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@changesets/cli": "^2.27.11",
"@penumbra-zone/configs": "1.1.0",
"@repo/tailwind-config": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@storybook/react-vite": "8.2.9",
"@turbo/gen": "^2.1.1",
"@types/node": "^22.5.4",
"@vitest/browser": "^2.0.5",
"jsdom": "^25.0.0",
"playwright": "^1.47.0",
"prettier": "^3.3.3",
"@turbo/gen": "^2.3.3",
"@types/node": "^22.10.2",
"@vitest/browser": "^2.1.8",
"jsdom": "^25.0.1",
"playwright": "^1.49.1",
"prettier": "^3.4.2",
"syncpack": "^13.0.0",
"tailwindcss": "^3.4.10",
"tsx": "^4.19.0",
"turbo": "^2.1.1",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.16.0",
"vitest": "1.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "(MIT OR Apache-2.0)",
"main": "index.ts",
"dependencies": {
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7"
}
}
66 changes: 33 additions & 33 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,70 +27,70 @@
"./styles/*": "./styles/*"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@penumbra-labs/registry": "^12.0.0",
"@penumbra-zone/bech32m": "11.0.0",
"@penumbra-zone/getters": "21.0.0",
"@penumbra-zone/perspective": "42.0.0",
"@penumbra-zone/protobuf": "7.0.0",
"@penumbra-zone/types": "27.0.0",
"@penumbra-zone/wasm": "36.0.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@testing-library/jest-dom": "^6.5.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@testing-library/jest-dom": "^6.6.3",
"@textea/json-viewer": "^3.5.0",
"bignumber.js": "^9.1.2",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"djb2a": "^2.0.0",
"framer-motion": "^11.5.4",
"framer-motion": "^11.15.0",
"humanize-duration": "^3.32.1",
"lucide-react": "^0.439.0",
"murmurhash3js": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.26.1",
"react-router-dom": "^6.28.1",
"sonner": "1.5.0",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.5",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@bufbuild/protobuf": "^1.x",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/blocks": "^8.2.9",
"@storybook/preview-api": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/blocks": "^8.4.7",
"@storybook/preview-api": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "8.2.9",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@types/humanize-duration": "^3.27.4",
"@types/murmurhash3js": "^3.0.7",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/tinycolor2": "^1.4.6",
"postcss": "^8.4.45",
"postcss": "^8.4.49",
"prop-types": "^15.8.1",
"storybook": "^8.2.9",
"tailwindcss": "^3.4.10"
"storybook": "^8.4.7",
"tailwindcss": "^3.4.17"
},
"engine": {
"node": ">=22"
Expand Down
Loading

0 comments on commit 7bfdc81

Please sign in to comment.