Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/cfe 206 proposal top #745

Merged
merged 12 commits into from
Feb 1, 2024
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

- [#745](https://github.com/alleslabs/celatone-frontend/pull/745) Add proposal top
- [#731](https://github.com/alleslabs/celatone-frontend/pull/731) Add proposal detail page structure

### Improvements
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build-storybook": "storybook build"
},
"resolutions": {
"@interchain-ui/react": "1.11.4",
"@interchain-ui/react": "1.20.7",
jennieramida marked this conversation as resolved.
Show resolved Hide resolved
"chakra-react-select": "^4.7.0"
},
"dependencies": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"@graphql-typed-document-node/core": "^3.2.0",
"@initia/initia.js": "0.1.12",
"@initia/initia.proto": "0.1.12",
"@interchain-ui/react": "1.11.4",
"@interchain-ui/react": "1.20.7",
jennieramida marked this conversation as resolved.
Show resolved Hide resolved
"@monaco-editor/react": "^4.6.0",
"@rjsf/chakra-ui": "v5.0.0-beta.10",
"@rjsf/core": "v5.0.0-beta.10",
Expand Down Expand Up @@ -159,6 +159,7 @@
"next-sitemap": "^3.1.25",
"prettier": "^3.0.3",
"storybook": "^7.6.9",
"storybook-react-context": "^0.6.0",
jennieramida marked this conversation as resolved.
Show resolved Hide resolved
"ts-jest": "^29.0.5",
"typescript": "^5.1.6"
},
Expand Down
Loading
Loading