commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
ced0de105735ca1231e7d64ece8d75d1f800d92b
--- package-lock.json @@ -40,7 +40,7 @@ "@walmart/attendance-mini-app": "0.190.2", "@walmart/compass-sdk-rn": "4.2.0", "@walmart/config-components": "4.2.1", - "@walmart/copilot-mini-app": "^1.77.0", + "@walmart/copilot-mini-app": "^1.77.2", "@walmart/core-services": "~...
chore: bump copilot 1.77.2
chore: bump copilot 1.77.2
9a330b9ec70b7099431dd1f7ba28aae0bd45424a
--- package-lock.json @@ -84,7 +84,7 @@ "@walmart/settings-mini-app": "1.18.1", "@walmart/shelfavailability-mini-app": "1.5.16", "@walmart/taskit-mini-app": "2.34.6", - "@walmart/texting-mini-app": "2.0.28", + "@walmart/texting-mini-app": "2.0.29", "@walmart/time-clock-...
update texting mini app version
update texting mini app version
435cb7321358eb6ea0954193ca0761991faddaa0
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/wmconnect-mini-app", - "version": "3.2.0-alpha.4", + "version": "3.3.0", "main": "dist/index.js", "files": [ "dist",
feat(ui): creating branch against main
feat(ui): creating branch against main
1f1158e1a12faec9089def60bcf9b8ea53320f0c
--- __tests__/__mocks__/@walmart/gtp-shared-components.js --- __tests__/__mocks__/@walmart/gtp-shared-components.js
fixing unit tests
fixing unit tests
c022496c160123087cb93cb8f9ba73b1ac4df2bf
--- src/components/ActionButton/index.tsx @@ -1,12 +1,7 @@ import React, {createElement} from 'react'; import {ActivityIndicator, TouchableOpacity} from 'react-native'; -import Animated, { - interpolateColor, - useAnimatedStyle, - useDerivedValue, - withTiming, -} from 'react-native-reanimated'; -import {colors, ...
disabledStyle function removed from AcctionButton/index.tsx file
disabledStyle function removed from AcctionButton/index.tsx file
b2e46be78d0f484046b902e96785a7a9a6344f6a
--- yarn.lock @@ -6535,9 +6535,9 @@ __metadata: languageName: node linkType: hard -"@walmart/iteminfo-mini-app@npm:8.0.1": - version: 8.0.1 - resolution: "@walmart/iteminfo-mini-app@npm:8.0.1" +"@walmart/iteminfo-mini-app@npm:8.0.2": + version: 8.0.2 + resolution: "@walmart/iteminfo-mini-app@npm:8.0.2" p...
bump up iteminfo version
bump up iteminfo version
ee97d71485f96f2e778c3081edbbbce509a33e19
--- CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.36.0-alpha.6](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.36.0-alpha.5...v6.36.0-alpha.6) (2025-09-10)...
chore(version): updating package version
chore(version): updating package version
6bd5147efb14f4e6d4b25f738ab239471e37d3a1
--- src/utils/user.ts @@ -3,16 +3,12 @@ import CryptoJS from 'crypto-js'; const OBFUSCATION_KEY = 'texting-mini-app'; const OBFUSCATION_PARSE_KEY = OBFUSCATION_KEY.padStart(64, '0'); -const SLASH_REPLACEMENT_KEY = '\\'; export const encryptUserId = (userId: string) => - baseEncryptUserId(userId, OBFUSCATION_KEY...
fix: fix decrypt backward slash replacement
fix: fix decrypt backward slash replacement
5461ffec5efc451fa882b3e5f5b6cc049339de79
--- __tests__/components/modals/hoc/__snapshots__/EditTeamsModal.test.tsx.snap @@ -10,6 +10,9 @@ exports[`EditTeamsModal Modal Rendering should render modal with correct title 1 testID="associate-modal-container" > <View + accessibilityLabel="Edit section: modalContent.editSectionTitle" + accessibilityRole...
feat(ui): update snapshots #SMDV-8176
feat(ui): update snapshots #SMDV-8176
f0d4d0bb4289beb73a321067a196b83009e4f1e6
--- .looper.multibranch.yml @@ -150,7 +150,7 @@ envs: slackChannel: 'allspark-builds-rc' buildType: 'SNAPSHOT' buildGABuilds: true - buildTeflon: false + buildTeflon: true teamsReleaseTypeIcon: 'https://ih1.redbubble.net/image.1001365298.9888/flat,128x128,075,t-pad,128x128,f8f8f8.j...
Build teflon builds
Build teflon builds
bac2d949191b2f34ec9f7bb67710295d0dd6ecd5
--- package-lock.json @@ -45,7 +45,7 @@ "@walmart/config-components": "4.2.13", "@walmart/copilot-mini-app": "3.26.3", "@walmart/core-services": "~2.3.0", - "@walmart/core-services-allspark": "~2.13.1", + "@walmart/core-services-allspark": "~2.13.4", "@walmart/core-util...
Update core services to 2.13.4
Update core services to 2.13.4
228c3ddc584f276c3d6f92869eadd349b5895894
--- package.json @@ -38,6 +38,7 @@ "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1", + "expo": "~53.0.20", "husky": "^9.1.7", "jest": "~29.7.0", "lerna": "^7.0.0", --- yarn.lock @@ -8166,6 +8166,7 ...
feat: update the container
feat: update the container
31f6c748fd762825affc73fb925698da60736625
--- __tests__/containers/ChatInput/__snapshots__/ImageAttachments.test.tsx.snap @@ -23,6 +23,8 @@ exports[`ImageAttachments matches snapshot without style, with style, and snapsh } > <View + accessibilityLabel="Remove attachment" + accessibilityRole="button" accessibilityState={ {...
fix: SMDV-7776 fix tests
fix: SMDV-7776 fix tests
4425fef67849af19014223cc6b3fe7217a7ee5bc
--- packages/core-services/LocalStorage/types.ts @@ -7,13 +7,13 @@ export type LocalStorageInstance = { merge(key: string, value: string, ...mergeParams: any): Promise<void>; remove(key: string, ...removeParams: any): Promise<void>; multiGet?( - keys: string[], + keys: readonly string[], ...getParam...
feat(httpClient): update types.ts
feat(httpClient): update types.ts
03e5bad36e1f29c6d64f6a1acd66e41dcb8b0c82
--- packages/allspark-foundation-hub/__tests__/TeamOnboarding/TeamSelectionUtils.test.tsx @@ -8,7 +8,7 @@ import { } from '../../src/Store/Modules/TeamSelection/Utils/teams'; import { useSelector } from 'react-redux'; import { useGetViewersPrimaryTeam } from '../../src/Shared/Hooks/useGetViewersPrimaryTeam'; -import...
fixed test cases failures
fixed test cases failures
733e3231c31807892c6effeb3743a372ba26dc7b
--- package.json @@ -161,7 +161,7 @@ "@walmart/sidekick-mini-app": "4.231.0", "@walmart/store-feature-orders": "1.34.7", "@walmart/talent-preboarding-mini-app": "1.0.48", - "@walmart/taskit-mini-app": "5.42.21", + "@walmart/taskit-mini-app": "5.42.22", "@walmart/time-clock-mini-app": "3.19.6",...
feat: taskit version bumped
feat: taskit version bumped
b846f20fb39f5947aa7f19a1efb454035cdef8b4
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/gta-react-native-calendars": "0.1.0", "@walmart/gtp-shared-components": "2.1.3", "@walmart/impersonation-mini-app": "1.20.7", - "@walmart/ims-print-services-ui": "2.7.5-alpha.0", + "@walmart/ims-print-services-ui": "2.8.0", ...
bump print version to 2.8.0
bump print version to 2.8.0
fbe5a5f56fe76c6ed748d93344af420e6dc8b25b
--- package-lock.json @@ -5423,9 +5423,9 @@ "integrity": "sha512-YRNp3VcfzWTyDZt6h5hAUK5XTzUrblOZOWUclor4ht/g4E5Oo2sMF8rV5swXlB3QdSQUZwSsU60b01veuR3o6g==" }, "@walmart/schedule-mini-app": { - "version": "0.20.0", - "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-mi...
remove attendance dep
remove attendance dep
fb1620424debee7eb6ef9de50c07a39a20e78beb
--- src/utils/timestamps.ts @@ -28,7 +28,3 @@ export const channelRowTimeStamp = ( ); } }; - -export const temp = (): number => { - return 1; -}; --- src/utils/timestamps.ts @@ -28,7 +28,3 @@ export const channelRowTimeStamp = ( ); } }; - -export const temp = (): number => { - return 1; -};
Removed temp function
Removed temp function
bcecd239d9c8be1d8974e86d9286f12987b97384
--- .looper.multibranch.yml @@ -24,14 +24,8 @@ envs: ANDROID_BASE_PATH: targets/US/android branches: - - spec: feature/drop24 + - spec: feature/drop24-metrics triggers: - - manual: - name: Publish Packages (Pre-Release) - call: publishPrerelease - - manual: - name: ...
chore: temp change to build metrics in looper
chore: temp change to build metrics in looper
08e6dd1d2561cd3e8675a023e721841ae4c9585a
--- ios/Podfile.lock @@ -396,7 +396,7 @@ PODS: - nanopb/encode (1.30906.0) - PromisesObjC (1.2.11) - Protobuf (3.13.0) - - PTT (0.4.1): + - PTT (0.4.2): - BinaryCodable (~> 0.2.1) - CocoaMQTT/WebSockets (~> 1.3.0-rc.1) - RCTRequired (0.63.2) @@ -573,8 +573,8 @@ PODS: - React-Core - react...
PTT version update (#140)
PTT version update (#140) * PTT version upgrade * PT version update * PTT vbersion update
c48b06b664bd9fcf78832c179418a9092dff9e33
--- package-lock.json @@ -81,7 +81,7 @@ "@walmart/shelfavailability-mini-app": "1.5.11", "@walmart/taskit-mini-app": "0.49.12", "@walmart/time-clock-mini-app": "2.25.0", - "@walmart/ui-components": "1.9.0", + "@walmart/ui-components": "1.9.0-rc.3", "@walmart/welcomeme-m...
bug fix ui-component
bug fix ui-component
7d0262b8972d41255d1af5e542bc664dac82d738
--- packages/core-services-allspark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.4](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services-allspark@2.12.4
c1e2614225ca55b905f42124db1a465a293e7827
--- targets/US/package.json @@ -74,7 +74,7 @@ "@sharcoux/slider": "^6.1.1", "@shopify/flash-list": "~1.6.4", "@terrylinla/react-native-sketch-canvas": "patch:@terrylinla/react-native-sketch-canvas@npm%3A0.8.0#~/.yarn/patches/@terrylinla-react-native-sketch-canvas-npm-0.8.0-c7b2afd4cd.patch", - "@walma...
revert auth to drop 27 version. (#4015)
revert auth to drop 27 version. (#4015)
afaf8f6c9bad6cde5851a7c775d00b39fd57972b
--- 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.2", + "@walmart/facilities-management-miniapp": "0.3.9", "@walmart/feedback-all-...
Update package.json
Update package.json
ee2707be5e3d7420b39f4b55dd339bbc6d03d271
--- core/__tests__/__mocks__/@walmart/time-clock-mini-app.js @@ -1,4 +1,5 @@ module.exports = { + ...jest.requireActual('@walmart/time-clock-mini-app'), TimeClockScreen: 'TimeClockScreen', NewTorScreen: 'NewTorScreen', TorInboxScreen: 'TorInboxScreen', @@ -8,8 +9,6 @@ module.exports = { AttendanceModalScr...
code cleanup
code cleanup
b7982d703ced25e5a4d5ec21a18dddbedbd258ec
--- packages/allspark-foundation-hub/src/Store/Modules/TeamSelection/Component/TeamSelectionList.tsx @@ -175,6 +175,10 @@ export const TeamSelectionList = ({ ) ); + dispatch( + StoreManagerExperienceCreators.updateSelectedTeamIDs(selectedTeamIds) + ); + //TODO: Add confirmation screen navi...
fix(ui): smdv 7478 team switcher update
fix(ui): smdv 7478 team switcher update
be1aafd36503a329750fa9066e93a4a4850c2a13
--- targets/US/package.json @@ -144,7 +144,7 @@ "@walmart/roster-mini-app": "2.9.0", "@walmart/schedule-mini-app": "0.118.2", "@walmart/shelfavailability-mini-app": "1.5.37", - "@walmart/shop-gnfr-mini-app": "1.0.135", + "@walmart/shop-gnfr-mini-app": "1.0.136", "@walmart/sidekick-mini-app": "...
shop-gnfr crash fix version
shop-gnfr crash fix version
2173e7231dab8ae8cea1f3ec2a0bfd1a7e2a8288
--- packages/allspark-foundation/__tests__/GraphQL/utils/links.test.ts @@ -1,195 +0,0 @@ -import { - ApolloLink, - Observable, - Operation, - } from '@apollo/client'; - import { PersistedQueryLink, AllsparkHttpLink, DynamicLink } from '../../../src/GraphQL/links'; - - import { AllsparkHttpClient } from '../...
fix build issue for links
fix build issue for links
268fee9e54a78587991396e46fbdb24b1e4be9ce
--- __tests__/components/SearchHeaderTest.tsx @@ -165,6 +165,10 @@ describe('SearchIcon, SearchHeaderRight component test coverage', () => { const searchHeaderRight = renderWithProviders( <SearchHeaderRight {...props} />, ); + const icon = searchHeaderRight.getByTestId('searchIconChild'); + icon....
updated test as per PR comments
updated test as per PR comments
7c930deb8502e77f445e24859be0e5361c393a7c
--- packages/allspark-foundation/__mocks__/data/teamSelection.ts @@ -0,0 +1,41 @@ +import { + Area, + Team, +} from '../../src/Components/Onboarding/TeamSelection/types'; + +export const allAreas: Area[] = [ + 'Admin & Support', + 'Digital', + 'Food & Consumables', + 'Front End', + 'Fuel', + 'General Merchandis...
Adding test coverage for team selection flow
Adding test coverage for team selection flow
f4503a2e7d1079e3980521cd2675447c3f252d07
--- package.json @@ -144,7 +144,7 @@ "@walmart/schedule-mini-app": "0.108.0", "@walmart/shelfavailability-mini-app": "1.5.23", "@walmart/store-feature-orders": "1.26.7", - "@walmart/taskit-mini-app": "2.83.2", + "@walmart/taskit-mini-app": "3.0.1", "@walmart/time-clock-mini-app": "2.353.0", ...
chore: bump taskit-mini-app@3.0.1
chore: bump taskit-mini-app@3.0.1
3dd32ffcb281442a295d387e9aa9264af74005d6
--- packages/me-at-walmart-geolocation/.eslintignore @@ -0,0 +1,5 @@ +node_modules/ +lib/ +__tests__/ +**/*.d.ts +**/*.js --- packages/me-at-walmart-geolocation/.eslintrc.js @@ -0,0 +1,11 @@ +module.exports = { + extends: ['../../.eslintrc.js'], + overrides: [ + { + files: ['*.ts', '*.tsx'], + rules: {...
feat(lib): ALLSPARK-6342 lib body
feat(lib): ALLSPARK-6342 lib body
14cc7b1e5ec527de1c37a3fa8fa9ec07f516a74a
--- packages/allspark-utils/__tests__/LayoutTest.tsx @@ -0,0 +1,38 @@ +import { render } from '@testing-library/react-native'; +import React from 'react'; +import {Text, View} from 'react-native'; +import {Layout, createLayout} from '../src/Layout'; + + +describe("Layout tests", () => { + const layout = [[ + {compo...
fix: layout test
fix: layout test
1d6160c6d82cb8c15676d4886891b5148799e637
--- package-lock.json @@ -56,7 +56,7 @@ "@walmart/functional-components": "~4.0.3", "@walmart/gta-react-native-calendars": "0.0.16", "@walmart/gtp-shared-components": "2.0.5", - "@walmart/impersonation-mini-app": "1.18.1", + "@walmart/impersonation-mini-app": "1.18.3", ...
bumping up impersonation version
bumping up impersonation version
9027c744cc5713459a4982c16053e2d0e925f53d
--- package.json @@ -162,7 +162,7 @@ "@walmart/returns-mini-app": "4.17.28", "@walmart/rfid-scan-mini-app": "2.15.5", "@walmart/rn-mobile-sdk-pairing": "2.1.8", - "@walmart/rn-receiving-mini-app": "2.8.25", + "@walmart/rn-receiving-mini-app": "2.8.43", "@walmart/roster-mini-app": "3.9.0", ...
feat(unified-receiving-app): receiving mini app version update (#5109)
feat(unified-receiving-app): receiving mini app version update (#5109) Co-authored-by: vn55m86 <Janani.Pargunan@walmart.com> Co-authored-by: Dakota Bourne <dakota.bourne0@walmart.com> Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart....
79fefd40fa536fa927f2a07dc38f476f289d3ba5
--- src/navigation/utils.ts @@ -111,7 +111,6 @@ export const goToIndividualSchedule = ( export const onNewMessage = () => { const routeInfo = getCurrentRouteName(); - console.log('Route info: ', routeInfo); analytics( 'newMessageNavigation', --- src/navigation/utils.ts @@ -111,7 +111,6 @@ export cons...
remove console log
remove console log
206d3570829500728756e760a340c29ae2845851
--- ios/AllSpark/Info.plist @@ -54,6 +54,13 @@ <key>NSIncludesSubdomains</key> <true /> </dict> + <key>vmq.ss.glb-qa.torbit.walmart.net</key> + <dict> + <key>NSExceptionAllowsInsecureHTTPLoads</key> + <true /> + <key>NSIncludesSubdomains</key> + <true /> + </dict> <key>localhost</key...
PTT Version bump (SUMO as well) (#384)
PTT Version bump (SUMO as well) (#384) * Bumping PTT version * PTT version bump * PTT version bump for Service Accounts * PTT version bump * PTT version bump
f641acd53289955387562ed0a9512c0def474dc2
--- __tests__/screens/RosterScreen/AssociateList.test.tsx @@ -70,7 +70,14 @@ describe('AssociateListItem', () => { const statusChip = element.getByTestId('statusChipAndWeeklySchedule'); fireEvent.press(statusChip); expect(useRbacConfigWithJobCodeSpy).toBeCalled(); - expect(mockNavigation).toBeCalledWi...
fix lint issue
fix lint issue
ca7af355e0ed991b786e60b71b2b0579dd110f72
--- package.json @@ -95,9 +95,9 @@ "@walmart/gta-react-native-calendars": "0.0.16", "@walmart/gtp-shared-components": "2.0.6", "@walmart/impersonation-mini-app": "1.18.3", - "@walmart/ims-print-services-ui": "2.4.0", + "@walmart/ims-print-services-ui": "2.4.1", "@walmart/inbox-mini-app": "0.83...
updated iteminfo and print versions
updated iteminfo and print versions
02759aeb1c6cc70242aaf3535f85fd246df61bef
--- src/managerExperience/components/TeamListItem/TeamListItem.tsx @@ -1,3 +0,0 @@ -import React from 'react'; - -export const TeamListItem = () => <div>Team List Item</div>; --- src/managerExperience/components/TeamListItem/index.ts @@ -1 +0,0 @@ -export {TeamListItem} from './TeamListItem'; --- src/managerExperie...
chore: removed team list item bc coming from foundations
chore: removed team list item bc coming from foundations
0db35a3ea204cb6f9071536ed653c91fee6f4c6b
--- container/index.tsx @@ -35,7 +35,7 @@ const LauncherView: React.FC<LauncherViewProps> = (props) => { const {signOut} = useAuth(); - const onStartTexting = () => navigation.navigate('texting'); + const onStartTexting = () => navigation.navigate(ROOT_CONTAINER_SCREEN_NAME); useEffect(() => { initia...
update routing to point to single file for screen names
update routing to point to single file for screen names
64ed70219cc9063c16c42c3db4e54d4b04b06056
--- docs/docs/hub framework/hub-intro.md @@ -186,7 +186,8 @@ export const TimeAndAttendanceWidget = (props: WidgetDataProps) => { **2. Register your widgets with the hub** [Widget providers](./hub-concepts#3-widget-providers) is expected to register their widgets to exported namespace from allspark-core. Registerin...
Update the docs
Update the docs
f3aa8a459747be706f26904b13c88e6839b9b93a
--- package-lock.json @@ -3193,9 +3193,9 @@ "integrity": "sha512-UfQvukDS75owqFhjEW+A8Ara/9zRAQNaesPJu1a6/zv8qauT9gUw/rq1VKcVeD2NiMaQCNNx+tNlOiluGRPTdQ==" }, "@walmart/time-clock-mini-app": { - "version": "0.1.33", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl...
Fixed silent sumo notifications on iOS > 14 (#367)
Fixed silent sumo notifications on iOS > 14 (#367)
e7958877bbbfe19c158a89c164bf53cf8cc702de
--- packages/allspark-foundation/src/GlobalElements/context.tsx @@ -24,7 +24,7 @@ import Animated, { AnimatedProps, } from 'react-native-reanimated'; import { noop } from '@walmart/allspark-utils'; -import { useFocusEffect } from '@react-navigation/native'; +import { useNavigation } from '@react-navigation/native'...
fix: add listener for focus, blur and beforeRemove
fix: add listener for focus, blur and beforeRemove
c0471745499c577aec94b41eeab802254610e742
--- .yarn/patches/@walmart-allspark-foundation-npm-6.27.4-1bec92a113.patch @@ -0,0 +1,13 @@ +diff --git a/LocalStorage/client.js b/LocalStorage/client.js +index e220cccb121caef2a93661e7019a0ab1a00871c9..fbaa8ae7ab5b43e61edcdebbf8abc096a9735dc0 100644 +--- a/LocalStorage/client.js ++++ b/LocalStorage/client.js +@@ -59,7...
add patch for local storage storedData
add patch for local storage storedData
7903138d63fdabf20d6dc3f29665abcbb8b51aeb
--- package-lock.json @@ -4453,9 +4453,9 @@ } }, "@walmart/settings-mini-app": { - "version": "1.3.9", - "resolved": "https://npme.walmart.com/@walmart/settings-mini-app/-/settings-mini-app-1.3.9.tgz", - "integrity": "sha512-+nkW3a+BJZlD+x/AXnNSLj66kf5rKSBNAtosz7LvWHuv+7VrtIDYwP/uoe8j5un...
version update of settings-mini-app
version update of settings-mini-app
0081946f5a4e6efbd971b886b5c890d0248c81cf
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx @@ -150,6 +150,12 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => { { useNativeDriver: false } ); + /** Refresh the screen once the team selection is added/updated */ + useEffect(() => { + ...
feat(ui): Update navigation for onboarding
feat(ui): Update navigation for onboarding
e4f25a2b73b9d50d973fa71b3c3e2d03b9d14ad5
--- package.json @@ -123,7 +123,7 @@ "@walmart/schedule-mini-app": "0.29.0", "@walmart/settings-mini-app": "1.12.0", "@walmart/shelfavailability-mini-app": "1.5.2", - "@walmart/taskit-mini-app": "0.49.9", + "@walmart/taskit-mini-app": "0.49.11", "@walmart/time-clock-mini-app": "0.30.0", "...
bumped taskIt version to 0.49.11 - Fix TASKIT-1710
bumped taskIt version to 0.49.11 - Fix TASKIT-1710 bumped taskIt version to 0.49.11 - Fix TASKIT-1710
000346c79ae114f308cc5424a2b7ebde648d08c4
--- 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": "2.53.3", + "@walmart/taskit-mini-app": "2.57.4", "@walmart/texting-...
Updated taskit version
Updated taskit version
eddfe551b183174bba54b66ceaed1539e72fe519
--- package-lock.json @@ -4262,9 +4262,9 @@ "integrity": "sha512-YJoeT8wgDgmv1/8+Ex6dKzGKqRhVe3orE2plWw+fZ+wxKFXDlOCI0hhHRKizCLqYb3+ZieaHR+GGtGF7tcQPIg==" }, "@walmart/iteminfo-mini-app": { - "version": "0.1.266", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-m...
updated iteminfo code with bugfixes
updated iteminfo code with bugfixes
16aef0d4d6d0c0991223b64e2ddb1f341d4d86c4
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/ShiftFilter.tsx @@ -50,7 +50,9 @@ export const ShiftFilter = ({ <View style={styles.textInsideCircle}> <Body UNSAFE_style={styles.shiftId}>{shiftName}</Body> </View> - <Body>{t('shiftFilter...
Shift keyword style updates
Shift keyword style updates
c7fe35d9f642ce03cc761bf5a1ae5b70ad9e8dd0
--- __tests__/managerExperience/components/FilterChip.test.tsx @@ -22,10 +22,17 @@ describe('FilterChip', () => { expect(toJSON()).toMatchSnapshot(); }); - it('calls handlePress when filter chip is pressed', () => { + it('calls handleSelect when filter chip is pressed', () => { const {getByTestId} = re...
feat: updated negative test
feat: updated negative test
c5ce81654740786e6c250605b4fba1258669e0c3
--- package-lock.json @@ -4475,9 +4475,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.0.262", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.0.262.tgz", - "integrity": "sha512-cm+qipWHlYdZm4suG9cnSnOei8SybNZr3Y2N6quAcOJYXnRgSFrTAMxYbc6Rfkwxf...
upgrading taskit version
upgrading taskit version
2432fd934850540d642503c019d2902e115c3ac5
--- .eslintrc.js @@ -1,6 +1,6 @@ module.exports = { extends: ['expo'], - ignorePatterns: ['/dist','__tests__/__mocks__/**', 'src/allspark-extention.types.ts', 'src/index.tsx'], + ignorePatterns: ['/dist','__tests__/__mocks__/**', 'src/allspark-extension.types.ts', 'src/index.tsx'], rules: { '@typescript-e...
feat(ui): update allspark-extension types
feat(ui): update allspark-extension types
4f1e70f12654fae109921d65f7e5e6bec50d74c5
--- targets/US/android/app/build.gradle @@ -190,13 +190,6 @@ android { // @customization - Dynamic mini app features dynamicFeatures.add(':compass_dynamic_module') dynamicFeatures.add(':webex_dynamic_module') - - configurations { - all { - exclude group: "com.google.protobuf", module...
Scanner 3.0 - Removed duplicate dependency fix com.google.protobuf
Scanner 3.0 - Removed duplicate dependency fix com.google.protobuf
f36e1cc3275c37c028b919056ab97013beb598db
--- packages/allspark-foundation-hub/src/HubFeature/Hub/TeamSwitcher/index.tsx @@ -106,9 +106,18 @@ export const TeamSwitcher = ({ const selectTeam = (team: TeamSwitcherTypes) => { setSelectedTeam(team.teamLabel); - dispatch( - ManagerExperienceCreators.updateSelectedTeamPreference(team.teamId...
Update hub version
Update hub version
e9d583ead0be3c8019a62dfc351d2d57d9500489
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -96,19 +96,19 @@ Array [ name="ReceiptCheck" /> <Screen - name="contactInfoScreen" + name="profile.contactInfoScreen" /> <Screen - name="jobHistoryScreen" + name="prof...
Update test with new namespaced profile screens
Update test with new namespaced profile screens
2672cc2447c1a3e7fd5844543615acbc10e62516
--- src/services/config.ts @@ -1,4 +1,5 @@ import type {EnvConfig} from '@walmart/core-services/Environment'; +const miniAppPackage = require('../../../package.json'); export const HTTP_CLIENT_KEY = 'texting'; @@ -11,7 +12,7 @@ export const getGraphQLConfig = (envConfig: EnvConfig) => { ? 'cfac4a3d-ae9...
update app version on mgql header
update app version on mgql header
58825a31ba408986c659ac27d6eceacb7b367db3
--- src/auth/ErrorScreen.tsx @@ -5,6 +5,7 @@ import { TextInput, ScrollView, KeyboardAvoidingView, + Platform, } from 'react-native'; import {useDispatch} from 'react-redux'; import {useTranslation} from 'react-i18next'; @@ -60,6 +61,10 @@ export const ErrorScreen: FC<any> = (props) => { return ( <...
fixing ios
fixing ios
4eeceeeaee8e6ff253c5acaea25c560e5196a175
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.1-alpha.17", + "version": "2.12.1-alpha.18", "main": "dist/index.js", "files": [ "dist"
Update looper files
Update looper files
dbad2384f7c7f015197310b6a159ca3acb74d56c
--- packages/allspark-http-client/src/defaultClient.ts @@ -1,5 +1,5 @@ import { addProxyMethod } from '@walmart/allspark-utils'; -import { IHttpClient } from '../lib'; +import { IHttpClient } from './types'; import HttpClient from './HttpClient'; const baseHttpClient: IHttpClient = new HttpClient();
chore: type fix
chore: type fix
45bcdcdd084acd704f59d65cd702712abd017d80
--- __tests__/__mocks__/@walmart/allspark-foundation/Notification.js @@ -2,5 +2,7 @@ module.exports = { ...jest.requireActual('@walmart/allspark-foundation/Notification'), AllsparkNotificationClient: { requestPermission: jest.fn(), + pauseNotifications: jest.fn(), + resumeNotifications: jest.fn(), }...
fix: notification register tests
fix: notification register tests
3a52d6a1b3faee0dbd02855da556729803896621
--- package-lock.json @@ -4287,9 +4287,9 @@ "integrity": "sha512-7IEyBIuL87sBJj2YD1suMfIM0g/ifdZZ1B6IVWxOAkWRhTZXyrskZf9kySQ4/nAI8mspHkXXVmEsboRAJSZ8OA==" }, "@walmart/iteminfo-mini-app": { - "version": "4.1.7", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-min...
including one more param in the log
including one more param in the log
aa565b719dfd822e44621e464c95383501e0ed1d
--- targets/US/package.json @@ -86,7 +86,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.24.7", "@walmart/associate-listening-mini-app": "1.2.7", - "@walmart/attendance-mini-app": "3.88.0", + "@walmart/attendance-mini-app": "3.89.0", "@walmart/avp-feature-app...
bump ama verion 3.89.0
bump ama verion 3.89.0
da80d83503b9361d802bb32b55dd4646f909961e
--- .yarn/patches/react-native-callkeep-npm-4.3.13-87bd8b2fde.patch @@ -1,8 +1,28 @@ diff --git a/android/src/main/java/io/wazo/callkeep/RNCallKeepModule.java b/android/src/main/java/io/wazo/callkeep/RNCallKeepModule.java -index c494cc2d07ec6222407105f6a443948150e29ecd..535f2e3abf9c934b19c4c1b4864da8bb53dc8259 100644 ...
Fix for RNCallKeepModule.registerPhoneAccount crash on few devices
Fix for RNCallKeepModule.registerPhoneAccount crash on few devices
c3a1b4c59f323a527db0ffbd0779ce13f40a0e8e
--- package-lock.json @@ -3329,9 +3329,9 @@ "integrity": "sha512-4fNpEcmRJ99nwJAxvD9T+FqHRbehH/yEW7/YKLpvmdr0IzO0f1ZPZPMSt9Kl0+qQx1j5XMtY30/RQLoMoG0laQ==" }, "@walmart/exception-mini-app": { - "version": "0.37.0", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception...
Exception work version bump to 0.37.1
Exception work version bump to 0.37.1
e7ff4f842efee183683a6c95fae9e965e9c4e5a9
--- core/__tests__/termsOfUse/__snapshots__/TermsOfUseTest.tsx.snap @@ -2,11 +2,15 @@ exports[`TermsOfUseView 1`] = ` <SafeAreaView + edges={ + [ + "top", + ] + } style={ { "backgroundColor": "#fff", "flex": 1, - "marginTop": 24, "padding": 16, } } --- core/s...
style changes
style changes
248af393b6a40771bc52a8aaa40270524fd38dbf
--- android/app/src/main/res/values/strings.xml @@ -1,4 +1,4 @@ <resources> <string name="app_name">Me@Walmart</string> - <string moduleConfig="true" name="CodePushDeploymentKey">bxaFhKysMbgqkicxhpd_CLuY1ae6DxsB5N7uU</string> + <string moduleConfig="true" name="CodePushDeploymentKey">YMsO6CEWm-fDK6bXv7MaEiS...
testing prod update by chaning key
testing prod update by chaning key
d3bdcdf240fccb7d2bd4bfe684da44d669cebef5
--- packages/allspark-foundation/README.md @@ -26,8 +26,7 @@ With an **AllsparkFeature**, a feature app can: ### Pre-requisites -- Node 18+ -- NPM 9+ (`legacy-peer-deps` = false) +- Node 22+ - Yarn 4+ ### Installation
docs: update readme pre requisites
docs: update readme pre requisites
6fde7058851e34dedab6299311b3b73a59322d53
--- packages/allspark-foundation/src/Components/DynamicComponents.tsx @@ -241,10 +241,9 @@ export class DynamicComponent<Props = {}, ID extends string = string> { * @param id - The ID of the record to remove. */ public remove = (id: ID) => { - if (this._records.get(id)) { - this._records.delete(id); ...
fix: dynamic component list not always updating after record removal
fix: dynamic component list not always updating after record removal
b86dfd2fa14ac9556243447de1cc2a3f548017e5
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap @@ -35,7 +35,7 @@ exports[`SideMenuContent matches snapshot for undefined user info, and can imper }, ] } - loading={true} + loading={false} loadingText="menu.loadingText" locale="en-US" nam...
test case update
test case update (cherry picked from commit 3aa7a601c6405a6f6db8d580d00d840acac11174)
e78ab8baba322510839dc7a94c25bd4148efb742
--- package-lock.json @@ -3565,9 +3565,9 @@ "integrity": "sha512-PhbwXZYIduJImUrywvm+tqhFgV2qwNk2xhXjbaoBBOF8d0vHDjNElNEUvayM+9Nj25hFciAg/kYvFxXYpoelNQ==" }, "@walmart/shelfavailability-mini-app": { - "version": "0.3.97", - "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini...
update SA to v0.3.98
update SA to v0.3.98
c158e84a727d4aa1e02d5919cdbf96e9272e0d8c
--- targets/US/ios/Podfile.lock @@ -596,10 +596,10 @@ PODS: - abseil/base/base_internal - abseil/base/config - abseil/meta/type_traits - - Apollo (1.17.0): - - Apollo/Core (= 1.17.0) - - Apollo/Core (1.17.0) - - Apollo/SQLite (1.17.0): + - Apollo (1.15.3): + - Apollo/Core (= 1.15.3) + - Apollo...
chore: update pod
chore: update pod
282f50985d6d13f26437082a79db3494b13a81c6
--- .looper.multibranch.yml @@ -4,7 +4,7 @@ inherit: "job:///metropolis/metroloop/metroloop-parent" ## Whenever you update the nodes, please update it at the two-place, below line & the global variable LOOPER_NODES ## -node: ((osx||stable_osx||xcode12.5)&&!MAC-LAB-MINI36&&!MAC-LAB-MINI32&&!MAC-LAB-MINI07&&!MAC-DRFQ...
removing bad nodes
removing bad nodes
4d0bf2ae6e1ae22d9ff2ccf90eb6ea1fc15ad258
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -737,12 +737,7 @@ ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = "$(inherited)"; OTHER_CPLUSPLUSFLAGS = "$(inherited)"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-Wl", - "-ld_classic", - " ", - ); + OTHER_LDFLAGS = "$(inherited)"; REACT_N...
Update Pod file for the scanner
Update Pod file for the scanner
98413659338e23df61b37ac8cb4dcc97a836b1f5
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.31", + "version": "2.12.32", "main": "dist/index.js", "files": [ "dist" @@ -85,7 +85,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-foun...
Update roster version
Update roster version
f773438a5e6a5abf18ea5c2949cf320cebe97dea
--- __tests__/harness/redux/mockState/textingState.ts @@ -1 +1,9 @@ -export const textingState = {}; +export const textingState = { + unreadMessagesCount: 0, + unreadChannelsCount: 0, + uploadingBlob: false, + sasToken: 'fake-SAS-token', + isReceivingPTT: false, + blobContainer: '/path/to/blob', + localBlobStora...
adding mock texting state
adding mock texting state
a47c6f823461713cfb2375d44858a371b4fd1e5c
--- package.json @@ -162,7 +162,7 @@ "@walmart/sidekick-mini-app": "4.231.0", "@walmart/store-feature-orders": "1.34.7", "@walmart/talent-preboarding-mini-app": "1.0.48", - "@walmart/taskit-mini-app": "5.42.31", + "@walmart/taskit-mini-app": "5.42.33", "@walmart/time-clock-mini-app": "3.19.6",...
feat(fixing back button issue): fixing back issue
feat(fixing back button issue): fixing back issue
8f1d3fa4946d1845c28839f6211f4c21d731d30b
--- __tests__/managerExperience/components/FilterChip.test.tsx @@ -6,7 +6,7 @@ import {renderWithProviders} from '../../harness'; const defaultProps = { label: '9 Clocked in', isApplied: false, - handlePress: jest.fn(), + handleSelect: jest.fn(), }; describe('FilterChip', () => { @@ -26,13 +26,6 @@ describ...
feat: updated props and tests for filter chip
feat: updated props and tests for filter chip
d82be872a65230578bc8edc2d09f76ac7e621ae5
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/iteminfo-mini-app": "7.3.4", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "12.0.25", - "@walmart/metrics-mini-app": "0.13.10", + "@walmart/metrics-mini-app": "0.13.11", "@walmart/mod-flex-...
Bumping metrics version to 0.13.11
Bumping metrics version to 0.13.11
c6c8ba158719b3ca8da210e9a76a39c88a0560cc
--- packages/core-services-allspark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.5.0-alpha.0](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmar...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services-allspark@6.5.0-alpha.0 - @walmart/core-widget-registry@6.4.2-alpha.0 - @walmart/me-at-walmart-common@6.5.0-alpha.0 - @walmart/me-at-walmart-container@6.4.2-alpha.0
20b8f1ebdf9dcac006fcc17fb0231231b9340b83
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/wmconnect-mini-app", - "version": "3.2.0-alpha.2", + "version": "3.2.0-alpha.3", "main": "dist/index.js", "files": [ "dist",
feat(ui): updating wmconnect version
feat(ui): updating wmconnect version
f0361438439798349aa97ad83d231d5aeb68a758
--- jest.config.js @@ -6,7 +6,7 @@ module.exports = { global: { statements: 90, branches: 85, - functions: 85, + functions: 84, lines: 90, }, },
chore: temp lower coverage for build testing
chore: temp lower coverage for build testing
e2624592d35cce5b4e73ead69f78cc903bc7322c
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.12", + "version": "1.15.13", "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/red...
Update the version for roster
Update the version for roster
5ad069085153608668cf9147849692b9c405f1b4
--- .insights.yml @@ -0,0 +1,11 @@ +team: + - id: 3799 +product: + - {} +languages: + - JavaScript + - Android + - iOS + - Shell + - Ruby +ignoreNotify: true \ No newline at end of file
Chore/insights.yml (#25)
Chore/insights.yml (#25) * added insights.yml file * updated team id.
21e7c535625fdab4db8ab1d776fccc0414caee01
--- __tests__/managerExperience/components/RosterDetailPageHeader.test.tsx @@ -7,6 +7,7 @@ describe('RosterDetailPageHeader', () => { header: 'Entertainment', subText: 'See associates on your team', teamId: '123', + linkText: 'View other teams', handleNavigation: jest.fn(), }; @@ -16,6 +17,7...
fix: comment review
fix: comment review
7d94dd2551208482911dcb165720073ba3960ee5
--- package-lock.json @@ -67,7 +67,7 @@ "@walmart/mod-flex-mini-app": "1.10.4", "@walmart/moment-walmart": "1.0.4", "@walmart/onewalmart-miniapp": "1.0.16", - "@walmart/pay-stub-miniapp": "0.10.13", + "@walmart/pay-stub-miniapp": "0.10.14", "@walmart/payrollsolution_min...
bump version
bump version
524ece89aa559939b7a24cac05cd50996fe09764
--- package.json @@ -156,7 +156,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.421", "@walmart/sidekick-mini-app": "4.205.5", "@walmart/store-feature-orders": "1.34.3", - "@walmart/taskit-mini-app": "5.39.1", + "@walmart/taskit-mini-app": "5.40.9", "@walmart/time-clock-mini-app": "3.19.6", "@wa...
fix(notes): refrigeration alarm enabling in hamburger menu and bug fixes for drop 33 (#4491)
fix(notes): refrigeration alarm enabling in hamburger menu and bug fixes for drop 33 (#4491) * chore: bump taskit version TASKIT-6552 * chore: bump taskit version TASKIT-6698 * chore: bumped taskit version TASKIT-6752 * fix(notes): bumped taskit version TASKIT-6827 * fix(notes): bumped taskit version TASKI...
f1fbd055e1f8e38064dc32cb18cc99199475e3f5
--- README.md @@ -1,5 +1,61 @@ -### Packages +### Allspark Framework Packages -#### [@walmart/allspark-foundation]() +#### [@walmart/allspark-authentication](https://gecgithub01.walmart.com/allspark/allspark/tree/main/packages/allspark-authentication) -Foundational library for container/mini app architecture. +Defa...
Update README.md
Update README.md
0dca457ab3ba8151392d92a3f1219e4f1ea58eff
--- .looper.yml @@ -1,7 +1,7 @@ tools: nodejs: - 20.5.1 - sonarscanner: 4.6.2.2472 + sonarscanner: 5.0.1.3006 updateTaskStatusOnGit: true
fix(sonar): ALLSPARK-0000 fix sonar issue on CI (#322)
fix(sonar): ALLSPARK-0000 fix sonar issue on CI (#322) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
5df16fea9051a1da0ed179667addb07d006ebb77
--- scripts/updateAndroidProjectConfig.sh @@ -45,31 +45,52 @@ else fi ## Find and replace package name ######## +OS_TYPE=`uname` +if [[ "${OS_TYPE}" == "Darwin" ]]; then # for MacOS echo "Updating package name to ${PACKAGE} in ${APP_GRADLE}" -# sed -i.bak "s/${BETA_PACKAGE}|${PROD_PACKAGE}/${PACKAGE}/" ${APP_GRADL...
Changing method for running script
Changing method for running script
ae75175a1c14d8f67d5b58152c7caf039ae76456
--- __tests__/components/__snapshots__/RosterDetailPageHeader.test.tsx.snap @@ -107,10 +107,9 @@ exports[`RosterDetailPageHeader renders the header and subText correctly 1`] = ` </View> <View> <Image - placeholder="KXR:A^%h.AbIj?j??aM|M{" source={ { - "uri": "https://i5-me.walma...
feat(ui): skipping some tests
feat(ui): skipping some tests
613fe17e72f08cdcb56f1c2e9e8fc16fe37c1808
--- assets/sounds/calling/busy_tone.wav --- assets/sounds/calling/call_waiting.wav --- assets/sounds/calling/fast_busy.mp3 --- plugins/withSounds.ts @@ -96,28 +96,34 @@ export function setNotificationSoundsAndroid( type Props = { sounds: string[]; + android?: boolean; + ios?: boolean; }; export const ...
fix: calling sounds incorrectly named. sounds plugin could not configure platform which was calling requirement
fix: calling sounds incorrectly named. sounds plugin could not configure platform which was calling requirement
a7fdd4586712d5258a0f4b1fee524369e23f41f4
--- package-lock.json @@ -4400,9 +4400,9 @@ } }, "@walmart/refrigeration-alarms-mini-app": { - "version": "1.24.0", - "resolved": "https://npme.walmart.com/@walmart/refrigeration-alarms-mini-app/-/refrigeration-alarms-mini-app-1.24.0.tgz", - "integrity": "sha512-Db5z2pUvwkDxorZeEKYGqV4Wr...
version bump for logging and navigation changes
version bump for logging and navigation changes
d00acbfe5f10c8308ded893dd20cb6351e46b7d7
--- __tests__/harness/athenaQueries/getDailyRoster.ts @@ -1,4 +1,7 @@ -import {GetDailyRosterDocument} from '../../../src/queries/getDailyRoster'; +import { + GetDailyRosterDocument, + GetDailyRosterQuery, +} from '../../../src/queries/getDailyRoster'; import moment from 'moment-timezone'; const currentDay = mome...
updating test cases
updating test cases
ad1d4964d614fe79ef659beb1f59058cc5f2e77a
--- __tests__/__mocks__/@walmart/ui-components.js @@ -20,4 +20,5 @@ module.exports = { ConnectivityBanner: 'ConnectivityBanner', FontIcon: 'FontIcon', DataSaverCard: 'DataSaverCard', + SensitiveViewOverlay: 'SensitiveViewOverlay', }; --- __tests__/navigation/AssociateHallwayNav/Tabs/MeStackNavTest.tsx @@ -...
unit test
unit test
27fe817965434dabb940af6dc439194b58575363
--- targets/US/ios/Podfile.lock @@ -1929,7 +1929,7 @@ PODS: - React-Core - react-native-safe-area-context (4.10.8): - React-Core - - react-native-scanner-3.0 (0.9.1): + - react-native-scanner-3.0 (0.9.2): - Firebase/Analytics - React - ScanditBarcodeCapture (= 6.25.5) @@ -2853,7 +2853,7 @@...
Update @walmart/react-native-scanner to 0.9.2
Update @walmart/react-native-scanner to 0.9.2
599b04d564bb89306937f006279f29b9cc32ca5a
--- android/app/build.gradle @@ -154,7 +154,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 898 - versionName "1.8.7" + versionName "1.8.15" } splits { abi { --- ios/AllSpark/Info.plist...
Version bump to 1.8.15 for drop8.3
Version bump to 1.8.15 for drop8.3
5f689494fc7f5e77dbc3514a254e0bbdb09d2c7d
--- src/components/StatusChip.tsx @@ -53,13 +53,6 @@ export const StatusChip = (props: { }; } - if (associateIsNotScheduled(associate)) { - return { - text: t('rosterScreen.statusChips.notScheduled'), - color: 'gray', - }; - } - return null; }; --- src/utils/user....
updating status chips
updating status chips