commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
3fa30d7a424caf386f2c57f99b6b548f7ce2a111
--- packages/me-at-walmart-container/src/translations/index.ts @@ -7,4 +7,16 @@ export const MeAtWalmartTranslationConfig: TranslationClientOptions = { defaultNS: 'container', compatibilityJSON: 'v3', supportedLngs: ['en-US', 'es-MX'], + localeConfig: { + 'en-US': { + currency: '$', + dateFormat:...
chore: add locale configuration
chore: add locale configuration
d2c85a64695a9e1c289e5ec3179d682909a510f5
--- src/channels/components/ChannelRow.tsx @@ -20,6 +20,9 @@ import Animated, {FadeIn} from 'react-native-reanimated'; import {useChannelDetails} from '../hooks'; import {TextingNavParamsMap} from '../../navigation/types'; import {PresenceIndicator} from '../../presence/components/PresenceIndicator'; +import {decryp...
adding these changes to the messages screen
adding these changes to the messages screen
2a0d4658c299d83614bf57331df7a96740a412d9
--- package-lock.json @@ -5660,9 +5660,9 @@ } }, "node_modules/@walmart/profile-feature-app": { - "version": "0.252.0", - "resolved": "https://npme.walmart.com/@walmart/profile-feature-app/-/profile-feature-app-0.252.0.tgz", - "integrity": "sha512-r6Vb3gLbfRtR6kqBUE5K9TKEo6p8znrOYxGmEqeY...
fix packagelock after merge of profile-feature-app
fix packagelock after merge of profile-feature-app
c267beb5f350c6f803d4e75c73692911661f6780
--- .looper.multibranch.yml @@ -24,7 +24,7 @@ envs: ANDROID_BASE_PATH: targets/US/android branches: - - spec: feature/drop23 + - spec: feature/drop24 triggers: - manual: name: Publish Packages (Pre-Release)
chore: looper fix
chore: looper fix
ac244409f458007185692f8541408581ec138eb5
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.1-beta.18", + "version": "1.0.1-beta.19", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts", --- packages/allspark-foundation-hub/src/HubFeature/Store/t...
Update the translation for hubs
Update the translation for hubs
ac941bd7ab45c40b982ab8a8ba81802913e51355
--- core/src/features/receiving.tsx @@ -2,9 +2,9 @@ import React from 'react'; import {AllsparkFeatureModule} from '@walmart/allspark-foundation'; import { FeatureTags, - // HomeDashboardContainer, + HomeDashboardContainer, HomeWidgetProps, - // withRefreshKey, + withRefreshKey, } from '@walmart/me-at-walm...
chore: enable receiving home card, fix feature setup
chore: enable receiving home card, fix feature setup
ea245855695579fc461e8a12248fa6e1597b11fd
--- package.json @@ -126,7 +126,7 @@ "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-geolocation": "1.2.0", "@walmart/metrics-mini-app": "1.29.15", - "@walmart/mod-flex-mini-app": "1.30.2", + "@walmart/mod-flex-mini-app": "1.30.3", "@walmart/moment-walmart": "1.0.4",...
fix(mod-flex-mini-app): INNODELOC-17003 Update clearance price type code (#4842)
fix(mod-flex-mini-app): INNODELOC-17003 Update clearance price type code (#4842)
3da70dc3454b19f734093d42d6d62768519f895d
--- packages/allspark-foundation/__tests__/Navigation/client.test.tsx @@ -312,6 +312,16 @@ describe('NavigationClient', () => { navigationClient.setNavigationResolvers(mockResolvers); expect((navigationClient as any)._navigationResolverMap).toBe(mockResolvers); }); + it('return undefined for a non-existen...
code cleanup
code cleanup
ef073e6cd285e27cf8dbb5a77f27ff0af3dedacc
--- package.json @@ -148,7 +148,7 @@ "@walmart/sidekick-mini-app": "4.67.15", "@walmart/store-feature-orders": "1.26.12", "@walmart/taskit-mini-app": "3.3.0", - "@walmart/time-clock-mini-app": "2.395.0", + "@walmart/time-clock-mini-app": "2.400.0", "@walmart/topstock-mini-app": "1.15.20", ...
Update TCMA to 2.400.0
Update TCMA to 2.400.0
1ad3b77ca0c4096f5454d153a79ae9fc6bfd340f
--- package-lock.json @@ -2976,35 +2976,53 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.1.9", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.1.9.tgz", - "integrity": "sha512-AYYYVgd7XWWYIkcC3C/7I1uenK3RDZvZhSSb7vL0q54fEU...
Theme fix. Ask Sam, Me, Home version bump (#303)
Theme fix. Ask Sam, Me, Home version bump (#303) Co-authored-by: rlane1 <rlane1@walmart.com>
bc4689cb94a12d5206df78fbacca9bbe30f3fa76
--- __tests__/components/EmptyChannelsTest.tsx @@ -5,10 +5,6 @@ import {appConfigState} from '../harness/redux/mockState/appConfigState'; import * as Linking from 'react-native/Libraries/Linking/Linking'; import {navigate} from '@walmart/react-native-shared-navigation'; -jest.mock('@walmart/react-native-shared-navi...
Moving navigation mock to setup
Moving navigation mock to setup
a83f5137ef262d632f13dbe900e8fb3ef801e2e4
--- src/screens/SearchScreen.tsx @@ -101,21 +101,27 @@ export const SearchField: React.FC<SearchFieldProps> = ({navigation}) => { }; export const SearchScreen: React.FC<SearchScreenProps> = ({route}) => { - const {searchInput} = route?.params; const [associates, setAssociates] = useState([]); useEffect...
fixing contains match
fixing contains match
9711f16db44614cf27f7b914c58bd08a24537be7
--- src/containers/UserHeader.tsx @@ -14,6 +14,7 @@ import {goOfflineForUser, goOnlineForUser} from '../presence/service'; import {getEncryptedUserId} from '../redux/selectors'; import {useTranslation} from 'react-i18next'; import {TEXTING_I18N_NAMESPACE} from '../translations'; +import {doNotDisturbRef} from '../no...
respecting the do not disturb setting for notifications
respecting the do not disturb setting for notifications
fb9f1edf90c3dd6d233eb2f10088d934a78da936
--- package-lock.json @@ -5552,9 +5552,9 @@ "integrity": "sha512-3SoyGLVpJ2hRSUlEmQ1Ro29AUcdagZb8WzqMJDpMgM6PqZU0+btV36GuRb/VCOccii16ONBXrQKCfWqsZmHLYw==" }, "@walmart/time-clock-mini-app": { - "version": "0.13.3", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl...
chore: bump up time clock version to 0.13.4
chore: bump up time clock version to 0.13.4
e400f4b0559dcf25c90259b5e187f12026ffe322
--- packages/allspark-app-auth/package.json @@ -19,23 +19,23 @@ }, "author": "", "license": "ISC", - "peerDependencies": { + "dependencies": { "@react-native-community/async-storage": "~1.12.1", - "@walmart/allspark-foundation": ">=2.0.1", "@walmart/react-native-encrypted-storage": "~1.1.12", - ...
chore: update dependencies. mark incomplete packages as private
chore: update dependencies. mark incomplete packages as private
5c9512f7903d0ed010a3291589b6a9db7998101e
--- __tests__/home/components/GreetingRowV2/BaseGreetingV2Test.tsx @@ -204,12 +204,12 @@ describe('BaseGreetingV2 clock status tests', () => { expect(clockedOutIcon.length).toBeGreaterThan(0); }); - it('shows clocked in icon when on meal (not clocked out)', () => { + it('shows clocked out icon when on meal'...
fix(GTA-167682): The Meal Start shows green dot (#5220)
fix(GTA-167682): The Meal Start shows green dot (#5220) Co-authored-by: Cal Wilson <Cal.Wilson@walmart.com>
80f7d9ff7efb3d4cfbf72561d87e33a44e66dd63
--- android/app/src/main/res/layout/launch_screen.xml @@ -8,7 +8,8 @@ <ImageView android:layout_width="match_parent" android:layout_height="match_parent" - android:scaleType="center" + android:scaleType="fitCenter" + android:adjustViewBounds="true" ...
fix splash border (#116)
fix splash border (#116)
a4db729f4278cdb077e2108d0bb8f973882760f4
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.47.0", + "version": "1.48.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/redux...
Update the my team
Update the my team
39ffddb92ef1c67a001eed87a7a556307330ebe2
--- packages/allspark-foundation/__tests__/Config/sagas.test.ts @@ -0,0 +1,82 @@ +import { select, take, takeLatest } from 'redux-saga/effects'; +import { ConfigActionTypes, ConfigActionCreators } from '../../src/Config/redux'; +import { ConfigSelectors } from '../../src/Config/selectors'; +import { onInit, onFetch, wa...
added unit test for config sagas
added unit test for config sagas
301434ee039faabadbee94dc3617aee0baadf476
--- src/components/JobTypeAccessRestricted.tsx @@ -39,11 +39,18 @@ export const JobTypeAccessRestricted: React.FC< </Body> {/* TESTING ONLY: Override toggle - REMOVE FOR PRODUCTION */} - <View style={styles.testingControls}> - <Text style={styles.testingText}>Testing: Override job type</Text...
feat(ui): add accessibility tags #SMDV-8176
feat(ui): add accessibility tags #SMDV-8176
5aa74164380975db434976677a76686a07054096
--- __tests__/screens/RosterScreen/RosterScreenTest.tsx @@ -14,8 +14,9 @@ describe('RosterScreen', () => { it('should render the loading state', () => { //TODO: Create assertions for the loading state - const rosterScreenLoading = renderWithProviders(<RosterScreen navigation={mockNavigation} />); - + co...
update formatting
update formatting
488e2355bf083d667a74a5fb10f7ce1afa315cd3
--- android/app/build.gradle @@ -437,3 +437,4 @@ configurations.implementation.exclude(group: 'com.google.firebase', module: 'pro configurations.implementation.exclude(group: 'com.google.protobuf', module: 'protobuf-javalite') configurations.implementation.exclude(group: 'com.google.protobuf', module: 'protobuf-lite'...
Added okio module in exclude to avoid duplicate class problem
Added okio module in exclude to avoid duplicate class problem
4a6f76a0d49956fbf2d8867f0da9d2c93c606829
--- __tests__/managerExperience/screens/AllTeamsScreen.test.tsx @@ -33,7 +33,7 @@ describe('AllTeamsScreen', () => { }); - it('renders DC section list when siteIsDC is true', () => { + it('renders DC teams list when siteIsDC is true', () => { // Mock the useSelector to return true for siteIsDC (useSe...
small changes
small changes
6863fdaf4db5680ab21696e6bd007119fcf574cf
--- package-lock.json @@ -4248,9 +4248,9 @@ } }, "@walmart/impersonation-mini-app": { - "version": "1.0.24", - "resolved": "https://npme.walmart.com/@walmart/impersonation-mini-app/-/impersonation-mini-app-1.0.24.tgz", - "integrity": "sha512-YI7uRzEn+/zFdSIeJHozor94HAtCtiMJFpii9NGPuWdXsW...
impersonation version bump
impersonation version bump
1c0ef91e4c665db6e10dfe9e723c31ed411ff4bd
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.6", + "version": "2.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/texting-mini-app", - "version": "2.0.6", + "version": "2.0.10", "hasInstal...
self chip shown differently fix: mock data needs fixing: all data does not have associate id
self chip shown differently fix: mock data needs fixing: all data does not have associate id
fea7506f7592f846dfed1f8a59fb28a929e62227
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 65 + versionCode 66 versionName "1.0.5" } sp...
Incrementing build number
Incrementing build number
d300f718b37b951a1be7f633afb348aa864882c0
--- .looper.multibranch.yml @@ -73,6 +73,8 @@ envs: APP_TITLE: "AllSpark-Core" SLACK_WEBHOOK: "https://hooks.slack.com/services/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" + BASE_PROXIMITY_RELEASE_URL: "https://repository.walmart.com/content/repositories/labs_releases" + ## os's ios: ...
updating looper multibranch file (#532)
updating looper multibranch file (#532) Co-authored-by: Hitesh Arora <>
2c4cb4050b7f3fd979e97ef6a13ee4eaa7ca1178
--- README.md @@ -3,6 +3,9 @@ This is a template for creating a feature app in typescript. ## Getting started +- npm install on node version 16.17.0 +- cd ios & pod install +- run project in iOS or Android ### Pre-requisites --- README.md @@ -3,6 +3,9 @@ This is a template for creating a feature app in type...
updating readme
updating readme
52fae0dc94c7e091bdd9e49f78e24fd7d2fd3347
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.42.0", + "version": "2.43.0", "main": "dist/index.js", "files": [ "dist" --- src/navigation/index.tsx @@ -1,36 +1,6 @@ -// import React from 'react'; import {createStackNavigator} from '@react-navigation/stack'; ...
Update the roster navigation
Update the roster navigation
2c002d56c0c2271028cacedf4ddad94ebdc57d57
--- ios/Podfile.lock @@ -1615,7 +1615,7 @@ SPEC REPOS: "git@gecgithub01.walmart.com:ssaeSCTP/CocoaPodSpecs.git": - StructuredLogAssistantIOS - SumoSDK - https://github.com/CocoaPods/Specs.git: + https://github.com/CocoaPods/Specs: - abseil - Apollo - AppAuth @@ -2044,4 +2044,4 @@ SPEC CHEC...
feature: tcma aversion upgrade
feature: tcma aversion upgrade
c82f1585f72376005c5f13f39d1f730bad263fb3
--- __tests__/communications/oneToOneChatTest.tsx @@ -36,19 +36,12 @@ describe('One to One Chat', () => { firestore, 'STORE_100', ); + const presenceContext = await createMockPresenceContext(firestore, 'STORE_100'); const messagesScreen = renderWithProviders( <MessagesScreen navigation...
add mock presence context to harness
add mock presence context to harness
fbdbcafcd2794ca0ff6a0b937ece9550c7d1a1fc
--- __tests__/__mocks__/@walmart/allspark-foundation.js @@ -1,3 +1,5 @@ +import {enUS} from '../../../src/translations/en-US'; + export const mockLogger = { debug: jest.fn(), error: jest.fn(), @@ -15,6 +17,24 @@ export const mockStorage = { remove: jest.fn(), }; +export const mockHttpClient = { + get: jes...
Remove unnecessary code
Remove unnecessary code
6ceb4fd873db32cd1f763c9968d5a1ac7f5a7e5e
--- src/navigation/USHallway/AssociateHallwayNav/SideMenuContent.tsx @@ -120,12 +120,21 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps> = ( return; } } - setImmediate(() => - // Look to rename mapping for new route name, if none found, use route name - navigation...
refactor(ui): ALLSPARK-5876 setTimeout workaround for side nav (#4087)
refactor(ui): ALLSPARK-5876 setTimeout workaround for side nav (#4087) Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@walmart.com>
0fa3524f51fe2e5708dbe43cf497c177a201c7ff
--- package-lock.json @@ -3727,7 +3727,7 @@ "md5": "^2.2.1", "node-fetch": "^2.6.1", "remove-trailing-slash": "^0.1.0", - "uuid": "^8.3.2" + "uuid": "^3.3.2" }, "engines": { "node": ">=12" @@ -9513,7 +9513,7 @@ "version": "1.0.2", "license": ...
package version update in lock file
package version update in lock file
2dedca7e3afeca88dadc7d533014e7a9dde865ea
--- .looper-pr.yml @@ -30,3 +30,4 @@ envs: MONO_REPO_BASE_BRANCH: develop AUTHOR: temp SLACK_CHANNEL: "smdv-miniapp" +
feat(ui): dummy commit
feat(ui): dummy commit
348324d1f6be6ea83c3bbcffdf762772cb153373
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 0C19CC4426FB85E2006F71DE /* libresolv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C19CC4326FB85CA006F71DE /* libresolv.tbd */; }; 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa =...
GTA Drop 4 features
GTA Drop 4 features
3425123cb75b73d598bec5f064c9682766caf4be
--- package-lock.json @@ -3333,9 +3333,9 @@ "integrity": "sha512-OuO9F2DDQBr/ivDBF96dTCCK7x3pHEpPLIOLulDWDZ3szQrVp+yi7sgJMeZ4vMRIzR4FIudtBlJio5/0O7dG4w==" }, "@walmart/counts-component-miniapp": { - "version": "0.0.21", - "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp...
Bump version
Bump version
0c3c8ca6132e73b4bf18b7c714de874193694f84
--- package.json @@ -101,7 +101,7 @@ "@walmart/digital-locks-mini-app": "1.1.9-rc.3", "@walmart/emergency-mini-app": "1.31.4", "@walmart/exception-mini-app": "1.8.13", - "@walmart/expo-config-plugins": "^0.1.6", + "@walmart/expo-config-plugins": "^0.1.7", "@walmart/facilities-management-miniap...
fix(config): ALLSPARK-5877 ALLSPARK-5877 bump expo-config-plugins
fix(config): ALLSPARK-5877 ALLSPARK-5877 bump expo-config-plugins
20c9f0e46003686c01165c0c4a19149536ae824f
--- packages/allspark-foundation/src/Navigation/components/DrawerButton.tsx @@ -56,7 +56,10 @@ export const DrawerButton = (props: DrawerButtonProps) => { onPress={toggleDrawer} disabled={drawer.locked} UNSAFE_style={style} - accessibilityLabel={t('menu.drawerButton')} + accessi...
fix: modifications to accessibilityLabel
fix: modifications to accessibilityLabel
4f141ce5b77d2711817aa78f29cfda0ecf1b63c7
--- docs/docs/components/hub framework/examples-tutorials/_category_.json @@ -1,6 +1,6 @@ { "label": "Tutorials & Examples", - "position": 7, + "position": 10, "link": { "type": "generated-index", "description": "Tutorials and examples" --- docs/docs/components/hub framework/hub-intro.md @@ -100,6 ...
Update the components for doc
Update the components for doc
0d2c00cf9cdb24f35343c87353384631f7a1f5c9
--- package.json @@ -176,7 +176,7 @@ "@walmart/talent-performance-mini-app": "1.2.7", "@walmart/talent-preboarding-mini-app": "1.0.63", "@walmart/talent-preboarding-shared-utils": "^0.1.114", - "@walmart/taskit-mini-app": "5.52.7", + "@walmart/taskit-mini-app": "5.52.10", "@walmart/time-clock-...
fix(notes): taskit mini app my walmart 2.0 bug fixes TASKIT-8142 (#5323)
fix(notes): taskit mini app my walmart 2.0 bug fixes TASKIT-8142 (#5323) Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com>
cf63302f182bff8e9038ddfde4d0b0a243f92b3a
--- package.json @@ -84,7 +84,7 @@ "@walmart/core-widget-registry": "0.3.2", "@walmart/counts-component-miniapp": "0.0.35", "@walmart/exception-mini-app": "0.42.1", - "@walmart/facilities-management-miniapp": "0.0.7", + "@walmart/facilities-management-miniapp": "0.0.12", "@walmart/feedback-all...
facility management miniapp drop8 bugfix
facility management miniapp drop8 bugfix
daefc9272bd1b891c16c12d3e4cf336856c70fea
--- __tests__/banners/BannersTest.tsx @@ -66,7 +66,7 @@ describe('updateChangeStoreBanner', () => { expect(AllsparkBanners.add).toHaveBeenCalled(); expect(AllsparkBanners.remove).not.toHaveBeenCalled(); }); - it('removes banner if there is mismatch', () => { + it('removes banner if there is no mismatch'...
update test description
update test description
d78cafab8f43e0f2a0bd9853ad238265390d1e5d
--- packages/allspark-foundation/src/Components/Hub/TeamSwitcher/index.tsx @@ -72,9 +72,9 @@ export const TeamSwitcher = ({ teamData = [] }: TeamSwitcherProps) => { keyExtractor={keyExtractor} horizontal={true} showsHorizontalScrollIndicator={false} - contentContainerStyle={styles.flat...
test(ui): flashlist tests update
test(ui): flashlist tests update
588793bd8ae06c0138739b7c88d57918f0a495e1
--- sr.yaml @@ -6,7 +6,7 @@ applications: - name: celebration-mini-app key: CELEBRATION-MINI-APP description: MyWalmart 2.0 Celebrations Mini App - organization: GeC + apmId: APM0006008 teamRostersProductId: 1824 companyCatalog: true businessCriticality: MINOR
feat(ui): update sr yaml for celebrations
feat(ui): update sr yaml for celebrations
b07f919511e47b51ccd11f969f1756ae35403aeb
--- targets/US/package.json @@ -149,7 +149,7 @@ "@walmart/store-feature-orders": "1.27.1", "@walmart/taskit-mini-app": "4.25.8", "@walmart/time-clock-mini-app": "2.448.1", - "@walmart/time-clock-mini-app-next": "2.807.0", + "@walmart/time-clock-mini-app-next": "2.808.0", "@walmart/topstock-min...
chore: update time clock next package
chore: update time clock next package
27f9785545e2c2f612a93c22d645b33683f795ba
--- __tests__/services/blob.test.ts @@ -199,13 +199,6 @@ describe('downloadBlobWithRetry', () => { describe('fetchResource', () => { beforeEach(() => { jest.resetModules(); - jest.mock('@walmart/redux-store', () => ({ - getStore: jest.fn().mockReturnValue({ - getState: jest - .fn() - ...
Adding blob-test changes
Adding blob-test changes
f8fac4773564a918f878abe20d8ec80b2d00511f
--- ios/Podfile.lock @@ -763,7 +763,7 @@ PODS: - React - React-callinvoker - React-Core - - vizpick-mini-app (1.0.6): + - vizpick-mini-app (1.0.9-306-9ebb142): - React - walmart-react-native-sumo-sdk (2.5.1): - React @@ -1302,7 +1302,7 @@ SPEC CHECKSUMS: TextServiceProto: 8af27cc52ab342...
fix(bug): fix camera pause issue VS-2376
fix(bug): fix camera pause issue VS-2376
3dc10d760ea184459963ff86ffab440a63c7ddfe
--- packages/allspark-foundation-hub/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.25.6](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.16.4 - @walmart/allspark-foundation-hub@1.25.6 - @walmart/ax-components@1.2.6 - @walmart/me-at-walmart-athena-queries@6.38.1 - @walmart/my-walmart-hub@1.6.3
543aad80c01086dc5e41ad0f6e94d37d0e2673af
--- packages/allspark-foundation/src/Navigation/client.tsx @@ -143,6 +143,10 @@ export class NavigationClient { if (config.modals) { this._updateModalState(); } + + if (config.resolvers) { + this.setNavigationResolvers(config.resolvers); + } } /** --- packages/allspark-foundation/s...
feat: add navigation resolvers as optional param in client config
feat: add navigation resolvers as optional param in client config
475f70617953e66454ed1c5a7d29dd4258ae74df
--- src/presence/provider.tsx @@ -63,7 +63,7 @@ export const PresenceProvider = (props: PropsWithChildren<{}>) => { .get(); const presence = doc.data() as UserPresence; - if (presence.state !== presenceById[id]?.state) { + if (presence?.state !== presenceById[id]?.state) { setPresen...
fix: undefiend presence fix and empty list component style change
fix: undefiend presence fix and empty list component style change
d0f50b41cb40bd1891233d3bd6de88ca0a03ddd0
--- package-lock.json @@ -5161,9 +5161,9 @@ "integrity": "sha512-O5l53Fi6FNLiIlMZipiqluRBN1/xNPKILeNoLFlgyG0sCLjaxK0td+u8m0Qb0QvS+UCT4A0hp6VOaXzL9ErqBg==" }, "@walmart/functional-components": { - "version": "2.0.3", - "resolved": "https://npme.walmart.com/@walmart/functional-components/-/func...
bumping function components
bumping function components
930bbcab3d666d6b697f80836f0d9c4c65929e18
--- __tests__/redux/utilsTest.ts @@ -59,9 +59,9 @@ describe('utils', () => { expect(TaskMap[mySliceName].cancel).toHaveBeenCalled(); }); - it('adds sagas if task is cancelled', () => { + it('adds sagas if task is not running', () => { TaskMap[mySliceName] = mockTask; - (mockTask.isRunnin...
bump core services for user clear fix. fix saga cleanup logic
bump core services for user clear fix. fix saga cleanup logic
b213eea0b1151ba3f5753d53a2502bfe8a3d3b66
--- __tests__/notification/notification-test.ts @@ -92,9 +92,9 @@ describe('goToMessageScreenForChannel', () => { (NavigationModule.manager.getCurrentRouteName as jest.Mock).mockReturnValue( 'SomeOtherScreen', ); - + goToMessageScreenForChannel('100', 'test-channel'); - + expect(Navig...
feat(ui): update wm connect version and fix lint errors
feat(ui): update wm connect version and fix lint errors
79a632d234522eda402e95e2fd60ebaa50fcf738
--- package.json @@ -95,7 +95,7 @@ "@walmart/associate-exp-hub-hub": "2.21.7", "@walmart/associate-exp-hub-team-switcher": "2.26.2", "@walmart/associate-listening-mini-app": "2.0.37", - "@walmart/attendance-mini-app": "3.184.0", + "@walmart/attendance-mini-app": "3.187.0", "@walmart/avp-featur...
fix(file): OPIF-306123 fab placement and missing translation fix (#5456)
fix(file): OPIF-306123 fab placement and missing translation fix (#5456)
cc642bd24f88f3fc3603f7d485e4cce387110414
--- package-lock.json @@ -4137,9 +4137,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.5.28", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.28.tgz", - "integrity": "sha512-ztCvlnuB354Fra0X4CmiHCWIVryY0/xjxa98wEskv88Bs6...
n-transit for metrics
n-transit for metrics
2db783a3ccae10df40253a0bde7b705e7be23c4f
--- packages/core-widget-registry/src/Sidekick.ts @@ -0,0 +1,61 @@ +import { ComponentType } from 'react'; +import MeAtCommon, { SidekickContainer } from '@walmart/me-at-walmart-common'; + +/** + * @deprecated moved to "@walmart/me-at-walmart-common" + * @example + * import {PayloadType} from '@walmart/me-at-walmart-co...
feat: add sidekick component container
feat: add sidekick component container
95f7a646721a58b094ae4439d1559c00c886376d
--- __tests__/hooks/useDailyRoster.test.ts @@ -20,7 +20,7 @@ describe('useDailyRoster', () => { await finishPendingRequests(); }); - expect(result.current.called).toBeTruthy(); + expect(result.current.called).toEqual(false); //Todo: fix the test expect(result.current.data).toBeDefined(); e...
Update tests
Update tests
264efc22632d72bbf05d9627c78a701aab3c6c3a
--- package.json @@ -115,7 +115,7 @@ "@walmart/gtp-shared-components": "2.2.7", "@walmart/ims-print-services-ui": "2.23.0", "@walmart/inbox-mini-app": "0.104.1", - "@walmart/invue-react-native-sdk": "0.1.26-alpha.12", + "@walmart/invue-react-native-sdk": "0.1.26-alpha.14", "@walmart/iteminfo-m...
fix(digitalkey): Port Digital Key Drop 33 hotfix to Drop 34 (#4797)
fix(digitalkey): Port Digital Key Drop 33 hotfix to Drop 34 (#4797) Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>
4b598bd75e2989b6afdc97e6243cb001fd0557c3
--- package.json @@ -85,7 +85,7 @@ "@walmart/expo-config-plugins": "0.7.0", "@walmart/gtp-shared-components": "2.3.0-rc.0", "@walmart/gtp-shared-components-3": "npm:@walmart/gtp-shared-components@3.0.0-beta.7", - "@walmart/me-at-walmart-athena-queries": "6.26.1", + "@walmart/me-at-walmart-athena-qu...
feat(ui): update package versions
feat(ui): update package versions
f999a00cb70fc2aea14cca2524d3ba20a16e764c
--- src/components/Roster/AssociateListItem.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import {AssociateRosterItem} from './types'; +import {AssociateRosterItem, RosterActionButton} from './types'; import { Body, Button, @@ -15,22 +15,25 @@ import {useRbacConfigWithJobCode, useUserIsInRoster} from '../../h...
integrate actions button feature
integrate actions button feature
ee1576f9e4174fc3c0c195106a7f7279d0e2f44d
--- package-lock.json @@ -5310,9 +5310,9 @@ } }, "@walmart/payrollsolution_miniapp": { - "version": "0.125.7", - "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.125.7.tgz", - "integrity": "sha512-I7jCVzSSIDOo2stsQz0uF8c1GsvSUk14FsfFvC8tO...
bump version
bump version
286380be201cf875c99aac5741ce001741624586
--- package-lock.json @@ -3401,11 +3401,6 @@ "reselect": "^4.0.0" }, "dependencies": { - "@walmart/react-native-env": { - "version": "0.1.0", - "resolved": "https://npme.walmart.com/@walmart/react-native-env/-/react-native-env-0.1.0.tgz", - "integrity": "sha512-o...
remove react-native-env from package lock
remove react-native-env from package lock
5886793f15c184bff15a362ef5bdbe642e8915bb
--- src/index.tsx @@ -14,9 +14,13 @@ import {SafeAreaProvider} from 'react-native-safe-area-context'; import {analytics} from './logger/Analytics'; import {logger} from './logger/Logger'; import firestore from '@react-native-firebase/firestore'; +import { reducerManager } from "@walmart/redux-store"; +import { roste...
redux refactor
redux refactor
3a074138aff05a6eb9cc07a0f5b368136d8a1a27
--- package.json @@ -83,7 +83,7 @@ "@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", "@walmart/allspark-authentication": "7.1.4", "@walmart/allspark-cope-key-listener": "0...
chore(sync): update foundation to latest version (#5421)
chore(sync): update foundation to latest version (#5421) Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com>
1b45691ab3087851b3dc4c1f43291e44ec81158e
--- targets/US/package.json @@ -106,7 +106,7 @@ "@walmart/feedback-all-spark-miniapp": "0.9.72", "@walmart/financial-wellbeing-feature-app": "1.29.2", "@walmart/functional-components": "~6.3.28", - "@walmart/global-vpi-mini-app": "1.1.13", + "@walmart/global-vpi-mini-app": "1.1.14", "@walmart/...
feat: upgrade version global vpi 1.1.14
feat: upgrade version global vpi 1.1.14
45220fac3dda8093d2f1a1bd3762d2d331327f8a
--- __tests__/components/__snapshots__/SearchHeaderTest.tsx.snap @@ -81,7 +81,7 @@ exports[`SearchHeader tests should render SearchHeader 1`] = ` <TextInput autoFocus={true} onChangeText={[Function]} - placeholder="Search people or roles" + placeholder="searchScreen.searchInputPlaceholder" style...
Update roster mini app
Update roster mini app
c60d1e7670e0e5c757e2dc8543fa254fff7f6d65
--- docs/docs/components/allspark foundation/core/foundation-version-compatibility.md @@ -6,6 +6,8 @@ custom_edit_url: null # Version Compatibility +*Last updated: September 2, 2024* + ## Allspark Libraries | Foundation | allspark-authentication | allspark-utils --- docs/docs/components/allspark foundation/...
Migration docs updates.
Migration docs updates.
03e5da0d81c3dc331eedd7ebb22a25d90991162f
--- packages/core-services-allspark/src/user/transforms.ts @@ -164,6 +164,9 @@ export const kGraphUserToReduxUser = ( birthday: associate?.associatePreferences?.meAtWalmartPreferences ?.displayPreferences?.birthday, + anniversary: + associate?.associatePreferences?.meAtWalmartPref...
fix(user): add anniversary in transform.ts
fix(user): add anniversary in transform.ts
740c0d01135be14bad0ed289e73297653a6cf41c
--- package.json @@ -109,7 +109,7 @@ "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.2.1", "@walmart/impersonation-mini-app": "1.20.8", - "@walmart/ims-print-services-ui": "2.11.1", + "@walmart/ims-print-services-ui": "2.11.3", "@walmart/inbox-mini-app": "0...
Bump print UI version for drop 22
Bump print UI version for drop 22
1742ca194163dc9d89f6360695b93c67118b64e4
--- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ActionButtonGroup.test.tsx @@ -3,47 +3,47 @@ import { fireEvent, render, } from '@walmart/allspark-foundation/__tests__/utils'; -import { ActionButtonGroup } from '@walmart/allspark-foundation-hub/src/HubFeature/SupplyChain'; +import { ActionB...
feat: moved component and updated naming
feat: moved component and updated naming
c1ee665d32a347465f0594c5462d233e8ccfcc36
--- src/auth/ErrorScreen.tsx @@ -114,11 +114,6 @@ export const ErrorScreen: FC<any> = (props) => { styles.userIdInput, !userIdValid && styles.errorBorder, ]}> - {!!userId && ( - <Text style={styles.legend}> - {translate('ssoEr...
remove legend class field indicator text
remove legend class field indicator text
c158f5ffef64f6dc1587e9d81c0ada34d28c8e65
--- __tests__/setup.js @@ -10,6 +10,7 @@ NativeModules.RNDeviceInfo = {}; NativeModules.RNPermissionsModule = {}; NativeModules.RNCAsyncStorage = {}; NativeModules.RNEncryptedStorage = {}; +NativeModules.ExitApp = {exitApp: jest.fn()}; // Default platform for tests. Can override in individual tests. Platform.OS ...
refactor(dev-menu): ALLSPARK-6866 add exit app and remove dev settings (#4820)
refactor(dev-menu): ALLSPARK-6866 add exit app and remove dev settings (#4820)
91e17cd1e087182ae2f4096a2bdd34f35cfb399a
--- packages/tsconfig.json @@ -2,6 +2,7 @@ "files": [], "references": [ { "path": "allspark-utils" }, + { "path": "me-at-walmart-athena-queries" }, { "path": "allspark-foundation" }, { "path": "allspark-foundation-hub" }, { "path": "allspark-authentication" }, @@ -10,7 +11,6 @@ { "path...
feat(ui): changes for build
feat(ui): changes for build
480675caaac57622d2b1c75babe132b9a5a811ca
--- targets/US/package.json @@ -140,7 +140,7 @@ "@walmart/redux-store": "~6.3.28", "@walmart/returns-mini-app": "4.15.0", "@walmart/rfid-scan-mini-app": "2.6.3", - "@walmart/rn-receiving-mini-app": "2.4.39", + "@walmart/rn-receiving-mini-app": "2.4.42", "@walmart/roster-mini-app": "2.9.0", ...
Receiving version 2.4.42 - Bug fixes
Receiving version 2.4.42 - Bug fixes
48ac9e70068cf4dee347b84de82413c4d0c07146
--- .yarn/patches/@walmart-ui-components-npm-1.19.0-8c7e633082.patch Binary files a/.yarn/patches/@walmart-ui-components-npm-1.19.0-8c7e633082.patch and b/.yarn/patches/@walmart-ui-components-npm-1.19.0-8c7e633082.patch differ
feat: ui-components patch for selected menu item
feat: ui-components patch for selected menu item
afae99ac0893571eb0ca4534db365b6d88967b83
--- package-lock.json @@ -5254,9 +5254,9 @@ "integrity": "sha512-Cy+ATP7WlTkMvysFS1kk9T6YcxPh//OxCfL215wnP/4XI7EarFSbahTwlm7hw/3cuGPCMSsRmdiwZPyhDWUbVw==" }, "@walmart/facilities-management-miniapp": { - "version": "0.3.24", - "resolved": "https://npme.walmart.com/@walmart/facilities-manageme...
Updating package-lock.json
Updating package-lock.json
8124e19365780c0a79e5a140343b837f5822ef81
--- src/components/Roster/Roster.tsx @@ -21,7 +21,7 @@ export const Roster: React.FC<RosterProps> = (props) => { // featureFlagMap, //TODO: Will be used as this is built out associateActionButtons = [], // teamActionButtons, - // associateListSearchQuery, + associateListSearchQuery = null, //TODO: ...
extracting search into a util method
extracting search into a util method
9b1591f0623507392cd5cd870d1021cfb36ac2a8
--- 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", - "@walmart/ims-print-services-ui": "2.20.0", + "@walmart/ims-print-services-ui": "2.21.1", "@walmart/inbox-mini-app": "0.10...
fix(print): SSLS-11021 Bump Print UI to v2.21.1 (#4402)
fix(print): SSLS-11021 Bump Print UI to v2.21.1 (#4402) * fix(print): SSLS-11021 Bump Print UI to v2.21.1 * refactor(src/versions.ts): SSLS-11266 Adding Print to Versions List --------- Co-authored-by: Alex Heydorn <alex.heydorn@walmart.com>
b23319a7a51802ba0fea52ba65e84c6215726ccb
--- jest.config.js @@ -9,10 +9,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 27.34, + statements: 27.28, branches: 8.98, - functions: 27.75, - lines: 25, + functions: 15, + lines: 27.69, }, }, transformIgnorePatterns: [ --- package-...
installing latest and fixing coverage thresh
installing latest and fixing coverage thresh
1781527831af4721fc532092b2d7d965205cca37
--- src/navConfig/NavConfigSagas.ts @@ -5,14 +5,13 @@ import DeviceInfo from 'react-native-device-info'; import { getStore, AuthTypes, - StoreConfigTypes, SiteSelectors, UserSelectors, DeviceInfoSelectors, } from '@walmart/redux-store'; import env from '../../env'; -import {createRestartableSagas} ...
Fixing nav config fetch actions
Fixing nav config fetch actions
602ad455b14df501d93f55c88315959d41264495
--- example/src/teamHub/tempComponentForTesting/TeamSelectionListItem.tsx @@ -1,4 +1,4 @@ -import React from 'react'; +import React, {useMemo} from 'react'; import {View, Image, Text} from 'react-native'; import {teamSelectionListItemStyles} from './styles'; import {Checkbox} from '@walmart/gtp-shared-components/dis...
feat: memoized styles var
feat: memoized styles var
619ec577d98ec60eb80f6650a5029db785e6dbec
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "3.3.0-alpha.4", + "version": "3.4.0", "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", "@walmart/ui-...
feat(ui): updating wmconnect version
feat(ui): updating wmconnect version
03f9fa69ec20af69c6b3356fbe45cf42f7e9ef8f
--- package-lock.json @@ -53,7 +53,7 @@ "@walmart/gtp-shared-components": "1.8.18", "@walmart/impersonation-mini-app": "1.4.0", "@walmart/ims-print-services-ui": "1.2.0", - "@walmart/inbox-mini-app": "0.76.0", + "@walmart/inbox-mini-app": "0.78.0", "@walmart/iteminfo-mi...
fiscal Year fix
fiscal Year fix
ae8ce29baf704593e375de3afc6334161659b050
--- src/home/components/GreetingRowV2/type.ts @@ -22,4 +22,5 @@ export type GreetingFunction = (key: string, options?: any) => string; export type AnniversaryData = { amount: number; unit: string; -} \ No newline at end of file +}; + --- src/home/components/GreetingRowV2/useUserInfo.ts @@ -34,7 +34,7 @@ const ...
feat(header): update lint
feat(header): update lint
99270dd4e99a5c50d230e73564ea7f81c5769617
--- package-lock.json @@ -3020,9 +3020,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.9.2", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.9.2.tgz", - "integrity": "sha512-ePB97RxFHN9j5eLGSrYtmI7h9JmkkYm5jmPPBbGunx6pkO/yVq804dTqXgg746iQXC...
update wcnp external URL (#317)
update wcnp external URL (#317)
dfc6848276c5a6a82d3af7eafdafb85780903060
--- package-lock.json @@ -40,7 +40,7 @@ "@walmart/amp-mini-app": "1.1.48", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.13.4", - "@walmart/attendance-mini-app": "1.56.0", + "@walmart/attendance-mini-app": "1.57.0", "@walmart/compass-sdk-...
ama v1.57.0
ama v1.57.0
384244279ec55c66f920f2a7dfc0df4f1374eebe
--- package-lock.json @@ -9284,9 +9284,9 @@ } }, "node_modules/@walmart/mod-flex-mini-app": { - "version": "1.13.7", - "resolved": "https://npme.walmart.com/@walmart/mod-flex-mini-app/-/mod-flex-mini-app-1.13.7.tgz", - "integrity": "sha512-SQWSQCXyany6Vmws6lApYW9NO/DRPl+kYtltPxmqv7GBYIRC...
update modflex for drop18
update modflex for drop18
80e67729fced40dd1bbb12bcf113b5a2e007c6ee
--- __tests__/core/appConfigInitTest.ts @@ -12,10 +12,10 @@ import env from '../../env'; import { createRestartableSaga, getUserSite, - getOriginalUserEmployeeType, USER_CHANGED_ACTIONS, waitForSiteConfig, waitForUser, + getUserEmployeeType, } from '../../src/redux'; import { initializeAppConfig,...
reverting original user selector change
reverting original user selector change
58b08952d4738015e4ced8d21cf7ccef2821a8b8
--- package.json @@ -34,9 +34,7 @@ "ios": "expo run:ios", "build": "yarn tsc", "prepare": "husky", - "prepublishOnly": "yarn build", - "yalc:publish": "yarn build && yalc push", - "yalc:watch": "nodemon --watch src --ext ts,tsx,json --exec 'yarn yalc:publish'" + "prepublishOnly": "yarn build"...
chore(a11y): update package.json
chore(a11y): update package.json
d04bc24509f15cc255aa3aba3d2b2ea82ba31006
--- __tests__/managerExperience/components/__snapshots__/FilterChip.test.tsx.snap @@ -69,7 +69,8 @@ exports[`FilterChip renders active filter chip correctly 1`] = ` "borderWidth": 2, "justifyContent": "center", "minWidth": 10, - "padding": 14, + "paddingHorizontal": 14...
fix: fixed vertical padding in filter chip\
fix: fixed vertical padding in filter chip\
7d7cf6b9e55fec13aba235a8c23af235de0ea209
--- package-lock.json @@ -64,7 +64,7 @@ "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "14.0.2", "@walmart/metrics-mini-app": "0.15.14", - "@walmart/mod-flex-mini-app": "1.13.2", + "@walmart/mod-flex-mini-app": "1.13.3", "@walmart/moment-wa...
Bump modflex version to 1.13.3 for telfon
Bump modflex version to 1.13.3 for telfon
9df325df04a635e0131ed96691c160fe24964258
--- .looper.multibranch.yml @@ -127,7 +127,7 @@ envs: buildTeflon: true teamsReleaseTypeIcon: 'https://ih1.redbubble.net/image.1355946808.4705/flat,128x128,075,t.u1.jpg' teamsWebhookUrl: 'https://walmart.webhook.office.com/webhookb2/f0470775-130f-4a42-9531-d0511cf632aa@3cbcc3d3-094d-4006-9849-0d11d...
test drop 8
test drop 8
9c48e86368e951a55432337be9cbe07a2193b86b
--- package-lock.json @@ -3260,9 +3260,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.0.4", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.0.4.tgz", - "integrity": "sha512-7UNGq1sDjK31J1LaJ1O/U5e5hFyir0b+yC00wi5k12S5qUst...
Increment versions for home and ask sam mini apps
Increment versions for home and ask sam mini apps
43ceb08efb6873471fbdc04abe21d069f2805d81
--- ios/Podfile.lock @@ -443,7 +443,7 @@ PODS: - React - react-native-webview (10.10.0): - React-Core - - react-native-wm-app-review (0.2.0-rc.3): + - react-native-wm-app-review (0.2.0-rc.4): - React-Core - react-native-wm-barcode (2.36.6): - Firebase/Analytics @@ -1010,7 +1010,7 @@ SPEC CHE...
version bump
version bump
2f458540c0407379e75c6176a4b6dec7221b834d
--- targets/US/ios/Podfile.lock @@ -1929,11 +1929,11 @@ PODS: - React-Core - react-native-safe-area-context (4.10.1): - React-Core - - react-native-scanner-3.0 (0.8.0): + - react-native-scanner-3.0 (0.8.1): - Firebase/Analytics - React - - ScanditBarcodeCapture (= 6.25.1) - - ScanditCaptu...
Updated Scanner 3.0 to 0.8.1
Updated Scanner 3.0 to 0.8.1
deedae37232ec8b78a80416a11b01c2721385c73
--- src/screens/MeganavScreen.tsx @@ -107,6 +107,7 @@ export const MeganavScreen: React.FC<MeganavScreenProps> = (props) => { Tapping on each channels should navigate to each Channels with message history Tapping on New message button should navigate to New Message Screen Tapping on View Roster bu...
navigate to my team on clicking meganav button
navigate to my team on clicking meganav button
0a32a423c107fe8c4acf62ef8a769c2726b9efe0
--- package.json @@ -19,9 +19,7 @@ "lint": "yarn workspaces foreach --all -p run lint", "lint:fix": "yarn workspaces foreach --all -p run lint:fix", "prepare": "husky", - "test": "npm run build && jest --no-watchman", - "verifyBranchName": "sh ./scripts/verifyBranchName.sh", - "setup": "sh ./scr...
Cleaning the foundation hub package file
Cleaning the foundation hub package file
65f243335789f20603fc8c59e407eb63d33fa39e
--- package-lock.json @@ -9501,8 +9501,6 @@ }, "node_modules/@walmart/config-components": { "version": "4.2.17", - "resolved": "https://npme.walmart.com/@walmart/config-components/-/config-components-4.2.17.tgz", - "integrity": "sha512-AR9JdWofdPR9S5/ooDRCSq6P7u+KAZIX6uCfclKyIp5Xsfr+oxig1vv1Z...
delete package.lock
delete package.lock
515fcb997a0589202dae5195e994f797c1c50f77
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 106 + versionCode 107 versionName "1.0.8" } ...
Incrementing build number
Incrementing build number