Skip to content

Commit d118fe4

Browse files
adchiakevjumba
authored andcommitted
fix: Fix Feast UI release process to update the feast-ui package (#3267)
fix: Fix Feast UI release process to update the feast-ui package to the latest version Signed-off-by: Danny Chiao <[email protected]> Signed-off-by: Danny Chiao <[email protected]>
1 parent f91dc0e commit d118fe4

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.releaserc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ module.exports = {
6767
"java/pom.xml",
6868
"infra/charts/**/*.*",
6969
"ui/package.json",
70+
"sdk/python/feast/ui/package.json",
7071
"sdk/python/feast/ui/yarn.lock"
7172
],
7273
message: "chore(release): release ${nextRelease.version}\n\n${nextRelease.notes}"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,4 @@ build-helm-docs:
446446

447447
# Note: requires node and yarn to be installed
448448
build-ui:
449-
cd $(ROOT_DIR)/sdk/python/feast/ui && yarn install && npm run build --omit=dev
449+
cd $(ROOT_DIR)/sdk/python/feast/ui && yarn upgrade @feast-dev/feast-ui --latest && yarn install && npm run build --omit=dev

sdk/python/feast/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@elastic/datemath": "^5.0.3",
77
"@elastic/eui": "^55.0.1",
88
"@emotion/react": "^11.9.0",
9-
"@feast-dev/feast-ui": "latest",
9+
"@feast-dev/feast-ui": "0.25.1",
1010
"@testing-library/jest-dom": "^5.16.4",
1111
"@testing-library/react": "^13.2.0",
1212
"@testing-library/user-event": "^13.5.0",

sdk/python/feast/ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,10 +1300,10 @@
13001300
minimatch "^3.1.2"
13011301
strip-json-comments "^3.1.1"
13021302

1303-
"@feast-dev/feast-ui@latest":
1304-
version "0.24.0"
1305-
resolved "https://registry.yarnpkg.com/@feast-dev/feast-ui/-/feast-ui-0.24.0.tgz#a52037247563290f92d0d993fcaf0d88e9741f36"
1306-
integrity sha512-Te27bSVFp7gCE7+p9bbCkCEQ7+nsRCzBtwWivNPBFRn8HC2ewBzmRzzasXlCHok1cXHDbh7Xj7y+2Hshp91LTg==
1303+
"@feast-dev/feast-ui@0.25.1":
1304+
version "0.25.1"
1305+
resolved "https://registry.yarnpkg.com/@feast-dev/feast-ui/-/feast-ui-0.25.1.tgz#c15e04dfdd4c616fcce254fc22f1474ba4c7b3fe"
1306+
integrity sha512-WKJEF2KwzJ9ydoDHlkaYDboHEud+Q/ij8ShGs9CxygNFMSXR00cc63QDdXPLNG4dCE0afSjlgqLtV4R3EJTBfg==
13071307
dependencies:
13081308
"@elastic/datemath" "^5.0.3"
13091309
"@elastic/eui" "^55.0.1"

0 commit comments

Comments
 (0)