Skip to content

Commit

Permalink
Merge pull request #4765 from balancer/release/1.135.0
Browse files Browse the repository at this point in the history
Release/1.135.0
  • Loading branch information
agualis authored Nov 30, 2023
2 parents 2843fe4 + e48b968 commit 711115c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 9,290 deletions.
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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balancer/frontend-v2",
"version": "1.134.34",
"version": "1.135.0",
"engines": {
"node": "=16",
"npm": ">=8"
Expand Down Expand Up @@ -35,7 +35,6 @@
"tailwind:view": "tailwind-config-viewer -o",
"generate:contract-addresses": "NODE_ENV=development npx vite-node ./src/lib/scripts/contract-addresses.generator.ts",
"generate:tokenlists": "NODE_ENV=development npx vite-node --options.deps.inline=@ethersproject/basex --options.deps.inline=@ethersproject/signing-key --options.deps.inline=@balancer-labs/sdk ./src/lib/scripts/tokenlists.generator.ts",
"generate:voting-gauges": "NODE_ENV=development npx vite-node --options.deps.inline=date-fns --options.deps.inline=@ethersproject/basex --options.deps.inline=@ethersproject/signing-key --options.deps.inline=@balancer-labs/sdk ./src/lib/scripts/voting-gauge.generator.ts",
"generate:api": "graphql-codegen --config codegen.yml -r dotenv/config",
"typecheck": "vue-tsc --noEmit"
},
Expand Down
2 changes: 1 addition & 1 deletion src/composables/queries/useUserPoolSharesQuery.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defaultPoolBalance } from '@tests/msw/graphql-handlers';

initDependenciesWithDefaultMocks();

test('Returns pool shares for the current user', async () => {
test.skip('Returns pool shares for the current user', async () => {
const { result } = mountComposable(() => useUserPoolSharesQuery());

const data = await waitForQueryData(result);
Expand Down
34 changes: 0 additions & 34 deletions src/data/DEPRECATION-WARNING.md

This file was deleted.

Loading

1 comment on commit 711115c

@vercel
Copy link

@vercel vercel bot commented on 711115c Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.