Skip to content

Commit

Permalink
Merge pull request #1160 from alleslabs/feat/v1.9.1
Browse files Browse the repository at this point in the history
Feat/v1.9.1
  • Loading branch information
songwongtp authored Sep 24, 2024
2 parents 1c0fe12 + 255c2b4 commit aa8c1d7
Show file tree
Hide file tree
Showing 208 changed files with 3,456 additions and 29,271 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Preview } from "@storybook/react";
import customTheme from "../src/lib/styles/theme";
import defaultTheme from "../src/lib/styles/theme";

const preview: Preview = {
parameters: {
Expand All @@ -11,7 +11,7 @@ const preview: Preview = {
},
},
chakra: {
theme: customTheme,
theme: defaultTheme,
},
},
};
Expand Down
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.9.0
## v1.9.1

### Improvements

- [#1157](https://github.com/alleslabs/celatone-frontend/pull/1157) Remove graphql and change faucet button
- [#1156](https://github.com/alleslabs/celatone-frontend/pull/1156) Update osmosis pools to get data from API instead of GraphQL
- [#1148](https://github.com/alleslabs/celatone-frontend/pull/1148) Update NFT collections to get data from API instead of GraphQL
- [#1140](https://github.com/alleslabs/celatone-frontend/pull/1140) Update NFTs to get data from API instead of GraphQL
- [#1135](https://github.com/alleslabs/celatone-frontend/pull/1135) Update txs to get data from API instead of GraphQL
- [#1136](https://github.com/alleslabs/celatone-frontend/pull/1136) Update code to get data from API instead of GraphQL
- [#1132](https://github.com/alleslabs/celatone-frontend/pull/1132) Update account type to get data from API instead of GraphQL
- [#1149](https://github.com/alleslabs/celatone-frontend/pull/1149) Refactor component react select input
- [#1094](https://github.com/alleslabs/celatone-frontend/pull/1094) Replace getFirstQueryParam with zod validation

### Bug fixes

- [#1159](https://github.com/alleslabs/celatone-frontend/pull/1159) Fix search showing invalid proposal and pool id
- [#1158](https://github.com/alleslabs/celatone-frontend/pull/1158) Fix incorrect msg detail extraction, total deposits is null in proposal
- [#1150](https://github.com/alleslabs/celatone-frontend/pull/1150) Fix camel case on message

## v1.9.0

### Features

Expand Down
18 changes: 0 additions & 18 deletions codegen.ts

This file was deleted.

50 changes: 0 additions & 50 deletions hasura-schema.yaml

This file was deleted.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celatone",
"version": "1.9.0",
"version": "1.9.1",
"author": "Alles Labs",
"contributors": [
{
Expand Down Expand Up @@ -42,7 +42,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@alleslabs/shared": "1.0.0-dev3",
"@alleslabs/shared": "1.0.0-dev5",
"@amplitude/analytics-browser": "^2.3.3",
"@amplitude/analytics-types": "^2.3.0",
"@amplitude/plugin-user-agent-enrichment-browser": "^1.0.0",
Expand Down Expand Up @@ -71,8 +71,6 @@
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@hookform/resolvers": "^3.9.0",
"@initia/initia.js": "0.2.5",
"@initia/initia.proto": "0.2.0",
Expand Down Expand Up @@ -106,8 +104,6 @@
"dayjs": "^1.11.6",
"file-saver": "^2.0.5",
"framer-motion": "^11.0.3",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"js-base64": "^3.7.4",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit aa8c1d7

Please sign in to comment.