commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
d0b9a4620507b195ef38ec0889a8c966b975d66e
--- src/auth/LoginErrorScreen/index.tsx @@ -251,12 +251,12 @@ export const ErrorScreen = ( <Heading weight='700' size='medium' UNSAFE_style={styles.errorMsg}> {translate('ssoError.troubleShootIssue')} </Heading> - <Body UNSAFE_style={{marginBottom: 16}}> + <Body UNSA...
style update
style update
589ebf9b965c7464de171759d265df86e2e93fca
--- scripts/updateAndroidProjectConfig.sh @@ -11,6 +11,7 @@ env=$1 APP_GRADLE="android/app/build.gradle" APP_MANIFEST="android/app/src/main/AndroidManifest.xml" MAIN_APPLICATION="android/app/src/main/java/com/walmart/stores/allspark/beta/MainApplication.java" +MAIN_APPLICATION_RN_HOST="android/app/src/main/java/com/...
update confic for new arch
update confic for new arch
2f2114e73f14ec3f7acdef499a7633d220c5b967
--- .yarn/patches/@walmart-ui-components-npm-1.18.5-9e23294b76.patch @@ -134,25 +134,3 @@ index 68eec71f01f4b49a3b73acafaf0535bf54b0fa9f..216b7d697d1e311696d3edbfd8f46fd3 </View> </> ); -diff --git a/package.json b/package.json -index 1354ab1cd34b5c26564a8833cecbd3ef1ea460c0..739cb4f6a6b43426b5422c8fa...
chore: removing unncessary imports for ui components patch
chore: removing unncessary imports for ui components patch
6adb10745f740a4668b57d0053872f23af20356b
--- src/screens/RosterScreen.tsx @@ -27,7 +27,6 @@ export const RosterScreen: React.FC<any> = () => { action(data) { analytics('associate_messagebtn', { message: 'Navigate to messaging screen for an associate', - participants: data, }); ...
Update analytics
Update analytics
541a624594ca7690fb5c2e86f1a80cfdb4356842
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/wmconnect-mini-app", - "version": "3.2.0-alpha.1", + "version": "3.2.0-alpha.2", "main": "dist/index.js", "files": [ "dist",
feat(ui): updating new version for drop 33
feat(ui): updating new version for drop 33
762a5f4a29a08e6d7cd740d7c3afd4d5c7a90597
--- core/__tests__/home/components/CelebrationCard/indexTest.tsx @@ -63,7 +63,7 @@ describe('CelebrationCard', () => { mockUseSelector.mockReturnValueOnce({timeZoneId: 'America/New_York'}); // site Timezone mockUseSelector.mockReturnValueOnce(true); // isStore mockUseAsync.mockReturnValueOnce({loading: true});...
updated the logic for compensable
updated the logic for compensable
f92d9e5073be4a74df69e0b83c26697b795dbf9f
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Hub/SiteHubDashboard.tsx @@ -193,9 +193,10 @@ export const SiteHubDashboard = ({ name, widgets }: HubDashboardProps) => { <View style={{ backgroundColor: '#0071dc', minHeight: 70 }}> <TeamShiftSwitcher isLoading...
Adding state data to teamswitcher
Adding state data to teamswitcher
bad744e2e24406cb80cd6390e58f3072e09e5995
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.26", + "version": "1.16.0", "main": "dist/index.js", "files": [ "dist" @@ -99,7 +99,7 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/redu...
Update the my team mini app version
Update the my team mini app version
4bc80b0128b49f2b0e50fc11dadda3980c332065
--- packages/allspark-foundation-hub/src/HubFeature/Hub/TeamSwitcher/index.tsx @@ -167,6 +167,9 @@ export const TeamSwitcher = ({ const renderTeamItem = ({ item }: { item: TeamSwitcherTypes }) => { const isSelected = item?.teamLabel === selectedTeam; + if (!item.teamLabel) { + return null; + } ...
updating api data and error render logic
updating api data and error render logic
d4e181dcc9ec921fde052520b45ddf35caf6951f
--- core/__tests__/appReview/sagasTest.ts @@ -1,4 +1,4 @@ -import {call, select} from 'redux-saga/effects'; +import { call, select } from 'redux-saga/effects'; import { ConfigSelectors, FeatureConfig, @@ -11,7 +11,7 @@ import { STORAGE_KEY, SCENE_DOES_NOT_EXIST_CODE, } from '../../src/appReview/sagas'; -i...
Added code coverage for sagas in appReview
Added code coverage for sagas in appReview
ce11215e12513f9756d7221602a783512da34a5f
--- docs/docs/allspark foundation/core/foundation-native-setup.md @@ -28,7 +28,7 @@ pod 'GoogleUtilities', :modular_headers => true ## Android General -Make these changes to your `buid.gradle`: +Make these changes to your `build.gradle`: Update repositories to include Walmart links: --- packages/allspark-fo...
fix: Corrects spelling for build.gradle in a few places.
fix: Corrects spelling for build.gradle in a few places.
c1a0f1c08c6edd8a4922927e7be2c3b0c441edac
--- package-lock.json @@ -90,7 +90,7 @@ "@walmart/schedule-mini-app": "0.63.2", "@walmart/shelfavailability-mini-app": "1.5.19", "@walmart/store-feature-orders": "1.25.0", - "@walmart/taskit-mini-app": "v2.57.0", + "@walmart/taskit-mini-app": "2.57.0", "@walmart/texting...
Updated taskit version for expo-image
Updated taskit version for expo-image
0af6047612711341bc6de18ba4fe5b838d5afcc3
--- package-lock.json @@ -4166,9 +4166,9 @@ "integrity": "sha512-t1d3ohYMyfrKWEogykstetXWuIeHcGrnClVJu+m1CrTlL0o4ZrcyNpHwZLo1olJbwX3ujgmpRRcygMmWpowDCA==" }, "@walmart/ask-sam-mini-app": { - "version": "0.40.4", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-...
Ask Sam update
Ask Sam update
0c8fc24751e0aa002d17702c709b40ef4ab288be
--- ios/AllSpark/Info.plist @@ -75,7 +75,7 @@ </dict> </dict> <key>CodePushDeploymentKey</key> - <string>LCVCkTeZVt9h-JYHlQ4NFkOQfYJkTL3RKk4nt</string> + <string>LCVCkTeZVt9h-JYHlQ4NFkOQfYJkTL3RKk4nt</string> <key>NSCameraUsageDescription</key> <string>We use your camera for scanning images of barcodes</s...
indentfix
indentfix
a4816d48b3f6a10d2e5a37c1395b9e12cd2f6cf4
--- package-lock.json @@ -3088,9 +3088,9 @@ } }, "@walmart/push-to-talk-mini-app": { - "version": "0.0.73", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.0.73.tgz", - "integrity": "sha512-AJzYhoHbQouwTmgVrGYkq1nw7uBhi9u4huoyICqIJPR4EAVML...
PTT version bump (#270)
PTT version bump (#270) Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
84154c824d26d42c835e2c328f5ed5644738b318
--- src/core/httpClientInit.ts @@ -22,7 +22,7 @@ const waitingForSignOnQueue: QueueItem[] = []; export const isUserAvailable = async (): Promise<boolean> => { try { const user = await WMSingleSignOn.getUser(); - return !!(user && user.userId); + return !!(user && (user.userId || user.emailId)); } catc...
added candidate emailId check
added candidate emailId check
7ef4fa8739ac734392afb00c552ab55986b1b01b
--- package-lock.json @@ -12920,9 +12920,9 @@ } }, "react-native-wm-barcode": { - "version": "2.28.0", - "resolved": "https://npme.walmart.com/react-native-wm-barcode/-/react-native-wm-barcode-2.28.0.tgz", - "integrity": "sha512-vtYsT6w93kjbBfQgFsP32M2WvMjalwLZnv7x7qpu8weOxaZ+cwsJruPV+sb...
updated scanner version
updated scanner version
a3e2039ac5bce3f2f39ed900160397740fe988e3
--- src/navigation/AssociateHallwayNav/Tabs/index.tsx @@ -40,7 +40,7 @@ import {HomeStackNav} from './HomeStackNav'; import {MeStackNav} from './MeStackNav'; import {MyTeamStackNav} from './MyTeamStackNav'; import styles from './styles'; -import {myTeamHooks} from '@walmart/texting-mini-app'; +import {MyTeamHooks} f...
adding badge count integration for my team
adding badge count integration for my team
f62f1968523b1e030ecaa46a3a76e90dc0819bd2
--- package.json @@ -80,7 +80,7 @@ "@types/redux-mock-store": "^1.0.2", "@walmart/allspark-authentication": "6.4.1", "@walmart/allspark-foundation": "^6.32.0", - "@walmart/allspark-foundation-hub": "1.10.0-beta.4772+77077cc3", + "@walmart/allspark-foundation-hub": "1.10.0-beta.4777+338560dd", ...
feat(ui): update allspark-foundation-hub version
feat(ui): update allspark-foundation-hub version
03a305b212ce30377122943e882e132b32fe1d9f
--- packages/allspark-foundation/src/Redux/reducers/container.ts @@ -0,0 +1,42 @@ +import { createSlice } from '@reduxjs/toolkit'; +import { createSliceActionUtils } from '../utils'; +import { InferActionTypes } from '../types'; + +export type ContainerState = { + isStartingUp: boolean; + isSafeForFeatures: boolean; ...
feat: add container redux slice
feat: add container redux slice
1bc38d77cf81cd014258a227201b45ca2ef2fd0c
--- .gitignore @@ -60,3 +60,8 @@ test-report.xml .giga .github/prompts .github/copilot-instructions.md + + +cx.json +project.swissinfo +users.swissinfo
feat(ui): update associate exp hub version
feat(ui): update associate exp hub version
f9820d8879c0f5fa3f6da5b6559f38d36dfbd379
--- package-lock.json @@ -4483,9 +4483,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.16.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.16.0.tgz", - "integrity": "sha512-uXzli8fYkLFuAJ9FOM3dTvFEJ+a/eb/0KRHyfaotTHz1Px4X3Kp4QF7UaDI+gzj37wX...
Updating taskIt version
Updating taskIt version
920f998078222e145c91236498d76acfc134eb34
--- __tests__/transforms/languageTest.ts @@ -21,12 +21,12 @@ describe('getValueForLanguage', () => { it('returns N/A if no language given and no default language defined', () => { const value = getValueForLanguage({'es-MX': 'english_testing'}); - expect(value).toEqual('N/A'); + expect(value).toEqual(und...
Updating language transform logic
Updating language transform logic
c211dcfe9367d0ea23a0b82a7d29489f9814c7d2
--- docs/CHANGELOG.md @@ -0,0 +1,6 @@ +# [1.28.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.27.0...v1.28.0) (2025-04-30) + + +### Features + +* SMDV-9999 update package ([816de7c](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/816de7cf6421e4e5210183643615939cfc3d1e9b)) --- package.jso...
chore(release): 1.28.0 [skip ci]
chore(release): 1.28.0 [skip ci] # [1.28.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.27.0...v1.28.0) (2025-04-30) ### Features * SMDV-9999 update package ([816de7c](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/816de7cf6421e4e5210183643615939cfc3d1e9b))
73068af34f162c5edd624a0187f8551d97bf005d
--- package.json @@ -9,9 +9,9 @@ "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", - "coverage": "jest --coverage", + "coverage": "TZ=UTC jest --coverage", "start": "react-native start", - "test": "jest", + "test": "TZ=UTC jest", "lint": "eslint . --ex...
normalizing the timezone to UTC for jest tests
normalizing the timezone to UTC for jest tests
7b9b0c97e5caff31258edf6680c683e0ff935b28
--- __tests__/screens/RosterScreen/TeamsListTest.tsx @@ -1,7 +1,7 @@ import React from 'react'; const {renderWithProviders} = require('../../harness'); import {RosterScreen} from '../../../src/screens/RosterScreen'; -import { useSelector } from 'react-redux'; +import {useSelector} from 'react-redux'; const {initial...
fix lint
fix lint
2c62c87b2794524d55be7a2791e57eab1cedd307
--- __tests__/managerExperience/screens/AllTeamsScreen.test.tsx @@ -8,7 +8,7 @@ import {GetTeamByIdQueryResult} from '../../../src/queries/getTeamById'; import {mockGetTeamsByStoreQuery} from '../../harness/athenaQueries/getTeamsByStore'; import {useSelector} from 'react-redux'; import {SiteSelectors} from '@walmart...
update test prettier
update test prettier
5aa5a758c8c522264e76b6b157c83c1dccfc6380
--- __tests__/home/components/LayoutTest.tsx @@ -0,0 +1,52 @@ +import React from 'react'; +import {create} from 'react-test-renderer'; +import {Layout} from '../../../src/home/components/Layout'; + +describe('Layout', () => { + const layoutList = [ + [ + { + component: 'LinkCard', + width: 2, + ...
update package file
update package file
baaf2d0372efec388a1a51050b2e3b283df9229b
--- src/redux/selectors.ts @@ -1,7 +1,13 @@ import {createSelector} from 'reselect'; -import {GlobalState} from '@walmart/redux-store'; +import {UserSelectors, GlobalState} from '@walmart/redux-store'; +import {encryptUserId} from '../utils'; import {CCMFallbacks} from '../ccmFallbacks'; +export const getEncryptedU...
Remove code which is not required in myteam mini app
Remove code which is not required in myteam mini app
c3a2172e9c40248df2718385f5ff1c88c51ce278
--- packages/core-services-allspark/src/graphql/constants.ts @@ -1,2 +0,0 @@ -export const ATHENA_SVC_NAME = 'ATHENA-GATEWAY'; -export const ATHENA_HTTP_CLIENT_NAME = 'athena'; --- packages/core-services-allspark/src/graphql/provider.tsx @@ -10,7 +10,6 @@ import { // IAllsparkLocalStorage, IAllsparkLogger, } f...
feat: change athena env config for more options. update logic to enable persisted queries
feat: change athena env config for more options. update logic to enable persisted queries
c63d28591029cba7d6d94281f9a9d8876185984d
--- packages/allspark-foundation/src/Work/Context.tsx @@ -0,0 +1,42 @@ +import React, { Dispatch, PropsWithChildren, SetStateAction } from 'react'; +import { noop } from 'lodash'; +import { AllsparkContextCreator } from '../utils'; + +/** + * Context for Work + */ +export type IWorkContext = { + actionId: string | nul...
feat: add work folder and context DWORK-6097
feat: add work folder and context DWORK-6097
8c066ce26eac7146f969af96eb2cc2c52fcf803a
--- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen/useSupplyChainRosterDetails.ts @@ -126,8 +126,8 @@ export const useSupplyChainRosterDetails = ({ shift: shift.length ? shift : selectedShift?.length - ? selectedShift - : [loggedInUserShift], + ? selectedShift + ...
fix(ui): update lint fix
fix(ui): update lint fix
532fd7c45c0c8b56f246cc7894d36f2e9ba4d925
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/iteminfo-mini-app": "7.2.2", "@walmart/manager-approvals-miniapp": "0.2.2", "@walmart/me-field-mini-app": "1.3.0", - "@walmart/metrics-mini-app": "0.12.3", + "@walmart/metrics-mini-app": "0.12.5", "@walmart/mod-flex-mini...
Bumping metrics-mini-app version
Bumping metrics-mini-app version
5c955b25eac37ac25dbf158a9cee8488460415f8
--- package-lock.json @@ -4263,9 +4263,9 @@ "integrity": "sha512-kKf1sJONCS1HVrdQKKRJGSw9GFKHy+SsznaS2vSOJ50MrFL8+tIjOOcdVzETlw1KdlZxlRlD4xxeFMVAgFJwhA==" }, "@walmart/iteminfo-mini-app": { - "version": "4.0.16", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mi...
item info camera fix attempt
item info camera fix attempt
7ce540d164f65d73610852661acd5eff7a582390
--- targets/US/package.json @@ -108,7 +108,7 @@ "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.2.4", "@walmart/ims-print-services-ui": "2.16.4", - "@walmart/inbox-mini-app": "0.96.8", + "@walmart/inbox-mini-app": "0.97.13", "@walmart/iteminfo-mini-app": "7...
fixing inbox version to previous one
fixing inbox version to previous one
1912e978b0d00006ef86ae130f8849d2f7006664
--- ios/BuildSupport/install-cocoapods.sh @@ -13,7 +13,7 @@ export PATH=$GEM_HOME/bin:$PATH export https_proxy=http://sysproxy.wal-mart.com:8080 export http_proxy=http://sysproxy.wal-mart.com:8080 -export no_proxy=repository.walmart.com,repo.wal-mart.com,localhost,chromium.googlesource.com +export no_proxy=reposito...
update proxy
update proxy
96ec052baf284e6dc24bc90efd7b04a989839fb7
--- packages/allspark-authentication/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-authentication", - "version": "5.0.0-alpha.9", + "version": "5.0.0-alpha.10", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -22,8 +22,8 @@ "author": "", "license": "ISC", "de...
chore: bump alpha version
chore: bump alpha version
15b5ee3c6c89229ee20eae840216c3c78579213a
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.22.0", + "version": "1.23.0", "main": "dist/index.js", "files": [ "dist" @@ -81,7 +81,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-founda...
Update my team version
Update my team version
09fe4aa8c4cc6d9c291976128c1457825106c8dc
--- packages/allspark-foundation/__tests__/Components/context.test.tsx @@ -1,42 +1,22 @@ import React from 'react'; import { render } from '@testing-library/react-native'; -import { AllsparkComponentProvider, useAllsparkImage, useAllsparkComponent } from '../../src/Components/context'; -import { Image, Text } from 'r...
code cleanup
code cleanup
e5a3769dcc943a0389cb0ee58914eba5596216cf
--- package-lock.json @@ -15,7 +15,6 @@ "@react-native-community/art": "^1.2.0", "@react-native-community/clipboard": "^1.5.1", "@react-native-community/datetimepicker": "6.7.5", - "@react-native-community/geolocation": "3.1.0", "@react-native-community/hooks": "^2.8.0", ...
Update TCMA to 2.338.1
Update TCMA to 2.338.1
91b4654f9207e6be807aab5cddc4b72c33dfb6b5
--- graphql.yml @@ -36,6 +36,11 @@ applications: queryTemplate: "packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql" tags: - "v1" + - name: "getSupplyChainTeamPreference" + hash: "61253c3d4d8ab6db774a903969c2f63de9113f44c1947d52c3630dd38ce30839...
feat(ui): resolved conflicts
feat(ui): resolved conflicts
b619a10cad49ea68825a3c0db3ab4bbe65874f12
--- __tests__/harness/redux/mockState/clockStatusState.ts @@ -1,5 +1,5 @@ const clockCheckState = { - clockStatus: '2', + clockStatus: '1', }; export const clockStatusState = { --- __tests__/harness/redux/mockState/clockStatusState.ts @@ -1,5 +1,5 @@ const clockCheckState = { - clockStatus: '2', + clockStat...
changing default clockedIn state to 1
changing default clockedIn state to 1
7b741e5493cd1e2afcfb271404e69b7742ff8698
--- scripts/teamsFailureTemplate.json @@ -5,7 +5,7 @@ "type": "TextBlock", "size": "Medium", "weight": "Bolder", - "text": "Build Success - ios beta SNAPSHOT" + "text": "${title}" }, { "type": "ColumnSet", --- scripts/teamsSuccessTemplate.jso...
fix title in template
fix title in template
1e60d6f7f49529e63702f3b85fe67703b4870e16
--- __tests__/__mocks__/@walmart/time-clock-mini-app.js @@ -4,4 +4,5 @@ module.exports = { TorInboxScreen: 'TorInboxScreen', TorReviewScreen: 'TorReviewScreen', TorSubmissionScreen: 'TorSubmissionScreen', + ClockAppSelectors: 'ClockAppSelectors', }; --- __tests__/navigation/AssociateHallwayNav/SideMenuCont...
adding GTA selector
adding GTA selector
0c795cc5f10bf051ea2fb0c6da1d213e4903a51e
--- package.json @@ -109,7 +109,7 @@ "@walmart/global-vpi-mini-app": "1.1.20", "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.2.7-rc.0", - "@walmart/ims-print-services-ui": "2.19.0", + "@walmart/ims-print-services-ui": "2.19.1", "@walmart/inbox-mini-app": ...
fix(printwidget.tsx): SSLS-11041 Reset child component on print close (#4155)
fix(printwidget.tsx): SSLS-11041 Reset child component on print close (#4155) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
9e84f3371b046172978c97a92cf8294ccba410f3
--- packages/allspark-foundation/package.json @@ -18,6 +18,7 @@ "FeatureRunner/", "GraphQL/", "HTTP/", + "HubFeature", "LocalStorage", "Location", "Logger",
feat(ui): Merge changes from parent branch
feat(ui): Merge changes from parent branch
4c0006fbd20f84d48419e902635af4186c7221b6
--- src/redux/UserSelector.ts @@ -92,7 +92,7 @@ export const getOriginalUserCountryCode = createSelector( getCountryCode, ); export const getOriginalUserEmployeeType = createSelector( - [getOriginalUserData], + [getUser], (user) => user?.employeeType, );
employee type selector fix in impersonation mode
employee type selector fix in impersonation mode
931bcaaca5310a3746ed6bb3153cb04101787a7f
--- ios/GoogleService-Info.plist @@ -3,21 +3,21 @@ <plist version="1.0"> <dict> <key>CLIENT_ID</key> - <string>1043158274640-ts53hs2ubhhodh8p1qc1iejj68kl5h2t.apps.googleusercontent.com</string> + <string>572613464107-dkimevc1u99somli7g5903p85vk6jrva.apps.googleusercontent.com</string> <key>REVERSED_CLIENT_ID</key...
update iOS firebase config
update iOS firebase config
9cf5b81295de2718498b5cc1eeebdddb8eb3bf6e
--- package.json @@ -91,5 +91,5 @@ "babel-jest": "29.2.1", "metro-react-native-babel-preset": "0.76.8" }, - "packageManager": "yarn@4.6.0" + "packageManager": "yarn@4.4.0" } --- yarn.lock @@ -24645,11 +24645,11 @@ __metadata: "typescript@patch:typescript@npm%3A^5.0.4#optional!builtin<compat/typescr...
fix(ui): revert yarn version to 4.4.0
fix(ui): revert yarn version to 4.4.0
50e229ff6f17ac9daa9101134601dd4c3933cd9a
--- package.json @@ -112,7 +112,7 @@ "@walmart/global-vpi-mini-app": "1.1.30", "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.2.7", - "@walmart/ims-print-services-ui": "2.21.1", + "@walmart/ims-print-services-ui": "2.22.0", "@walmart/inbox-mini-app": "0.10...
fix(version): Bump Print to v2.22.0 for RN76 upgrade, ADA, and UI bugfix (#4490)
fix(version): Bump Print to v2.22.0 for RN76 upgrade, ADA, and UI bugfix (#4490) fix(version): Bump Print to v2.22.0 for RN76 upgrade, ADA, and UI bugfix Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
7e2e96fc5d01ed5d41a0d84e8a3277e3e03a71b7
--- package-lock.json @@ -43,7 +43,7 @@ "@walmart/attendance-mini-app": "0.190.4", "@walmart/compass-sdk-rn": "4.2.0", "@walmart/config-components": "4.2.1", - "@walmart/copilot-mini-app": "1.77.2", + "@walmart/copilot-mini-app": "1.77.4", "@walmart/core-services": "~2....
chore: copilot 1.77.4
chore: copilot 1.77.4
4dabbfcb802ed04e7cd6be960b61ed9c365e9711
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 102 + versionCode 103 versionName "1.0.8" } ...
Incrementing build number
Incrementing build number
811f0660d0f0e1b84fc3bd7ec4ad5758ffcc69af
--- __tests__/setup.ts @@ -13,14 +13,6 @@ jest.mock('@walmart/functional-components', () => { }; }); -jest.mock('../src/utils/timestamps', () => { - return { - daysAgoTimestamp: jest.fn( - (numDays) => new Date(Date.now() - numDays * 24 * 60 * 60 * 1000), - ), - }; -}); - // ------ React Navigator R...
remove outdated mock
remove outdated mock
0c74d342ee4121adf5dc2f203e0b26ad9bd67345
--- packages/me-at-walmart-container/__tests__/services/navConfig.test.ts @@ -1,3 +1,4 @@ +import { GlobalNavConfig } from '@walmart/config-components'; import { NavConfigLogger, NavConfigStorage, @@ -8,7 +9,8 @@ import { transformGlobalData, GlobaNavConfigData, actualListener, - ChangeEventManager + ...
added test form initialize function in packages/me-at-walmart-container/src/services/navConfig.ts
added test form initialize function in packages/me-at-walmart-container/src/services/navConfig.ts
70944aa1dd2959cd616946a5b9700045c2738bfb
--- packages/allspark-foundation/__tests__/Config/connect.test.ts @@ -0,0 +1,91 @@ +import { + initialize, + fetch, + connectConfigService, +} from '../../src/Config/connect'; + +import { AllsparkReduxStore } from '../../src/Redux'; + +import { + AllsparkConfigService, + ConfigActionCreators, + ConfigSelectors, +...
device connect test,fixes to some existing tests
device connect test,fixes to some existing tests
ef396c5f259ce730a50c525227b1b6146cedeef2
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.32.0", + "version": "1.33.0", "main": "index.js", "private": true, "workspaces": [
feat(core): ALLSPARK-0000 version bump
feat(core): ALLSPARK-0000 version bump
8f337a5d3b5a3023e7ff5583181fb370bbd85da3
--- __tests__/components/ActionButton.test.tsx @@ -21,4 +21,10 @@ describe('ActionButton', () => { const {toJSON} = render(<ActionButton {...props} />); expect(toJSON()).toMatchSnapshot(); }); + + it('Action button is diabled and disabled style applied', () => { + const props = {disabled: true} as Acti...
updated branch coverage
updated branch coverage
856bde700195a6ebfe12574f24fca304095b5e33
--- src/index.tsx @@ -77,7 +77,6 @@ firestore() persistence: false, }) .then(() => { - console.log('Firestore update successful '); analytics( 'firestorePersistenceEnabled', {message: 'Setting firestore persistence value!'}, @@ -85,7 +84,6 @@ firestore() ); }) .catch((error: ...
remove console logs
remove console logs
97c6fdc081e82a5c8a42929d2f99ab8054f119ef
--- src/screens/MeganavScreen.tsx @@ -103,6 +103,7 @@ export const MeganavScreen: React.FC<MeganavScreenProps> = (props) => { Todo: https://jira.walmart.com/browse/SMDV-4657 Current Behavior: Navigates to My Team tab when clicked on Meganav text messages button Expected Behavior: + On launching the...
navigate to my team on clicking meganav button
navigate to my team on clicking meganav button
ede838343b57623aef42a69caa79ef7e9817753c
--- src/queries/getTeamById.graphql @@ -6,6 +6,7 @@ query GetTeamById($businessUnitNumber: Int!, $countryCode: String!, $date: Date! __typename associate { __typename + associateId wfmSchedule( businessUnitNumber: $businessUnitNumber country: $countryCode -...
Update the teams query
Update the teams query
579a35b7fcbeb6f81e25f38a666cfdcdb2ae855a
--- android/app/build.gradle @@ -159,7 +159,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 911 - versionName "1.13.1" + versionName "1.15.0" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLE...
chore: bump notes @2.44.0
chore: bump notes @2.44.0
d291ed078b80d1d67bd6d607c2f17b4ba6233437
--- graphql.yml @@ -55,13 +55,13 @@ applications: hash: 'bdf7ca7ba91a0c700df0b0dbd418064d98ef1c2818688e2a1c9e478d8cc3e1ca' queryTemplate: 'packages/me-at-walmart-athena-queries/src/updateManagerExperiencePreference.graphql' tags: - - 'v1' - - name: 'upsertSup...
Update graphql.yml
Update graphql.yml
ce749eb365547659f8893201cdf796cc429a924f
--- package-lock.json @@ -4258,9 +4258,9 @@ "integrity": "sha512-gOjtmh7vtX1XSS1JA8xJWCwoW8vsiED0NxtKNWsXLpRuZfRJ06gESSqLyQUjRXSc40S+kN6dYJYO3EOv3VEPig==" }, "@walmart/inbox-mini-app": { - "version": "0.25.0", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
inbox version bump
inbox version bump
63a1938b662e5330a5a106c133380358f116c151
--- .gitignore @@ -25,3 +25,67 @@ packages/allspark-foundation/cli/* coverage *.log test-report.xml + +# OSX +# +.DS_Store + +# Xcode +# +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +*.moved-aside +De...
chore: update root gitignore
chore: update root gitignore
284b720524cc6e8b1f40812d2c8ead802822617c
--- package-lock.json @@ -74,7 +74,7 @@ "@walmart/react-native-shared-navigation": "1.0.2", "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.5.0", - "@walmart/receipt-check-miniapp": "1.9.5", + "@walmart/receipt-check-miniapp": "1.9.6", "...
bump version for receipt audit hotfix
bump version for receipt audit hotfix
327a3034d00a91a3bddafaca08c3f1992c300845
--- package-lock.json @@ -3094,9 +3094,9 @@ "integrity": "sha512-EwX26lsKullYJpRk69A8ci8zpQtOYVqDks9JDqthaVAzPeST4TJnnQd7bm7zMX897gOhc6JxWBQH4V1KlFJEGw==" }, "@walmart/exception-mini-app": { - "version": "0.8.0", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception-...
pinpoint version bump
pinpoint version bump
2f56bbac96138f5e7de1de7681412804f04b6b1f
--- __tests__/PinAccess/PinCodeSagasTest.ts @@ -52,7 +52,7 @@ describe('pinCreationFlow', () => { const iterator = pinCreationFlow(); expect(iterator.next().value).toEqual(take(PinAccessTypes.CREATE_PIN)); expect(iterator.next().value).toEqual( - call(navigate, 'Core.PinAccessScreen', {flow: CREATE}...
Reverting pin screen name change back to match settings reference
Reverting pin screen name change back to match settings reference
cf1194c6750596d8aa6de48841827cf1a886a920
--- package-lock.json @@ -67,12 +67,12 @@ "@walmart/financial-wellbeing-feature-app": "1.23.2", "@walmart/functional-components": "6.0.16", "@walmart/gta-react-native-calendars": "0.6.0", - "@walmart/gtp-shared-components": "2.1.10", + "@walmart/gtp-shared-components": "2.2.1-rc...
feat: :sparkles: Bump learning mini app version to 20.0.18
feat: :sparkles: Bump learning mini app version to 20.0.18
0d50ddd9859ed7890e481f6d6a03cf932c61a86d
--- packages/celebration-mini-app-graphql/src/store/index.ts @@ -16,6 +16,12 @@ import {CelebrationFeature} from '../utils/feature'; +/** + * Minimal placeholder reducer to satisfy Redux store requirements + * This prevents "Store does not have a valid reducer" errors + */ +const placeholderReducer = (state = {}, ...
feat(ui): fix the redux errors
feat(ui): fix the redux errors
c9c76d273b53a3194e8de6106ee255824d371e4a
--- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx @@ -6,7 +6,7 @@ import {DrawerActions} from '@react-navigation/native'; import {useDrawerStatus} from '@react-navigation/drawer'; import {authActions, User} from '@walmart/redux-store'; -// import {Hooks} from '@walmart/push-to-talk-mini-app'; +im...
fix test cases
fix test cases
bc97269c2ac5f4198b5e09f2369ed4d1832c9e4f
--- targets/US/package.json @@ -147,7 +147,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.131", "@walmart/sidekick-mini-app": "4.84.7", "@walmart/store-feature-orders": "1.27.1", - "@walmart/taskit-mini-app": "4.17.20", + "@walmart/taskit-mini-app": "4.17.21", "@walmart/time-clock-mini-app": "2.419....
chore: bump taskit version
chore: bump taskit version
4edc298ba35e50f936d997a57e976a33bcaf0188
--- package-lock.json @@ -4659,9 +4659,9 @@ "integrity": "sha512-x0n2tEbTwVe6Xn7KxnslCa8y2I+f6KG6hkhQiNAcZu17Bitwf/Kddoz/9h8Pn5guehnqYVB2oXHoMwMvmr0u0A==" }, "@walmart/functional-components": { - "version": "2.0.2", - "resolved": "https://npme.walmart.com/@walmart/functional-components/-/func...
bumping functional components for http client fix
bumping functional components for http client fix
1dbfced874b1686fde73dd6739082a7c73497506
--- package-lock.json @@ -4437,9 +4437,9 @@ } }, "@walmart/payrollsolution_miniapp": { - "version": "0.122.3", - "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.122.3.tgz", - "integrity": "sha512-Z34sGK9BMKalh02my10zua/flOvkSxwrUp6WtKUeE...
bump version
bump version
43c0ce52d2afeddb5900bf3f8166ec4912800d58
--- __tests__/__mocks__/@walmart/ui-components.js @@ -0,0 +1,18 @@ +const Header = () => 'Header'; +Header.Provider = 'Provider'; + +module.exports = { + Header, + ActivityMonitor: 'ActivityMonitor', + BottomTabs: 'BottomTabs', + BottomTabsConfig: {}, + Dialog: 'Dialog', + GlobalNavigation: 'GlobalNavigation', + ...
fixing test failure
fixing test failure
cc0a11849ec4aa91e6e45093ae27f608ebb8df69
--- package-lock.json @@ -65,7 +65,7 @@ "@walmart/pay-stub-miniapp": "0.9.35", "@walmart/payrollsolution_miniapp": "0.130.46", "@walmart/price-changes-mini-app": "1.9.3", - "@walmart/profile-feature-app": "0.246.0", + "@walmart/profile-feature-app": "0.251.0", "@walmart...
bump profile-feature-app to 0.251.0
bump profile-feature-app to 0.251.0
cd4a63dd62d9eed5c319169e0681b7ae10c80984
--- core/__tests__/__mocks__/@walmart/time-clock-mini-app.js @@ -9,19 +9,6 @@ module.exports = { AttendanceModalScreen: 'AttendanceModalScreen', TimeClockWidget: 'TimeClockWidget', Toast: 'Toast', - PunchActions: { - setLastPunchType: jest.fn((lastPunchType, api) => ({ - type: 'SET_LAST_PUNCH_TYPE', -...
fix timeclockminiapp mock
fix timeclockminiapp mock
3855f56b2394f1f3553710d182359743c491c734
--- src/components/MessageList.tsx @@ -17,6 +17,7 @@ type MessageListProps = { onEndReachedHandler?: () => void; isLoading: boolean; allRosterAssociates: Associate[]; + viewerId: string; }; export const MessageList = ({ @@ -25,13 +26,43 @@ export const MessageList = ({ onEndReachedHandler, isLoading...
fix(messages): SMDV-8912 automatic scroll of messages
fix(messages): SMDV-8912 automatic scroll of messages
6140eaa3064a076afd0ee50761fcdbaf3f8e5b3f
--- package.json @@ -87,7 +87,7 @@ "@walmart/core-widget-registry": "0.5.7", "@walmart/counts-component-miniapp": "0.0.39", "@walmart/exception-mini-app": "0.42.6", - "@walmart/facilities-management-miniapp": "0.3.25", + "@walmart/facilities-management-miniapp": "0.3.25-beta1", "@walmart/feedb...
Update package.json
Update package.json
5127faca3d3250c88629841da52c2064587ea812
--- ios/Podfile.lock @@ -1868,8 +1868,6 @@ PODS: - React-Core - react-native-background-timer (2.4.1): - React-Core - - react-native-drop-shadow (1.0.3): - - React - react-native-encrypted-storage (1.1.18): - React-Core - react-native-flipper (0.182.0): @@ -1910,7 +1908,7 @@ PODS: - Rea...
feat(ui): merge changes from main
feat(ui): merge changes from main
7cba179c0dfad897bdceccb5a7fb7826f5209691
--- package.json @@ -93,14 +93,14 @@ "@walmart/me-at-walmart-athena-queries": "6.26.1", "@walmart/me-at-walmart-common": "6.29.0-alpha.0", "@walmart/me-at-walmart-container": "6.29.0-alpha.0", - "@walmart/myteam-mini-app": "3.0.2-alpha.2", + "@walmart/myteam-mini-app": "3.0.2-alpha.3", "@walma...
chore(ui): update roster and myteam mini app
chore(ui): update roster and myteam mini app
1ea7b1efc4f62180fc49e0dc9fd9afda0291b0b3
--- .inisights.yml @@ -0,0 +1,9 @@ +team: + - id: 3799 +product: + - {} +languages: + - JavaScript + - Android + - iOS +ignoreNotify: true
chore: add insights yml file
chore: add insights yml file
a43c40f5a88f2cd454bde154f426647e8f28f55c
--- __tests__/storeInfo/StoreInfoTest.tsx @@ -40,7 +40,7 @@ describe('StoreInfo', () => { jest.spyOn(Platform, 'select').mockImplementation((config) => config.ios); DirectionsButton.props.onPress(); expect(LinkingSpy).toHaveBeenCalledWith( - 'maps:0,0?q=changeStore.storeDirectionsLabel&addre...
fixing map directions on ios
fixing map directions on ios
38524c0fead3289d388b0df8826d9be02d88e84f
--- package-lock.json @@ -78,7 +78,7 @@ "@walmart/react-native-shared-navigation": "1.0.2", "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.5.1", - "@walmart/receipt-check-miniapp": "1.14.6", + "@walmart/receipt-check-miniapp": "1.15.6", ...
update version
update version
67d89d6804e839cdc24f712f91d23c7b76d9c54e
--- docs/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.15.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.14.0...v3.15.0) (2026-01-20) + + +### Features + +* **ui:** update wmconnect and roster version ([ab5c38a](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/ab5c38af19576dc88cb66bc778f40dee80c56ddb...
chore(release): 3.15.0 [skip ci]
chore(release): 3.15.0 [skip ci] # [3.15.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.14.0...v3.15.0) (2026-01-20) ### Features * **ui:** update wmconnect and roster version ([ab5c38a](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/ab5c38af19576dc88cb66bc778f40dee80c56ddb)) * **ui:**...
e762cfd334887228af17a7624eb5fa52878b55eb
--- __tests__/setup.ts @@ -565,6 +565,7 @@ jest.mock('@walmart/allspark-foundation/Network', () => ({ jest.mock('@walmart/allspark-foundation/Config', () => ({ ConfigSelectors: { createFeatureConfigValueSelector: jest.fn(() => jest.fn()), + createContainerConfigValueSelector: jest.fn(() => jest.fn()), },...
feat(ui): yarn install issue fix
feat(ui): yarn install issue fix
3885b6f00c87c19450f2a15630d74949c75ed66f
--- ios/Podfile.lock @@ -178,7 +178,7 @@ PODS: - RNPermissions - PromisesObjC (2.1.0) - Protobuf (3.20.0) - - PTT (0.7.14-rc.4): + - PTT (0.7.14-rc.8): - BinaryCodable (~> 0.2.1) - CocoaAsyncSocket (~> 7.6.3) - RealmSwift (= 10.15.0) @@ -406,8 +406,8 @@ PODS: - React-Core - react-nat...
updating to latest version
updating to latest version
7e1a673dc1b7d4215bdee4c88c015895b2e58c17
--- package.json @@ -254,8 +254,5 @@ "packageManager": "yarn@4.1.1", "engines": { "node": ">=18" - }, - "dependencies": { - "jest": "^29.7.0" } } --- packages/me-at-walmart-common/__tests__/navigationTest.ts @@ -1,6 +1,6 @@ import {ScreenTags, FeatureTags} from '../src/navigation' -describe('Na...
modify navigationTest
modify navigationTest
b55e37a83baf1f553881d4bd0619c992c4180eb8
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "3.2.1-alpha.1", + "version": "3.2.1-alpha.2", "main": "dist/index.js", "files": [ "dist", @@ -89,7 +89,7 @@ "@walmart/react-native-scanner-3.0": "0.10.4", "@walmart/react-native-sumo-sdk": "2.8.0", "@wal...
chore(ui): update roster and wmconnect version
chore(ui): update roster and wmconnect version
0d20d8182ded6ce04e2a9fa7fce99ac6afa6dd3c
--- package.json @@ -90,8 +90,8 @@ "@walmart/ask-sam-mini-app": "1.32.21", "@walmart/associate-listening-mini-app": "1.2.37", "@walmart/attendance-mini-app": "3.174.2", - "@walmart/avp-feature-app": "0.16.25", - "@walmart/avp-shared-library": "0.10.14", + "@walmart/avp-feature-app": "0.25.32", +...
feat(direct deposit): One splash screen & Ny pay card (#4621)
feat(direct deposit): One splash screen & Ny pay card (#4621) * bump version for payroll app * feat: bump version * feat: bump version * feat(onesplash): Enabled OneSplash * feat: bump version * feat: bump version --------- Co-authored-by: Mounish kumar Venkateskumar - m0v067c <Mounish.Kumar.Venka...
9a48dec7bbd9a1b6269da1ea40fd6de71da7655d
--- android/app/build.gradle @@ -153,8 +153,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 882 - versionName "1.6.5" + versionCode 883 + ver...
version bump
version bump
22906acfc1da9f4c97af3f9cbdf3d91d313cb7a7
--- package-lock.json @@ -45,7 +45,7 @@ "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", "@walmart/exception-mini-app": "1.0.16", - "@walmart/facilities-management-miniapp": "0.5.26", + "@walmart/facilities-management-miniapp": "0.5.36", ...
feature/FixIT-Drop9-bugfix
feature/FixIT-Drop9-bugfix
786e8b6d44f41b4eb38efb2bb2d3ce40c76c09b4
--- core/src/navigation/USHallway/AssociateHallwayNav/SideMenuContent.tsx @@ -120,7 +120,7 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps> = ( return; } } - console.log('$$$$$$ Route Name ', route, params); + setImmediate(() => // Look to rename mapping for new...
"rebasing" Checkout phase 5 changes
"rebasing" Checkout phase 5 changes
87d1e774116a2dab6b7dfcf8f5887fe8e7c4f560
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/gta-react-native-calendars": "0.1.0", "@walmart/gtp-shared-components": "2.0.10", "@walmart/impersonation-mini-app": "1.20.6", - "@walmart/ims-print-services-ui": "2.7.4", + "@walmart/ims-print-services-ui": "2.7.3", "@w...
Revert "Bump print UI version to 2.7.4"
Revert "Bump print UI version to 2.7.4" This reverts commit 0d7cea443cff0731ff788cf291a28fbba874517c.
61460ba1da53eb49366a3f55f3397b8ac294253f
--- core/__tests__/__mocks__/@walmart/store-feature-orders.js @@ -1,4 +1,6 @@ module.exports = { - StoreFeatureOrdersMiniApp: 'StoreFeatureOrdersMiniApp', - StoreFeatureOrderHistoryMiniApp: 'StoreFeatureOrderHistoryMiniApp', + buildAllScreens: () => { + StoreFeatureOrdersMiniApp: 'StoreFeatureOrdersMiniApp' + ...
DROP28 release request to develop
DROP28 release request to develop
712457ced66c4669b3f35d8b161a862d5d9bf9b8
--- core/src/core/translations.ts @@ -36,6 +36,7 @@ export const enUS = { '@walmart/roster-mini-app': 'Roster', '@walmart/schedule-mini-app': 'Schedules', '@walmart/shelfavailability-mini-app': 'Shelf Availability', + '@walmart/shop-gnfr-mini-app': 'Shop GNFR', '@walmart/sidekick-mini-app': 'Side...
lint issue fix
lint issue fix
f03f0ab8cec2c9024ba9c540de2fbeb44ed9a5f5
--- .looper.yml @@ -11,10 +11,10 @@ flows: - call: pr - yarn run build - npm publish - - sonar("Sonar"): - - (name Sonar Scanner) sonar-scanner -Dproject.settings=sonar-project.properties - - (name Publish Hygieia to Sonar) hygieia.publishSonar() - - (name Hygieia Publish Build) h...
feat(ci): update version to publish
feat(ci): update version to publish
b3c72d8d8d78a33d2446482f2dc5eafb0c9fd9dc
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -224,14 +224,6 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects component="FeatureRestrictionsScreen" name="Core.FeatureRestrictions" /> - <Screen - name="Settings.SideButton" - ...
skipping failing tests for now
skipping failing tests for now
033792ae354aa732f136d68dafffaf7727a1c9ea
--- packages/celebration-mini-app-graphql/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebr...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.2.0 - @walmart/celebration-mini-app-graphql@1.2.0
4a1b2b8ce295529c5cf2c98be7c72e244980b6c2
--- packages/allspark-foundation/package.json @@ -124,9 +124,6 @@ "@walmart/react-native-scanner-3.0": ">=0.6.3", "@walmart/react-native-shared-navigation": ">=6.3", "@walmart/react-native-sumo-sdk": "^2.7.0", - "@walmart/react-native-wm-network": ">=6.3", - "@walmart/react-native-wm-notification":...
chore(ui): ALLSPARK-6252 deprecate libraries (#295)
chore(ui): ALLSPARK-6252 deprecate libraries (#295) * chore(ui): ALLSPARK-6252 deprecate libraries * chore: trigger build
dd477ba924ba4c9313c79f433134d87d331b3455
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Hub/SiteHubDashboard.tsx @@ -39,7 +39,6 @@ import { AllsparkLocalStorage, } from '@walmart/allspark-foundation'; import { POPOVER_KEY } from '../constant'; -// import { teamSwitcherEnabled } from '../Redux'; export const SiteHubDashboard = ({ name,...
feat(ui): added logic for onboarding skip and popover
feat(ui): added logic for onboarding skip and popover