commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
216d9b118dd36fd10c55374c4b25525449c4efc7
--- .yarn/patches/@walmart-ui-components-npm-1.15.14-a6f67304be.patch @@ -1,5 +1,5 @@ diff --git a/components/DrawerButton/index.js b/components/DrawerButton/index.js -index d41d2d015464cdc2e7842364ee4cd3e1f9e03b03..854cd694b50c5b830b9d6876601004535c1b32bc 100644 +index d41d2d015464cdc2e7842364ee4cd3e1f9e03b03..59292c...
inbox update
inbox update
f927494fe739809aa18d62e58d084dbe11a5efca
--- jest.config.js @@ -9,10 +9,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 18.2, + statements: 18.18, branches: 7.93, functions: 11.94, - lines: 18.4, + lines: 18.37, }, }, transformIgnorePatterns: [ --- jest.config.js @@ -9,10 +9,10...
update jest config
update jest config
b0837952ee79d1c2ed74feb380eb7bb55ab013d0
--- __tests__/__mocks__/@walmart/allspark-foundation/HTTP.js @@ -1,5 +1,6 @@ const mockClient = { get: jest.fn(), + post: jest.fn(), }; module.exports = { AllsparkHttpClient: { --- __tests__/home/services/HomeApi/indexTest.ts @@ -1,4 +1,4 @@ -import {CommonHttpClient} from '@walmart/allspark-http-client'; +...
add http mock
add http mock
b91c81111ca3b617b937d9f79bfd26876e5633f7
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -137,6 +137,9 @@ exports[`AssociateHallwayNav matches snapshot 1`] = ` <Screen name="PttVoiceMessaging" /> + <Screen + name="PttTexting" + /> <Screen component="WhatsNewModal" ...
updating snapshots
updating snapshots
9673dd78ea989acf81ff766c6ec9388962640c3e
--- package-lock.json @@ -4458,9 +4458,9 @@ "integrity": "sha512-5VXiKOX6nl2OPte+FFWxAZbWi+aCW0o7rbzJldiMN7XewyTIxsyBMwWlUW5Y29WYa4ZaaVstjincL76EW5v2dA==" }, "@walmart/push-to-talk-mini-app": { - "version": "1.7.8", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push...
ptt package version update
ptt package version update
99c2612b629df710e063246851a83e42d985fbd5
--- android/app/src/main/assets/fonts/PTMono-Regular.ttf Binary files /dev/null and b/android/app/src/main/assets/fonts/PTMono-Regular.ttf differ --- ios/AllSpark.xcodeproj/project.pbxproj @@ -11,6 +11,7 @@ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A...
Added font and incremented ask sam version
Added font and incremented ask sam version
173ebfd6316cadb2342606694c00030fabbbffe8
--- lerna.json @@ -1,5 +1,5 @@ { - "version": "6.28.1-alpha.0", + "version": "6.28.0", "npmClient": "yarn", "changelogPreset": "angular", "command": {
chore: bump package version for prerelease publish
chore: bump package version for prerelease publish
f492562b75506314452e4a202526ade014fa9fb0
--- packages/allspark-foundation/src/Feature/README.md @@ -191,7 +191,7 @@ MyFeature.createModule({ Creates an `AllsparkHttpClient` instance that is scoped to the feature. -See [Allspark Http Client: Feature Configuration](../HttpClient/README.md#feature-configuration) and [Allspark Http Client: Feature Client API...
Update README.md
Update README.md Readme fix
e59586c90037e5d45080e141c845ff2921782dbe
--- package.json @@ -63,7 +63,7 @@ "@redux-saga/testing-utils": "^1.1.3", "@sharcoux/slider": "^5.2.1", "@terrylinla/react-native-sketch-canvas": "^0.8.0", - "@walmart/ItemInfo": "0.1.129", + "@walmart/ItemInfo": "0.1.132", "@walmart/allspark-health-survey-mini-app": "0.0.35", "@walmart/a...
iteminfo new version 132
iteminfo new version 132
21121c5edb96d9a28870f15f758037f80084296a
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 44 + versionCode 45 versionName "1.0.2" } sp...
Incrementing build number
Incrementing build number
aa63c57a4c38497f4aa3e5a045af8f33575fec14
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.31.0", + "version": "2.32.0", "main": "dist/index.js", "files": [ "dist" @@ -85,7 +85,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-founda...
Update roster mini app version
Update roster mini app version
5ed99785d555761cff7c05aad39537100db7eb34
--- targets/US/package.json @@ -150,7 +150,7 @@ "@walmart/taskit-mini-app": "4.25.8", "@walmart/time-clock-mini-app": "2.419.0", "@walmart/topstock-mini-app": "1.17.11", - "@walmart/translator-mini-app": "1.3.3", + "@walmart/translator-mini-app": "1.3.4", "@walmart/ui-components": "patch:@walm...
version bump
version bump
d39468b8d3df92bb68e9362625946ab57661ebfb
--- __tests__/__mocks__/@walmart/push-to-talk-mini-app.js @@ -18,6 +18,7 @@ module.exports = { Hooks: { useVMBadgesCount: jest.fn(() => [0]), useTextMessages: jest.fn(), + useTextBadgesCount: jest.fn(() => [0]), }, Providers: { ConversationProvider: 'ConversationProvider', --- __tests__/nav...
feat: updated texting badges (SMDV-2081)
feat: updated texting badges (SMDV-2081)
7cbb2284ff70d31d163c504d9afb849b64f4c20a
--- packages/expo-config-plugins/src/withiOSStripBinarySymbols.ts @@ -3,7 +3,23 @@ import { ConfigPlugin } from '@expo/config-plugins'; -const withiOSStripBinarySymbols: ConfigPlugin = (config) => { +// Define options interface for the plugin parameters +interface StripBinarySymbolsProps { + embedFrameworksScrip...
feat(plugin): allspark-6539 code refactor
feat(plugin): allspark-6539 code refactor
786cfe0f0a76cb86acb2056e8d363c6c6c158cc7
--- package-lock.json @@ -3236,6 +3236,11 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "@livingdesign/tokens": { + "version": "0.41.0", + "resolved": "https://npme.walmart.com/@livingdesign/tokens/-/tokens-0.41.0.tgz", + "integrity": "sha512-lUfen6iHPD28xJTew6Hc/N8LsG8Bwww2w...
bumping gtp library version
bumping gtp library version
850c37085d108ab8ca33eba62c0be1cc4cda4900
--- .looper.yml @@ -27,7 +27,8 @@ branches: - spec: main triggers: - push: - call: publishFromChanges + name: Publish Changed and Branch Checks + call: mainPush skipAuthor: - jenkinspan - svc-looper @@ -77,6 +78,10 @@ flows: - (name Cov...
chore: call branch on main to run sonar checks (#396)
chore: call branch on main to run sonar checks (#396) * chore: call branch on main to run sonar checks * chore: call branch before publish from changes * chore: streamline call * chore: move skipauthor
3760d9ea5495707b42c234647a4cc18293adb525
--- package-lock.json @@ -4331,9 +4331,9 @@ } }, "@walmart/payrollsolution_miniapp": { - "version": "0.67.0", - "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.67.0.tgz", - "integrity": "sha512-CjwX3BO/z6YKm/G6eXeLkvTqRXmNa/rpAXF04MEpz7L...
chore(welcomeMe): Bump up welcomeMe-mini-app to 0.33.0 -[RECRUIT-46125]
chore(welcomeMe): Bump up welcomeMe-mini-app to 0.33.0 -[RECRUIT-46125]
28bc240a53f5d654d90231d28fb0c32b27cc030e
--- package.json @@ -67,7 +67,7 @@ "@walmart/allspark-me-mini-app": "0.1.0", "@walmart/ask-sam-mini-app": "0.17.0", "@walmart/config-components": "1.0.21", - "@walmart/feedback-all-spark-miniapp": "0.0.49", + "@walmart/feedback-all-spark-miniapp": "0.0.50", "@walmart/functional-components": "1...
Bumping feedback library version
Bumping feedback library version
b4ca020ef9a67e7d2d3bd3974e0a0daa5e58c76d
--- graphql.yml @@ -1,6 +1,9 @@ schemaVersion: "1.0.0" enableGating: true teamRostersProductId: 1824 +notify: + slack: + channelName: "smdv-miniapp" applications: - name: "WMCONNECT-MINIAPP" applicationKey: "WMCONNECT-MINIAPP"
feat(ui): update channel
feat(ui): update channel
8bee8271f0e2634815792732c489ad0d2d43c69d
--- src/managerExperience/screens/AllTeamsScreen/AllTeamsScreen.tsx @@ -23,10 +23,11 @@ export const AllTeamsScreen = () => { acc += currentTeam?.mewClockedInCount ?? 0; return acc; }, 0); + const isErrorFetchingTeams = + !allTeams || !primaryTeamId || !allTeams.every((team) => team !== null); //T...
feat: created descriptive variable name for error fetching teams
feat: created descriptive variable name for error fetching teams
c4b969568f768e0370ae42496746b0d3646dc3cd
--- package-lock.json @@ -72,7 +72,7 @@ "@walmart/ims-print-services-ui": "2.10.3", "@walmart/inbox-mini-app": "0.92.10", "@walmart/iteminfo-mini-app": "7.10.13", - "@walmart/learning-mini-app": "20.0.15", + "@walmart/learning-mini-app": "20.0.16", "@walmart/manager-app...
feat: :sparkles: Bump learning mini app version to 20.0.16
feat: :sparkles: Bump learning mini app version to 20.0.16
cc27280cd3a4113b7bb7e9fd168e52201b662189
--- packages/associate-exp-hub-mini-app/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/associate-exp-hub-mini-app", - "version": "1.4.0-alpha.10", + "version": "1.4.0-alpha.11", "packageManager": "yarn@4.6.0", "engines": { "node": ">=18"
chore(ui): update tests, graphql and versions
chore(ui): update tests, graphql and versions
8ba04d945e1eb82f257e60c3682c25864f9f0fce
--- graphql.yml @@ -1,6 +1,9 @@ schemaVersion: "1.0.0" enableGating: true teamRostersProductId: 1824 +notify: + slack: + channelName: "smdv-miniapp" applications: - name: "ASSOCIATE-EXP-HUB-MINI-APP" applicationKey: "ASSOCIATE-EXP-HUB-MINI-APP"
fix(ui): update looper
fix(ui): update looper
d461a015ecf564229266ea88d650735b4c8e3b13
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/UpdateTeamsModal/UpdateTeamsModal.tsx @@ -173,7 +173,7 @@ export const UpdateTeamsModal = ({ modal: { closeModal } }: ModalProps) => { handleSelection={(item) => handleSelection(item.teamId)} handleEdit={() => All...
feat(ui): type fix
feat(ui): type fix
f499bd94fa19573ac8d318d16c3503143d118755
--- .looper.multibranch.yml @@ -24,7 +24,7 @@ envs: ANDROID_BASE_PATH: targets/US/android branches: - - spec: feature/drop24 + - spec: feature/topstock-drop24-1 triggers: - manual: name: Publish Packages (Pre-Release) --- targets/US/package.json @@ -148,7 +148,7 @@ "@walmart/st...
fix(): updated topstock version to 1.16.16
fix(): updated topstock version to 1.16.16
b4dc2fb9f37c6abb962341167df6b9fdb95c2f33
--- package-lock.json @@ -4319,9 +4319,9 @@ "integrity": "sha512-D1I8i9IA/LlfKInPduKHARhcJ2KuUVKQ8GMoHlLBLmnl6Zo55xuzKdU8DCyiIJfPsAv/KQVRD63/FVKbyyO1LA==" }, "@walmart/exception-mini-app": { - "version": "0.40.4", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception...
feature/pinpoint-0.41.1
feature/pinpoint-0.41.1
a75ed983a98ec109e76dd0c42888a61805c754fb
--- packages/expo-config-plugins/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.4](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0....
chore(version): updating package version
chore(version): updating package version - @walmart/expo-config-plugins@0.1.4
1cb7da28e1c593dcd9ea8e1c58a29f0014f09f8b
--- package-lock.json @@ -3166,9 +3166,9 @@ "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==" }, "@types/xdate": { - "version": "0.8.31", - "resolved": "https://npme.walmart.com/@types/xdate/-/xdate-0.8.31.tgz", - "integrity": ...
0.3.70 mini app version
0.3.70 mini app version
940d9f6acc83cfa802cd8e859842ced27e502a0b
--- packages/allspark-foundation-hub/src/HubFeature/Hooks/useUserPreferences.ts @@ -4,6 +4,8 @@ import { useState } from 'react'; import { teamImageIcon } from '../Hub/Container/mockData'; import { UserSelectors } from '@walmart/allspark-foundation/User'; import { TeamSwitcherTypes } from '..'; +import { AllsparkEnv...
Adding context to queries
Adding context to queries
8287be86fe1e9be3f6603962d42aa122df9353bf
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "3.6.0-beta.3", + "version": "3.6.0-beta.4", "main": "dist/index.js", "files": [ "dist", @@ -92,7 +92,7 @@ "@walmart/react-native-logger": "1.35.0", "@walmart/react-native-scanner-3.0": "0.10.4", "@walmar...
chore: update yarn.lock to resolve dependency conflicts
chore: update yarn.lock to resolve dependency conflicts
4f3e58e309ff637f6ff125b46c0d696fa2615385
--- android/app/build.gradle @@ -158,8 +158,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 907 - versionName "1.10.0" + versionCode 908 + ve...
version bump to 1.11.0
version bump to 1.11.0
45775ebb179061df51bda7c94fca65103ff27750
--- package.json @@ -157,7 +157,7 @@ "@walmart/react-native-webex-sdk": "patch:@walmart/react-native-webex-sdk@npm%3A0.9.20#~/.yarn/patches/@walmart-react-native-webex-sdk-npm-0.9.20-3371a478c8.patch", "@walmart/receipt-check-miniapp": "1.34.4", "@walmart/redux-store": "~6.3.28", - "@walmart/returns-m...
chore(ui): returns 2.0 changes (#5022)
chore(ui): returns 2.0 changes (#5022)
3427340809b3e6c5bae56d41bc508ab685f40b78
--- packages/allspark-foundation-hub/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.9](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation-hub@1.9.9 - @walmart/me-at-walmart-athena-queries@6.33.0
d0d9c5b3fbe9183f6941425cfd8fa01b78bce25a
--- src/whatsNew/WhatsNewSaga.ts @@ -1,5 +1,5 @@ import {takeLatest, call, select, all, put} from 'redux-saga/effects'; -import {GlobalState, UserSelectors} from '@walmart/redux-store'; +import {GlobalState, UserSelectors, SiteSelectors} from '@walmart/redux-store'; import {navigate} from '@walmart/react-native-share...
fixing the selector for checking if the site is dc or store
fixing the selector for checking if the site is dc or store
17f762f932744c540fc3440e56a92e3fb6af75cd
--- src/auth/ErrorScreen.tsx @@ -103,6 +103,7 @@ export const ErrorScreen: FC<any> = (props) => { errorCategory: errorCategory, otherQ1: selectedQ1Options, otherQ2: selectedQ2Option, + otherOptions: selectedOther, }); } };
add other radio and checkbox to log
add other radio and checkbox to log
e4629d4731332d56cea2d57ed05fbe575c816793
--- packages/core-services-allspark/src/notification.ts @@ -0,0 +1,26 @@ +import { + AllsparkNotificationClient, + NotificationUser, +} from '@walmart/allspark-foundation/Notification'; + +// Calling mini app is still reference this file for the register method. So keep this for backwards compatibility. + +/** + * @d...
fix: add notification client proxy for backwards compatability
fix: add notification client proxy for backwards compatability
c7d38256454108103d45525711967aa2b4ae7c40
--- src/ccmFallbacks.ts @@ -13,7 +13,8 @@ export const CCMFallbacks = { rmaPath: '/ptt/weekly_schedule_link', rmaTeamPermissionsPath: '/texting/delete_team_message', rmaTotalStorePermissionsPath: '/texting/delete_total_store_message', - DNDOfflineTimeLimit: 43200, - DNDAutoSwitchThreshold: 120, - DNDAutoSwi...
Update new fields for feature flag
Update new fields for feature flag
55f11463bb02391f5aaf6025fc243873cae87fba
--- __tests__/harness/firestore/data/messages.ts @@ -1,6 +1,4 @@ -// @ts-ignore import {generateDocumentId} from './documentIds'; -// @ts-ignore import {generateCreatedAt} from './timestamps'; import {isNil} from 'lodash'; --- __tests__/harness/firestore/data/stores.ts @@ -1,4 +1,3 @@ -// @ts-ignore import {use...
remove ts ignores from import with new tsconfig
remove ts ignores from import with new tsconfig
7938fff110c68d315223b37d37797a98fa16288c
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 120 + versionCode 121 versionName "1.0.10" } ...
Incrementing build number
Incrementing build number
d980d741beb997574ea9124f9d02257e3290eec0
--- packages/allspark-foundation-hub/src/SupplyChain/Components/TeamShiftSwitcher/TeamShiftSwitcher.tsx @@ -28,7 +28,6 @@ import { generateTeamShiftText, truncateTeamAndShiftText, } from '../../Utils/teamShiftSwitcher'; -import { UserSelectors } from '@walmart/allspark-foundation/User'; import { SC_ManagerEx...
Adding site change team shift switcher fix
Adding site change team shift switcher fix
4e0d1e218e92679086c88f595d687f37c3f87f2a
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/iteminfo-mini-app": "5.3.5", "@walmart/manager-approvals-miniapp": "0.2.1", "@walmart/me-field-mini-app": "1.1.45", - "@walmart/metrics-mini-app": "0.9.39", + "@walmart/metrics-mini-app": "0.9.44", "@walmart/mod-flex-min...
added fix from drop 9 SMBLV-3218
added fix from drop 9 SMBLV-3218
e30a543257bfbfacf2834065356ab76d2a714ffa
--- package-lock.json @@ -64,7 +64,7 @@ "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "13.0.3", "@walmart/metrics-mini-app": "0.15.13", - "@walmart/mod-flex-mini-app": "1.10.4", + "@walmart/mod-flex-mini-app": "1.11.6", "@walmart/moment-wa...
update to version 1.11.6
update to version 1.11.6
8c13c94ad8963524c0b3d1f463f7630c6ef238c2
--- __tests__/components/TeamHubButton.test.tsx @@ -1,10 +1,6 @@ import React from 'react'; -import {render, fireEvent} from '@testing-library/react-native'; +import {render} from '@testing-library/react-native'; -// Mock console.log to verify it's called -const consoleSpy = jest.spyOn(console, 'log').mockImplementa...
chore: update jest.config.js so that barrel files and types files are not included in coverage report
chore: update jest.config.js so that barrel files and types files are not included in coverage report
116812bd2bf4f8120677e64b2832935fc14c73a3
--- __tests__/settings/__snapshots__/ToggleSettingTest.tsx.snap @@ -19,6 +19,9 @@ exports[`ToggleSetting renders correctly while loading 1`] = ` <Body UNSAFE_style={ Array [ + Object { + "maxWidth": "80%", + }, false, ] } @@ -70,6 +73,9 @@ exp...
various fixes
various fixes
943d9e9aad3817f02741db05c4f325ccf243ac4e
--- packages/allspark-foundation-hub/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.12.1](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation-hub@1.12.1
e17e80c38632d959c51ad4bc13419aa65ab91998
--- package-lock.json @@ -3032,9 +3032,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.10.24", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.10.24.tgz", - "integrity": "sha512-kE5B3ZjJRl44DYYBc4f74H1c7Idrw9mRmGiMlbLtJHUf+BQJykwN0tZ9iFWVdJ...
Ask Sam - Bug Fixes (#365)
Ask Sam - Bug Fixes (#365) * Ask sam increment * Version increment Co-authored-by: rlane1 <rlane1@walmart.com>
d05afde787895fd92dd7d434ef945cbd48569a16
--- __tests__/__mocks__/@walmart/allspark-foundation-hub.js @@ -1,7 +1,3 @@ -const mockAllSpark = jest.mock('@walmart/allspark-foundation-hub'); module.exports = { - ...mockAllSpark, - TeamHubContainer: jest.fn().mockImplementation(() => ({ - add: jest.fn(), - })), + ...jest.requireActual('@walmart/allspark-fou...
fix(ui): update the myteam tests
fix(ui): update the myteam tests
4f3b41180f4665e42d815acdf14c787b5efac00a
--- packages/allspark-foundation-hub/__tests__/HubFeature/BottomSheet.test.tsx @@ -4,8 +4,8 @@ import { render, fireEvent, act } from '@testing-library/react-native'; import { BottomSheetProps, BottomSheetRef, -} from '../../src/HubFeature/BottomSheet'; -import BottomSheet from '../../src/HubFeature/BottomSheet/...
Update the folder for store and supply chain
Update the folder for store and supply chain
1e0d05155e274608ab31fc30e6e4fab0aa6aa8ae
--- targets/US/package.json @@ -150,7 +150,7 @@ "@walmart/taskit-mini-app": "4.25.8", "@walmart/time-clock-mini-app": "2.419.0", "@walmart/topstock-mini-app": "1.17.11", - "@walmart/translator-mini-app": "1.3.1", + "@walmart/translator-mini-app": "1.3.3", "@walmart/ui-components": "patch:@walm...
version bump
version bump
1a47e270a5dc16e3e1cbd6994f548a7d7ca1b218
--- patches/@walmart+core-services-allspark+2.10.17.patch @@ -0,0 +1,13 @@ +diff --git a/node_modules/@walmart/core-services-allspark/lib/httpClient/interceptors/unauthorized.js b/node_modules/@walmart/core-services-allspark/lib/httpClient/interceptors/unauthorized.js +index bb477b1..cca1539 100644 +--- a/node_modules/...
add patch file
add patch file
dce05d0f66ff5f2c761fd7df87bb5f4392c02955
--- package-lock.json @@ -4888,9 +4888,9 @@ "integrity": "sha512-YRNp3VcfzWTyDZt6h5hAUK5XTzUrblOZOWUclor4ht/g4E5Oo2sMF8rV5swXlB3QdSQUZwSsU60b01veuR3o6g==" }, "@walmart/schedule-mini-app": { - "version": "0.17.0", - "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-mi...
Bump schedule-mini-app vers in package-lock
Bump schedule-mini-app vers in package-lock
0821948f38a32dd45ae28d4ac9a95aa660a4bfb6
--- packages/me-at-walmart-container/__tests__/services/logger.test.ts @@ -69,11 +69,10 @@ import { SESSION_ID } from '../../src/session'; }); test("should log error messages and default missing message param to 'N/A'", () => { - console.warn = jest.fn(); - + const warnSpy = je...
fixed test issues in packages/me-at-walmart-container/__tests__/services/logger.test.ts
fixed test issues in packages/me-at-walmart-container/__tests__/services/logger.test.ts
840d2660a0926c9f80c0339927352c89989e5c9f
--- targets/US/package.json @@ -147,7 +147,7 @@ "@walmart/schedule-mini-app": "1.13.0", "@walmart/shelfavailability-mini-app": "1.5.40", "@walmart/shop-gnfr-mini-app": "1.0.137", - "@walmart/sidekick-mini-app": "4.168.18", + "@walmart/sidekick-mini-app": "4.168.19", "@walmart/store-feature-ord...
fix: inbox version update
fix: inbox version update
15d41cb2f689c74221e56ccd570328b765891459
--- package.json @@ -129,7 +129,7 @@ "@walmart/payrollsolution_miniapp": "0.147.26", "@walmart/persona-hub": "0.3.3", "@walmart/price-changes-mini-app": "1.12.7", - "@walmart/profile-feature-app": "2.0.2-UPV2MyWalmart.0", + "@walmart/profile-feature-app": "2.0.2-UPV2MyWalmart.2", "@walmart/rea...
fix(up2): bump profile-feature-app for header fix (#4345)
fix(up2): bump profile-feature-app for header fix (#4345) * feat(upv2): OPIF-192986 adding new unified profile V2 feature * chore: OPIF-192986 updating allspark-foundation and allspark-utils * chore: OPIF-192986 update MainStackNav snapshot * feat(upv2): OPIF-192986 update with new expo image libraries * r...
750b8ad7c26b67407049c805c3bc585cf9323682
--- packages/allspark-foundation-hub/__tests__/HubFeature/__snapshots__/TeamListItem.test.tsx.snap @@ -229,7 +229,7 @@ exports[`TeamListItem renders list item for team selection correctly 1`] = ` } > <View - accessibilityLabel=" checkbox" + accessibilityLabel=" checkboxunchecked" accessibi...
Updating snapshot
Updating snapshot
f1c3910cab5cdbb530103754b6e514c2bd7c7097
--- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/types.ts @@ -34,11 +34,6 @@ export type Area = | 'Pharmacy' | 'Stocking' | 'Vision Center'; - -export interface TeamSelectionProps { - // handleCancel: () => void; - // handleSave: () => void; -} export interface TeamSelectionListItemP...
Removing commented types
Removing commented types
3903ee314a6660106f47ffa2056a55b2dc530123
--- package.json @@ -82,7 +82,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.4782+cf85748", + "@walmart/allspark-foundation-hub": "1.10.0-beta.4786+24314b58", "...
feat(ui): update foundation hub version
feat(ui): update foundation hub version
8f48965caba5860e72ebe9bad3d6c2ffbe60b8a4
--- package.json @@ -135,7 +135,7 @@ "@types/seamless-immutable": "^7.1.16", "@types/semver": "^7.3.4", "@types/uuid": "^8.3.0", - "@walmart/allspark-foundation": "6.15.5", + "@walmart/allspark-foundation": "6.15.6", "@walmart/allspark-graphql-client": "~6.3.20", "@walmart/allspark-http-c...
chore: bump foundation for translation change language fix
chore: bump foundation for translation change language fix
999c706508a2027878b195719eb90aae6686fc82
--- package.json @@ -100,7 +100,7 @@ "@walmart/core-utils": "6.1.4", "@walmart/core-widget-registry": "6.1.4", "@walmart/counts-component-miniapp": "0.1.11", - "@walmart/emergency-mini-app": "1.27.2", + "@walmart/emergency-mini-app": "1.27.4", "@walmart/exception-mini-app": "1.8.3", "@wal...
emergency version updated
emergency version updated
f2cb3acef56ab3b9db1417b0d6d86e382c89be4b
--- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx @@ -494,6 +494,7 @@ export const MainStackNav = () => { {ExceptionMiniApp.buildAllScreens({ Navigator: MainStack as any, })} + {FacilitiesFeature.buildAllScreens({ Navigator: MainStack as any, ...
feat(ui): update mainstack nav test
feat(ui): update mainstack nav test
88e71be3f83739a4604c4504e5e2dc82d8fc355c
--- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx @@ -6,7 +6,6 @@ import {DrawerActions} from '@react-navigation/native'; import {useDrawerStatus} from '@react-navigation/drawer'; import {authActions, User} from '@walmart/redux-store'; -import {MyTeamHooks} from '@walmart/texting-mini-app'; impo...
fix lint
fix lint
17992e7cb5d7e04857443b2e9c8f80b30f766082
--- packages/allspark-foundation-hub/src/HubFeature/Store/Common/WorkHub.ts @@ -29,7 +29,7 @@ export interface WorkHubWidgetProps { export const WORK_HUB_KEY = 'Me@Walmart.ManagerExperience.Work'; export const WORK_HUB_CCM_NAMESPACE = 'sidekick'; -export const WORK_HUB_SCREEN_NAME = 'sidekick'; +export const WORK_H...
Update team hub and work hub types
Update team hub and work hub types
59f92be0a63ae634e1f9992204bd4c5670e653b7
--- package-lock.json @@ -79,7 +79,7 @@ "@walmart/schedule-mini-app": "0.33.0", "@walmart/settings-mini-app": "1.17.0", "@walmart/shelfavailability-mini-app": "1.5.13", - "@walmart/taskit-mini-app": "2.24.4", + "@walmart/taskit-mini-app": "2.24.5", "@walmart/time-clock-...
Updating taskIt version to 2_24_5
Updating taskIt version to 2_24_5
b76e7071f7d4ec01399a2a0af33fef213197840d
--- packages/allspark-foundation-hub/src/HubFeature/Onboarding/TeamSelection/Component/TeamSelectionListItem.tsx @@ -43,7 +43,7 @@ export const TeamSelectionListItem = ({ style={styles.teamInfoContainer} > <TeamImage - source={{ uri: images[teamName] }} + source={{ uri: images...
Update image changes
Update image changes
41a4d21b89ff5ea4a8c922859d21cbb86bebeb19
--- graphql.yml @@ -24,7 +24,6 @@ applications: - 'v3' - 'Drop14' - name: 'GetTeamById' - hash: '8a0ff1bceff296ade72cd86c88273c0924510d42ff6bd3487819814045781f31' queryTemplate: 'src/queries/getTeamById.graphql' tags: - 'v2' @@...
Pulled from develop
Pulled from develop
c1c3aec4b7fd0a9b78e9435ba26caa2b5ce54d52
--- package-lock.json @@ -5287,9 +5287,9 @@ } }, "@walmart/mod-flex-mini-app": { - "version": "1.0.0", - "resolved": "https://npme.walmart.com/@walmart/mod-flex-mini-app/-/mod-flex-mini-app-1.0.0.tgz", - "integrity": "sha512-8Uk8Gri2BkVBk1gQDjjfDKJEpDG8RMtKZlBD0lO0QTXUp9MlJHFCvFNPVLE+o9f...
Update mod-flex-mini-app to 1.1.0
Update mod-flex-mini-app to 1.1.0
bcbc092f14b18758001e30fb9ce9a731db608709
--- ios/Podfile.lock @@ -1319,7 +1319,7 @@ PODS: - React-Core - react-native-safe-area-context (4.7.2): - React-Core - - react-native-scanner-3.0 (0.4.4): + - react-native-scanner-3.0 (0.5.1): - Firebase/Analytics - React - ScanditBarcodeCapture (= 6.14.0) @@ -2139,7 +2139,7 @@ SPEC CHECKS...
feature(release): react-native-scanner-3.0 version bum up to 0.5.1
feature(release): react-native-scanner-3.0 version bum up to 0.5.1
48854cefcbb3513706a586724d825e23687def9e
--- package.json @@ -77,7 +77,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.4766+f3003bb5", + "@walmart/allspark-foundation-hub": "1.10.0-beta.4771+808b12d0", ...
feat(ui): update allspark-foundation-hub version
feat(ui): update allspark-foundation-hub version
2b516de9e5f10241dc184b4afda468345be38b40
--- .github/pull_request_template.md @@ -7,14 +7,12 @@ PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pag ## Links to JIRA tickets: -## Please describe the changes, problems and solutions this PR is addressing: -## For Core app changes -Fill in the below sections if this PR has chan...
twicking changes
twicking changes
e7c88a625b325fd13c8a8434ead59e411d261d6a
--- .gitignore @@ -94,3 +94,4 @@ yarn-error.log # yarn install-state.gz node_modules +.qodo --- packages/allspark-foundation/__tests__/FeatureRunner/screens/__snapshots__/Navigation.test.tsx.snap @@ -77,7 +77,7 @@ exports[`Navigation should render snapshot 1`] = ` } testID="ListItem-conte...
chore: update breaking snaps
chore: update breaking snaps
0d1132b4fe7cdd30ebd3c7ed216b931b832c1a1a
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.48.0", + "version": "3.0.0", "main": "dist/index.js", "files": [ "dist",
chore(ui): update roster versionto latest
chore(ui): update roster versionto latest
6f1986bff69b02a9c08992364543fdb57e46f647
--- __tests__/components/AssociateRosterItemTest.tsx @@ -1,30 +0,0 @@ -import React from 'react'; -const {AssociateRosterItem} = require('../../src/components'); -const {renderWithProviders} = require('../harness'); -const {generateMockAssociate} = require('../harness/mockData/associate'); - -describe('AssociateRosterI...
removing unused tests
removing unused tests
4389b087a2a892c21956cbc2c801176b6ed0ed07
--- sonar-project.properties @@ -5,6 +5,6 @@ sonar.host.url=http://sonar.looper.prod.walmartlabs.com sonar.sources=src sonar.tests=__tests__ -sonar.exclusions=src/images +sonar.exclusions=src/images,src/navigation/Navigation.tsx,src/navigation/NavigationStyle.ts sonar.sourceEncoding=UTF-8 sonar.typescript.lcov.re...
Chore/sonar config (#29)
Chore/sonar config (#29) * edited sonar properties * removed report path as sonar PR test failed. * trying sonar tests coverage to show up. * excluded navigation tests.
cda189511795b5c299276226c26f956c59fee2dd
--- package.json @@ -121,12 +121,12 @@ "@walmart/metrics-mini-app": "1.29.6", "@walmart/mod-flex-mini-app": "1.26.3", "@walmart/moment-walmart": "1.0.4", - "@walmart/money-auth-shared-components": "2.3.6", + "@walmart/money-auth-shared-components": "2.3.8", "@walmart/myteam-mini-app": "1.26.0"...
feat(pckgs): PAYROLL-28935 payroll bump version (#4189)
feat(pckgs): PAYROLL-28935 payroll bump version (#4189) * bump version * fix(feat: fix ny live check issue): PAYROLL-28935 fix ny live check --------- Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.co...
159459f4c53521435ed8eec6dd7ea03876c98998
--- __tests__/core/RootContainerTest.tsx @@ -17,6 +17,7 @@ jest.mock('../../src/core/analyticsInit', () => ({ initAnalyticsUserAttributes: jest.fn(), initCrashAttributes: jest.fn(), })); +jest.mock('../../src/core/httpClientInit', () => ({})); describe('RootContainer', () => { it('renders', () => { --- _...
adding tests
adding tests
5e2c6382e2ec7be965c7631613db596aa791bc50
--- example/src/core/home.tsx @@ -55,8 +55,8 @@ export function HomeScreen() { <Button variant="primary" UNSAFE_style={{marginBottom: 10}} - onPress={() => AllsparkNavigationClient.navigate('teamHub.onboarding')}> - Onboarding + onPress={() => AllsparkNavigationClient.navig...
feat: reverted change to home screen
feat: reverted change to home screen
afc0333b962aaf352ebd60244fe36a5902dd0587
--- package-lock.json @@ -51,7 +51,7 @@ "@walmart/counts-component-miniapp": "0.1.5", "@walmart/emergency-mini-app": "1.25.1", "@walmart/exception-mini-app": "1.5.1", - "@walmart/facilities-management-miniapp": "0.6.64", + "@walmart/facilities-management-miniapp": "0.6.65", ...
Updating the fm version to 0.6.65
Updating the fm version to 0.6.65
c6014680fd4fb75c1e86b7738879682d7cef9819
--- package-lock.json @@ -43,7 +43,7 @@ "@walmart/core-utils": "~1.3.0", "@walmart/core-widget-registry": "~0.7.2", "@walmart/counts-component-miniapp": "0.0.42", - "@walmart/emergency-mini-app": "1.9.0", + "@walmart/emergency-mini-app": "1.10.0", "@walmart/exception-mi...
update emergency with pqa and banner
update emergency with pqa and banner
828e4734292146e802386807dadf310cb7c7a67d
--- package-lock.json @@ -37,7 +37,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.74", "@walmart/attendance-mini-app": "0.86.0", - "@walmart/compass-sdk-rn": "3.16.1", + "@walmart/compass-sdk-rn": "3.16.0", "@walmart/config-componen...
reverting fixit changes
reverting fixit changes
e0882ac82743e5f3f1059515a6f4789648100858
--- packages/allspark-foundation/src/HTTP/client.ts @@ -133,6 +133,17 @@ export class HttpClient extends Axios { // @ts-ignore - mergeConfig exists but is not defined on type this.defaults = axios.mergeConfig(this.defaults, restConfig); + // Merge new config into existing config. + // this.config is o...
fix: internal config object was not updated when configure was called
fix: internal config object was not updated when configure was called
b23b7cea71b566048abc9c8f79cf4552c481f19e
--- package.json @@ -78,7 +78,7 @@ "@walmart/allspark-foundation": "6.62.5", "@walmart/allspark-foundation-hub": "1.20.0-beta.5420+c86c72e88", "@walmart/allspark-utils": "6.5.1", - "@walmart/associate-exp-hub-mini-app": "1.4.0-beta.507+a47871e", + "@walmart/associate-exp-hub-mini-app": "1.4.0-alpha...
feat(ui): update package versions
feat(ui): update package versions
9536ea4b767f3cb08074f74dfbbb387969bec6a8
--- package-lock.json @@ -3356,9 +3356,9 @@ } }, "@walmart/gta-react-native-calendars": { - "version": "0.0.13", - "resolved": "https://npme.walmart.com/@walmart/gta-react-native-calendars/-/gta-react-native-calendars-0.0.13.tgz", - "integrity": "sha1-t/XUZq+5uHj1F+fwWYWe65zdHWI=", + ...
Bump react native calendars
Bump react native calendars
845af1bcf3ae7edd8902345459797623390cadb4
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "allspark-main", - "version": "1.19.0", + "version": "1.20.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "allspark-main", - "version": "1.19.0", + "version": "1.20.2", "hasInstallScript": true, ...
reverted app version
reverted app version
de09b271f81f09a68e29b47c9303f98bc3947199
--- src/constants.ts @@ -2,4 +2,5 @@ export const ROOT_CONTAINER_SCREEN_NAME = 'myTeam'; export const APP_CONTAINER_SCREEN_NAME = 'myTeam.root'; export const MESSAGES_SCREEN_NAME = 'myTeam.messages'; export const NEW_MESSAGES_SCREEN_NAME = 'myTeam.newMessage'; +export const IMAGE_PREVIEW_SCREEN = 'myTeam.imagePrevie...
Update tab navigation
Update tab navigation
7162f831a9c429c940ac59a9ba98b4ecff9af7f9
--- packages/me-at-walmart-athena-queries/src/schema.graphql @@ -2804,15 +2804,6 @@ type CourseProgress { pageSize: Int version: Int - """ - Role of associate - """ - role: RosterRole - rosterType: VIEW_TYPE - storeEntity: StoreEntity - storeNum: Int - version: Int - """ Vi...
Adding upsertSupplyChainAssociatePreference query
Adding upsertSupplyChainAssociatePreference query
034bec713a6025eb2a748ebb72988b509130b7b3
--- .looper.multibranch.yml @@ -20,11 +20,7 @@ envs: variables: XCODE_PROJECT_PATH: targets/US/ios/AllSpark.xcodeproj ANDROID_GRADLE_PATH: targets/US/android/app/build.gradle - ios: - variables: IOS_BASE_PATH: targets/US/ios - android: - variables: ANDROID_BASE_PATH: targets/US/...
chore: looper variable updates for template changes
chore: looper variable updates for template changes
adba23291979db534d113e2335a07b199915f73c
--- package.json @@ -63,7 +63,7 @@ "@redux-saga/testing-utils": "^1.1.3", "@sharcoux/slider": "^5.2.1", "@terrylinla/react-native-sketch-canvas": "^0.8.0", - "@walmart/shelfavailability-mini-app": "0.3.33", + "@walmart/shelfavailability-mini-app": "0.3.35", "@walmart/allspark-health-survey-min...
updated shelf-availability package.json
updated shelf-availability package.json
08355d39226c26eabc074a03c8d7697d6f205ddb
--- package-lock.json @@ -37067,7 +37067,7 @@ "version": "2.1.6", "dev": true, "requires": { - "axios": "^0.21.4" + "axios": "~1.2.6" } }, "chalk": {
reverted the package lock change
reverted the package lock change
534bc26286ee3434aede02c5862aa538f2ab53cc
--- packages/allspark-foundation/src/Feature/AllsparkFeature.tsx @@ -147,7 +147,6 @@ export class AllsparkFeature<ID extends string = string> { /** * Creates a translation client for the current feature. - * @returns {ITranslationFeatureClient} The translation client for the current feature. * @example ...
chore: fix typing for navigation and translation (#482)
chore: fix typing for navigation and translation (#482) * chore: fix typing * fix: update types for Translation * refactor: adding a generic to TranslationFeatureClient --------- Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@walmart.com>
607ddf34dc056a117fb900522b8b4b1ac1c4e20a
--- package-lock.json @@ -96,7 +96,7 @@ "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.6.4", "@walmart/react-native-webex-sdk": "0.1.8", - "@walmart/receipt-check-miniapp": "1.19.5", + "@walmart/receipt-check-miniapp": "1.21.2", "@walma...
update
update
93376ec90ea10457c85391d630280c287dd63d5e
--- packages/allspark-http-client/src/HttpClient.ts @@ -43,6 +43,15 @@ class HttpClient extends Axios implements IHttpClient { this.defaults.timeout = timeout; this.config = { ...restConfig, timeout, interceptors, id }; + //@TODO remove if condition in later drops. + // Manually adding content-type fo...
update content type
update content type
991ee471ac5f3b08a57d5f6dad0d7dc4ca8757e6
--- __tests__/components/RosterWidget.test.tsx @@ -2,7 +2,7 @@ import React from 'react'; import * as hooks from '../../src/hooks'; import {renderWithProviders} from '../harness'; import {RosterWidget} from '../../src/components/RosterWidget'; -import {TeamHubWidgetProps} from '@walmart/allspark-foundation-hub/HubFe...
Update the roster imports
Update the roster imports
ce38c9f0d82311abf45e0a0d49f74d9dbae66ff2
--- __tests__/channels/components/__snapshots__/ChannelRow.test.tsx.snap @@ -135,7 +135,6 @@ exports[`ChannelRow should render ChannelRow Component 1`] = ` "borderRadius": 20, "height": 40, "justifyContent": "center", - "paddingLeft": 4, ...
test: snapshot update
test: snapshot update
b9f9b11018b88de1d819e7d5b8b6fdbda65e30da
--- package-lock.json @@ -42,7 +42,7 @@ "@walmart/ask-sam-mini-app": "1.15.4", "@walmart/attendance-mini-app": "1.62.5", "@walmart/compass-sdk-rn": "5.7.0", - "@walmart/config-components": "4.2.5", + "@walmart/config-components": "4.2.7", "@walmart/copilot-mini-app": "2...
Adding xCover6Pro in Cope Device List
Adding xCover6Pro in Cope Device List
d0055331e3f2a455fcc20c1e6e2b6c77904b8f7b
--- src/screens/TabsScreen.tsx @@ -7,7 +7,11 @@ import {UserHeader} from '../containers/UserHeader'; import {useTranslation} from 'react-i18next'; import {TEXTING_I18N_NAMESPACE} from '../translations'; import {WarningBanner} from '../containers/WarningBanner'; -import {WmConnect} from '@walmart/wmconnect-mini-app';...
Update dnd switch
Update dnd switch
13e976bbc9f8dca69f98def4e559bf46c31985ee
--- src/channels/provider.tsx @@ -312,14 +312,20 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => { delayedUpdate.unreadById[id] = count; } catch (e: any) { logger.error('Error fetching unread message count', { - message: e.toString(), - channelId...
fix(ui): updating error fields to check actual error
fix(ui): updating error fields to check actual error
09774cc349b6b2da69149ce0f12e36ba5896f152
--- package-lock.json @@ -3611,9 +3611,9 @@ } }, "@walmart/time-clock-mini-app": { - "version": "0.4.10", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clock-mini-app-0.4.10.tgz", - "integrity": "sha512-Kvl6ZvEoiiHMJK1yIk6di45xIuUTU/8wv4OdLNtPkPYV1Td704+Sl+1...
Misc GTA fixes for Drop 4
Misc GTA fixes for Drop 4
3baf760579bdd811309d06e34b19220d38ddb799
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/AssociateHallwayNavTest.tsx.snap @@ -2,6 +2,7 @@ exports[`DrawerNav matches default snapshot for initial render 1`] = ` <RenderGuard + onUnmount={[Function]} preRender={[Function]} > <ActivityMonitor @@ -56,6 +57,7 @@ exports[`DrawerN...
Add coverage
Add coverage
c496727378699f990db95de7b58340d45bb9f04e
--- package-lock.json @@ -3277,9 +3277,9 @@ } }, "@walmart/welcomeme-mini-app": { - "version": "0.24.0", - "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.24.0.tgz", - "integrity": "sha512-vW4XKkd8yVFKRgsU2RT/pthaI8OEdYWtyJRg+LpHSH3ztV0qB6kJyIAv6t...
updated welcomeMe mini patch
updated welcomeMe mini patch
86fecc3330f1dc8d0af580ea261f0a390049aee9
--- package.json @@ -94,9 +94,9 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.7.4", "@walmart/redux-store": "6.3.29", - "@walmart/roster-mini-app": "2.34.0", + "@walmart/roster-mini-app": "2.35.0", "@walmart/ui-components": "1.15.1", - "@walmart...
updating roster and wmconnect version
updating roster and wmconnect version