Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions apps/dcellar-web-ui/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "dcellar-web-ui",
"entries": [
{
"version": "1.9.3",
"tag": "dcellar-web-ui_v1.9.3",
"date": "Thu, 06 Mar 2025 11:30:06 GMT",
"comments": {
"patch": [
{
"comment": "upgrade elliptic to v6.6.1"
}
]
}
},
{
"version": "1.9.2",
"tag": "dcellar-web-ui_v1.9.2",
Expand Down
9 changes: 8 additions & 1 deletion apps/dcellar-web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - dcellar-web-ui

This log was last generated on Thu, 26 Dec 2024 02:37:36 GMT and should not be manually modified.
This log was last generated on Thu, 06 Mar 2025 11:30:06 GMT and should not be manually modified.

## 1.9.3
Thu, 06 Mar 2025 11:30:06 GMT

### Patches

- upgrade elliptic to v6.6.1

## 1.9.2
Thu, 26 Dec 2024 02:37:36 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/dcellar-web-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const nextConfig = {
reactStrictMode: false,
distDir: '.next',
webpack,
assetPrefix: process.env.NODE_ENV === 'production' ? '/static/dcellar-web-ui' : '',
assetPrefix: '',
pageExtensions: ['mdx', 'jsx', 'js', 'ts', 'tsx'],
generateBuildId: async () => {
return commitHash;
Expand Down
7 changes: 5 additions & 2 deletions apps/dcellar-web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dcellar-web-ui",
"version": "1.9.2",
"version": "1.9.3",
"private": false,
"scripts": {
"dev": "node ./scripts/dev.js -p 3200",
Expand All @@ -19,7 +19,7 @@
"antd": "5.11.0",
"ahooks": "3.7.7",
"hash-wasm": "4.10.0",
"@bnb-chain/greenfield-js-sdk": "2.2.0-alpha.0",
"@bnb-chain/greenfield-js-sdk": "2.2.1-alpha.0",
"@bnb-chain/greenfield-cosmos-types": "0.4.0-alpha.32",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
Expand Down Expand Up @@ -62,6 +62,9 @@
"flatted": "~3.3.1",
"async-mutex": "~0.5.0"
},
"resolutions": {
"elliptic": "6.6.1"
},
"devDependencies": {
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
Expand Down
Loading
Loading