Skip to content

Commit

Permalink
🚀 Release 3.1.0 (#4791)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan authored Feb 27, 2024
2 parents 96778c5 + 843be29 commit d185fda
Show file tree
Hide file tree
Showing 84 changed files with 40,035 additions and 728 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.0] - 2024-02-27

### Added
- Wallet Connect support.
- Mobile support for member onboarding, creation, and update.
- Link to nomination video guide.

### Fixed
- Autocomplete popup showing under post update toolbar.

## [3.0.0 (Validator dashboard)][3.0.0] - 2024-02-21

### Added
Expand Down Expand Up @@ -325,7 +335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.1] - 2022-12-02

[unreleased]: https://github.com/Joystream/pioneer/compare/v3.0.0...HEAD
[unreleased]: https://github.com/Joystream/pioneer/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/Joystream/pioneer/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/Joystream/pioneer/compare/v2.6.0...v3.0.0
[2.6.0]: https://github.com/Joystream/pioneer/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/Joystream/pioneer/compare/v2.4.2...v2.5.0
Expand Down
4 changes: 1 addition & 3 deletions packages/server/codegen.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { CodegenConfig } from '@graphql-codegen/cli'

import { QUERY_NODE_ENDPOINT } from './src/common/config'

const config: CodegenConfig = {
schema: QUERY_NODE_ENDPOINT,
schema: './src/common/queries/schema.graphql',

documents: ['src/*/queries/**/*.graphql'],

Expand Down
Loading

0 comments on commit d185fda

Please sign in to comment.