commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
2834be55e8e9fb246178859719554597894ee3c2
--- packages/allspark-foundation/__tests__/FeatureRunner/components/FeatureSection.test.tsx @@ -1,8 +1,9 @@ import React from 'react'; import { render, fireEvent } from '../../utils'; -import { FeatureSection } from '../../../src/FeatureRunner/components/FeatureSection'; +import { FeatureSection, LocalStorageCard } f...
feature selection tests
feature selection tests
24e2199ac6da876bc479d711a561cab321c268cf
--- __tests__/managerExperience/components/__snapshots__/FilterChip.test.tsx.snap @@ -9,7 +9,7 @@ exports[`FilterChip renders active filter chip correctly 1`] = ` "checked": undefined, "disabled": false, "expanded": undefined, - "selected": false, + "selected": true, } } access...
feat: used preexisting translations
feat: used preexisting translations
40d94f2899e9ab4fc9d3ac2500abb8f95bdeb6d8
--- package-lock.json @@ -3495,9 +3495,9 @@ "integrity": "sha512-NSK68YKfA95rH9x90qwCNYORlTShIyVoJ2iysN6/OPWKiy59gK6P1yTrg6hAaysWSm/r90fWTkIuukzdSu99+A==" }, "@walmart/redux-store": { - "version": "1.1.8", - "resolved": "https://npme.walmart.com/@walmart/redux-store/-/redux-store-1.1.8.tgz", ...
Redux store update
Redux store update
662034c4b7937203ac9909e3cf61c980a7a111ba
--- package.json @@ -7,10 +7,10 @@ ], "scripts": { "android": "react-native run-android", - "android:beta": "yarn run env:beta && react-native run-android --active-arch-only --mode=betaDebug", - "android:dev": "yarn run env:dev && react-native run-android --active-arch-only --mode=devDebug", - "andr...
Updated scripts
Updated scripts
8f03cb246cd13a54e9de1fd8cb4a979d38381fb1
--- src/containers/ChatInput/AudioPlayback.tsx @@ -106,14 +106,7 @@ export const AudioPlayback = (props: { interruptionModeAndroid: InterruptionModeAndroid.DuckOthers, interruptionModeIOS: InterruptionModeIOS.MixWithOthers, }); - - try { - await createSound(); - } catch (e: any) { - l...
reverting some changes
reverting some changes
09c194ad540db40e6919c893c88997ec5b84feec
--- __tests__/whatsNew/__snapshots__/WhatsNewScreenTest.tsx.snap @@ -87,6 +87,12 @@ exports[`WhatsNewScreen handles undefined config 1`] = ` > whatsNew.screenTitle </Text> + <Text> + dev + </Text> + <Text> + com.walmart.stores.allspark.beta://SSOLogin ...
lint fixes
lint fixes
d589e5e9a6d0a5432472d55c96b9af897b1a0997
--- ios/Podfile.lock @@ -427,7 +427,7 @@ PODS: - React - react-native-safe-area-context (3.3.2): - React-Core - - react-native-scanner-3.0 (0.1.8): + - react-native-scanner-3.0 (0.1.10): - Firebase/Analytics - React - ScanditBarcodeCapture (= 6.14.0-beta.3) @@ -445,7 +445,7 @@ PODS: -...
Scanner3: Remove pdf417 and datamatrix barcode types support
Scanner3: Remove pdf417 and datamatrix barcode types support
e1fe524ae57b209f90d9b3601d588c0fe9b685d2
--- packages/allspark-foundation/src/Components/TeamOnboarding/Screens/TeamOnboardingScreen.tsx @@ -3,7 +3,7 @@ import { Image, View, StyleSheet } from 'react-native'; import { Body, Button, colors, Heading } from '@walmart/gtp-shared-components'; import { TeamOnboardingCards } from '../Component/TeamOnboardingCard...
feat: fix images import
feat: fix images import
1958da2e6c4b736f03c50333d18f46443d71cef0
--- packages/allspark-foundation-hub/src/SupplyChain/Components/ShiftFilter/ShiftFilter.tsx @@ -49,8 +49,11 @@ export const ShiftFilter = ({ handleSelectShift(shiftName); teamSelectionTelemetry.logEvent('supplychain_select_shift_event', { message: 'Supplychain shift selected', -division: division? trim...
Update ShiftFilter.tsx
Update ShiftFilter.tsx
8cb23faec530838cba455d761775237eeeafb8de
--- jest.config.js @@ -16,10 +16,10 @@ module.exports = { coverageReporters: ['lcov', 'text'], coverageThreshold: { global: { - statements: 89, - branches: 79, - functions: 86, - lines: 89, + statements: 85, + branches: 75, + functions: 85, + lines: 85, }, }, ...
chore(ui): update wmconnect version
chore(ui): update wmconnect version
701439949f4417ac9fe1cc436f8c3975052929cc
--- packages/allspark-foundation-hub/src/SupplyChain/Modals/EditSavedTeamModal/styles.ts @@ -36,7 +36,6 @@ export const editSavedTeamModalStyles = StyleSheet.create({ }, emptyStateText: { textAlign: 'center', - color: colors.gray, }, });
fix(bug): add no teams found image
fix(bug): add no teams found image
39e7d9188387aef996d04369c57978441dcce3af
--- package-lock.json @@ -52,9 +52,9 @@ "@walmart/gta-react-native-calendars": "0.0.16", "@walmart/gtp-shared-components": "2.0.3", "@walmart/impersonation-mini-app": "1.11.0", - "@walmart/ims-print-services-ui": "2.0.1", + "@walmart/ims-print-services-ui": "2.0.3", "@w...
bump up iteminfo and print versions
bump up iteminfo and print versions
72fb577e6f4cf41512fc884fbb844ed5cba87a2c
--- packages/allspark-foundation/src/HTTP/utils.ts @@ -50,7 +50,7 @@ export function createAxiosHeaders( const rawHeaders: Record<string, string> = {}; if (isHeaders(headers)) { - headers.forEach((value, name) => { + headers.forEach((value: string, name: string) => { rawHeaders[name] = value; ...
chore: fix typing issues
chore: fix typing issues
e3304b817573aa3b646ae499477a6f0bec1469b1
--- ios/Podfile.lock @@ -508,14 +508,14 @@ PODS: - RNWMSSOLibrary (1.1.0): - AppAuth - React - - SSO (= 1.3.5) + - SSO (= 1.3.6) - SDWebImage (5.11.0): - SDWebImage/Core (= 5.11.0) - SDWebImage/Core (5.11.0) - SDWebImageWebPCoder (0.6.1): - libwebp (~> 1.0) - SDWebImage/Core (...
SSO version bump up to 1.1.8
SSO version bump up to 1.1.8
c05d601a4faceb6552bf2857dfde4b0aadbafa5c
--- package.json @@ -149,7 +149,7 @@ "@walmart/returns-mini-app": "4.17.8", "@walmart/rfid-scan-mini-app": "2.13.2", "@walmart/rn-mobile-sdk-pairing": "2.1.8", - "@walmart/rn-receiving-mini-app": "2.4.101", + "@walmart/rn-receiving-mini-app": "2.5.18", "@walmart/roster-mini-app": "3.3.0", ...
feat(receiving): Drop 33 version bump (#4603)
feat(receiving): Drop 33 version bump (#4603) * chore: bump receiving 2.5.10 * feat: version bump receiving 2.5.11 * chore: bump receiving 2.5.12 * chore: bump receiving 2.5.13 * chore: bump receiving 2.5.14 * chore: bump receiving 2.5.16 * chore: bump receiving @ 2.5.17 * chore: bump receiving 2....
d81a2bf8c1d1760dbc6a07b8b450828c147a0f46
--- src/screens/ChannelsScreen.tsx @@ -83,6 +83,7 @@ export const ChannelsScreen: React.FC<ChannelScreenProps> = ( props: ChannelScreenProps, ) => { const {bottom: bottomInset} = useSafeAreaInsets(); + const channelsListBottomPadding = 82; const {navigation, newMessageButtonOffset, isMeganavScreen} = props; ...
adding bottom padding
adding bottom padding
951c270b134683ef990413d1ba99e80978a8c7ba
--- packages/allspark-foundation-hub/__tests__/TeamOnboarding/TeamSelectionUtils.test.tsx @@ -135,9 +135,8 @@ describe('myArea', () => { }); }); -// TODO: fix looper test job failure describe('useGetViewersPrimaryTeamName', () => { - it.skip('should return "Management" team if viewer has no teams and title incl...
fixed test cases failures
fixed test cases failures
c2694842a3306d8e1b9e374630c0b9cebd64ddbc
--- src/listeners/index.ts @@ -0,0 +1,74 @@ +/** + * @fileoverview Listeners Module - Feature Event Listeners for Associate Experience Hub + * + * This module defines and registers event listeners for the Associate Experience Hub feature + * with the Allspark framework. It handles feature lifecycle events including con...
feat(ui): update celebration widget listener
feat(ui): update celebration widget listener
bc3d9d4433195ab4d9abf85b61f28db99d2e8efe
--- package.json @@ -117,7 +117,7 @@ "@walmart/ims-print-services-ui": "2.22.0", "@walmart/inbox-mini-app": "0.103.1", "@walmart/invue-react-native-sdk": "0.1.26-alpha.12", - "@walmart/iteminfo-mini-app": "8.6.1", + "@walmart/iteminfo-mini-app": "8.7.0", "@walmart/learning-mini-app": "20.0.79"...
feat(item-info): Update iteminfoini app version for drop34
feat(item-info): Update iteminfoini app version for drop34
21d7e2d08d5717214f18c3c6523f55ae58280618
--- package.json @@ -80,7 +80,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": "6.4.10", "@walmart/allspark-cope-key-listener": "...
feat(core): fondation version bump to v.6.59.0 (#4865)
feat(core): fondation version bump to v.6.59.0 (#4865) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
e873b53b0c2ecf2e668f9713ee1d1318c4121821
--- package-lock.json @@ -60,7 +60,7 @@ "@walmart/impersonation-mini-app": "1.20.2", "@walmart/ims-print-services-ui": "2.5.1", "@walmart/inbox-mini-app": "0.86.1", - "@walmart/iteminfo-mini-app": "7.4.0", + "@walmart/iteminfo-mini-app": "7.6.0", "@walmart/manager-appro...
bump up ItemInfo version for drop 15.1
bump up ItemInfo version for drop 15.1
7b768973fde07e0a1e789b784294d4d1816cb1e2
--- graphql.yml @@ -1,90 +1,89 @@ -schemaVersion: "1.0.0" +schemaVersion: '1.0.0' enableGating: true teamRostersProductId: 1824 notify: slack: - channelName: "smdv-miniapp" + channelName: 'smdv-miniapp' applications: - - name: "ROSTER-MINIAPP" - applicationKey: "ROSTER-MINIAPP" - description: "Roste...
Update dnd status chip
Update dnd status chip
641df1822cd88969400e68adef365e65f67c9aeb
--- src/hooks/user.ts @@ -2,9 +2,9 @@ import {useSelector} from 'react-redux'; import {UserSelectors, User} from '@walmart/redux-store'; import {teamLeadJobDescriptions as teamLeadJobDescriptionsSelector} from '../redux/selectors'; import {payTypes} from '../constants'; -import {useEffect, useState} from 'react'; i...
update roster screen to not show banner while loading
update roster screen to not show banner while loading
06bfc31695c49de2fd4b6eb6cb4c9f46ced75da0
--- packages/roster-mini-app/src/translations/locales/en-US.json @@ -92,4 +92,3 @@ "warningAlert.maxRetriesMessage": "Max retry attempts reached. Pull to refresh to try again.", "warningAlert.warningMessage": "Unable to load. Please refresh." } -
feat: update translations
feat: update translations
09fac50d4913b5f334b8fee308ed3ae1c2c196b2
--- 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.35", + "@walmart/taskit-mini-app": "5.42.37", "@walmart/time-clock-mini-app": "3.19.6",...
feat: fixing few safety issues (#4871)
feat: fixing few safety issues (#4871)
1e7a695711a2136410641f298d3ac3d672e24a83
--- __tests__/harness/redux/index.tsx --- __tests__/harness/redux/rootReducer.ts @@ -1 +0,0 @@ -//TODO: Grab rootReducer from redux store or alter @walmart/redux-store to expose a configureStore where preloaded state can be injected --- __tests__/screens/RosterScreenTest.tsx @@ -1,12 +1,14 @@ import {render, scree...
refactor to filename
refactor to filename
fadaa39aca2a4d3954bfa9d0cb758360fa86d38a
--- package-lock.json @@ -86,7 +86,7 @@ "@walmart/taskit-mini-app": "2.47.8", "@walmart/texting-mini-app": "2.0.35", "@walmart/time-clock-mini-app": "2.175.0", - "@walmart/topstock-mini-app": "1.2.3", + "@walmart/topstock-mini-app": "1.2.4", "@walmart/ui-components": "1...
fix(issue): fix inventory delta issue
fix(issue): fix inventory delta issue
3d9e67e1bf4b8f62c1d51274b31a34c8f67db2fe
--- .looper.yml @@ -29,7 +29,7 @@ flows: pr: - (name Boostrap) npm run bootstrap - (name Lint) npm run lint - - (name Test) npm run test + # - (name Test) npm run test preparePublish: - (name Install Lerna project dependencies) npm ci
chore: skip test for looper build
chore: skip test for looper build
e08cd0d469935749835728265135d63abc67a3e5
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -536,7 +536,7 @@ SWIFT_OBJC_BRIDGING_HEADER = "AllSpark-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; VERSIONING_SYSTEM = "apple-generic"; }; na...
Removed iPad support (#428)
Removed iPad support (#428) Co-authored-by: Hitesh Arora <>
0270f720600a90d8b15e9b9d32f94f04763727a0
--- packages/celebration-mini-app/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.42.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebration-m...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.42.0
c4732bd16d61e9afe2b73f002e42cb3ab8e8a8c5
--- src/channels/provider.tsx @@ -168,7 +168,7 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => { .where('participants', 'array-contains', viewerId) .where('lastMessageTime', '>', SEVEN_DAYS_AGO_TIMESTAMP) .orderBy('lastMessageTime', 'desc') - .onSnapshot((snapshot:...
feat(ui): update db name
feat(ui): update db name
c716ff1f23baca9ca879c119f35fe43f39409df2
--- env.beta.js @@ -29,11 +29,11 @@ export default { associateAuthConfig: { issuer: 'https://pfedprod.wal-mart.com', clientId: 'MeAtWMT', - redirectUrl: 'com.walmart.squiggly://SSOLogin', + redirectUrl: 'com.walmart.stores.allspark.beta://SSOLogin', scopes: ['openid', 'full'], additionalPar...
updated config
updated config
aeae53c40e11b6ecc2facdfa916ffbb1e663e157
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.31.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.30.0...v2.31.0) (2025-05-01) + + +### Features + +* **ui:** update lint ([21905da](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/21905da71bf68617caef428504406eafd6d15222)) + # [2.30.0](h...
chore(release): 2.31.0 [skip ci]
chore(release): 2.31.0 [skip ci] # [2.31.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.30.0...v2.31.0) (2025-05-01) ### Features * **ui:** update lint ([21905da](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/21905da71bf68617caef428504406eafd6d15222))
41147b92434eaf7ee24ee14966796c20c77e201c
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.10", + "version": "2.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/texting-mini-app", - "version": "2.0.10", + "version": "2.0.8", "hasInstal...
code of conduct links update
code of conduct links update
c8811e342160b5bf0f3a4f39915bad0f87a9dda7
--- android/app/src/main/java/com/walmart/stores/allspark/beta/MainActivity.java @@ -27,4 +27,12 @@ public class MainActivity extends ReactActivity { protected String getMainComponentName() { return "AllSpark"; } + + /** + * Override back button press on Android to not destroy this activity + */ + @Ove...
override backbutton on Android (#555)
override backbutton on Android (#555) Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com>
b9a55e8df75fda4086fb4a6f6342189ad6e83762
--- package.json @@ -94,7 +94,7 @@ "@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.37.0", + "@walmart/roster-mini-app": "2.37.1", "@walmart/ui-components": "1.15.1", "@walmart...
Updating roster version
Updating roster version
3265aa7fb82d7d56a8d74f702264d4c4f0c322bd
--- package.json @@ -251,7 +251,8 @@ "@walmart/ui-components/(.*)": "<rootDir>/__tests__/__mocks__/@walmart/ui-components.js", "@walmart/redux-store/(.*)": "<rootDir>/__tests__/__mocks__/@walmart/redux-store.js", "@react-navigation/drawer/(.*)": "<rootDir>/__tests__/__mocks__/@react-navigation/draw...
Moving change store modal to associate stack. Adding text loading state
Moving change store modal to associate stack. Adding text loading state
71941d128af62090aae040be26d224ecd2065d2a
--- graphql.yml @@ -1,6 +1,9 @@ schemaVersion: "1.0.0" enableGating: true teamRostersProductId: 1824 +notify: + slack: + channelName: "smdv-miniapp" applications: - name: "ROSTER-MINIAPP" applicationKey: "ROSTER-MINIAPP"
fix: reverting yml file
fix: reverting yml file
3c5e368e2120f0fc3c0b1fa146c24f960d76583b
--- package.json @@ -116,7 +116,7 @@ "@walmart/gtp-shared-components": "2.2.7", "@walmart/ims-print-services-ui": "2.22.0", "@walmart/inbox-mini-app": "0.103.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): Digital Key Drop 33 Hotfix for iOS devices running iOS 26.0 (#4792)
fix(digitalkey): Digital Key Drop 33 Hotfix for iOS devices running iOS 26.0 (#4792) Co-authored-by: gary wong <gary.wong@walmart.com> Co-authored-by: Alex Scarlett <Alex.Scarlett@walmart.com> Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
2624c99d6ff1c98bb576bb95f42b132c9fcb4c53
--- core/__tests__/PinAccess/PinCodeSagasTest.ts @@ -203,9 +203,16 @@ describe('handlePinPrompt', () => { }); describe('pinPromptFlow', () => { - it('runs expected actions', () => { + it('does not await prompt action if disabled', () => { const iterator = pinPromptFlow(); - expect(iterator.next().value).t...
fix: pin prompt task not using config to enable or disable
fix: pin prompt task not using config to enable or disable
9a2ef2a9d8dc40fa117cef29e8cd6a00c4b9075e
--- __tests__/__mocks__/@walmart/ask-sam-mini-app.js @@ -1,3 +1,6 @@ +const AskSamMiniApp = () => 'AskSamMiniApp'; +AskSamMiniApp.init = jest.fn(); + module.exports = { - AskSamMiniApp: 'AskSamMiniApp', + AskSamMiniApp, }; --- __tests__/navigation/AssociateHallwayNav/__snapshots__/indexTest.tsx.snap @@ -26,7 +26,...
Fixing test
Fixing test
3db000959b086b754c37771365dde8edc0ef4e18
--- .looper-pr.yml @@ -33,4 +33,3 @@ envs: -
feat(ui): update looper yml #SMDV-9999
feat(ui): update looper yml #SMDV-9999
dd088b3820c5f61410ae7e44593bf4e9c938e4d2
--- .husky/pre-commit @@ -80,23 +80,43 @@ if [ -n "$STAGED_SRC_FILES" ] || [ -n "$STAGED_TEST_FILES" ]; then ALL_TEST_FILES="$STAGED_TEST_FILES $RELATED_TESTS" ALL_TEST_FILES=$(echo $ALL_TEST_FILES | tr ' ' '\n' | sort -u | tr '\n' ' ') - if [ -n "$ALL_TEST_FILES" ]; then - echo "Running tests: $ALL_TEST_...
feat(ui): fix test failure #SMDV-8174
feat(ui): fix test failure #SMDV-8174
d947a140d048babf9ee1002d4e6e9ac805ea8733
--- package.json @@ -104,7 +104,7 @@ "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/redux-store": "6.1.4", "@walmart/ui-components": "1.15.1", - "@walmart/wmconnect-mini-app": "2.8.0-alpha.8", + "@walmart/wmconnect-mini-app": "2.8.0-alpha.9", "babel-jest": "^29.2.1", "chance": "^1.1...
Update roster mini app version
Update roster mini app version
2a61af47ccdd069cc33b6fe5abb33e2318ba0ddd
--- .looper.multibranch.yml @@ -273,7 +273,7 @@ flows: - call: increment-version-code - node(label=$LOOPER_NODES, ws="exclusive"): - parallel(failsafe): - # - call: build-native(ios) + # - call: build-native(ios) - call: build-native(android) - call: run-sonar-analysis -...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
f30dbca200a6a93942fd12fc4e8e6d32e1135da5
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.29.0", + "version": "2.30.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 the query to include the query params
Update the query to include the query params
347fee00617eeb78c55f3ea5dd49923caad20a69
--- package-lock.json @@ -4263,7 +4263,7 @@ "@walmart/gtp-shared-components": { "version": "1.2.0", "resolved": "https://npme.walmart.com/@walmart/gtp-shared-components/-/gtp-shared-components-1.2.0.tgz", - "integrity": "sha1-uZ6zL5R12W20AFyA5eFskWpu0Iw=", + "integrity": "sha512-OxDrYdXQeR2...
Upgraded taskit version
Upgraded taskit version
ece3e3c44d906e9881c79a50ea413df50d6547f9
--- package-lock.json @@ -2988,9 +2988,9 @@ } }, "@walmart/allspark-home-mini-app": { - "version": "0.1.10", - "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.1.10.tgz", - "integrity": "sha512-l7AK4xUdXNDeXlxB6EGZZmkNKOHzFLdd0+r8Iyu4LWwkMQ...
Incrementing home version (#382)
Incrementing home version (#382) Co-authored-by: rlane1 <rlane1@walmart.com> Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com>
d78f6cf244ce0d41637133e11a6244ac21de86f6
--- android/app/build.gradle @@ -278,16 +278,16 @@ android { buildTypes { release { tasks.whenTaskAdded { task -> - if (task.name.matches(/^assemble.*Release$/)) { + if(task.name.matches(/^assemble.*Release$/)) { task.finalizedBy 'signRelease...
reverting blank space
reverting blank space
38faab614e91c638287576c73d46f0319383078d
--- packages/allspark-foundation/README.md @@ -55,12 +55,12 @@ npx pod-install ios ### Creating a Feature -To create a new feature app, start with the [AllsparkFeature](./src/Feature/README.md) documentation. +To create a new feature app, start with the [AllsparkFeature](./src/Feature/README.md#allspark-feature) d...
Update README.md
Update README.md
e1a5676f1f75c685f016e3c310105d1bf216dc10
--- src/channels/provider.tsx @@ -100,7 +100,6 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => { } else { teamChannelDoc.update({ participants: firestore.FieldValue.arrayUnion(viewerId), - lastMessageTime: firestore.FieldValue.serverTimestamp(), ...
update review comments
update review comments
985c71249c58b56fe170a49042d68c70685da308
--- src/navigation/BottomSheet.tsx @@ -41,6 +41,7 @@ const styles = StyleSheet.create({ flexDirection: 'row', }, headerTitle: { + flex: 1, flexDirection: 'row', fontSize: 18, lineHeight: 24, --- src/storeInfo/StoreInfo.tsx @@ -63,7 +63,7 @@ export const StoreInfo = (props: StoreInfoProps)...
Adding change store translations
Adding change store translations
687950f6fa3a6be09684304d4a079b1414e87291
--- package-lock.json @@ -83,7 +83,7 @@ "@walmart/taskit-mini-app": "2.34.6", "@walmart/time-clock-mini-app": "2.98.0", "@walmart/topstock-mini-app": "1.0.6", - "@walmart/ui-components": "1.12.0", + "@walmart/ui-components": "1.14.1", "@walmart/welcomeme-mini-app": "0.7...
Inbox gtp component fix
Inbox gtp component fix
14a540d966917a092afc5ffd4815dde55fc84db2
--- targets/US/ios/Podfile.lock @@ -2242,7 +2242,7 @@ PODS: - FirebaseMessaging (<= 10.18.0) - StructuredLogAssistantIOS (= 0.0.7) - TOCropViewController (2.7.4) - - topstock-mini-app (1.16.16): + - topstock-mini-app (1.16.17): - React - VisionCamera (3.7.1): - React @@ -2905,7 +2905,7 @@ SP...
upgrade podlock file
upgrade podlock file
45446571e0d11f5f55bf614ab4de0aaca7b0cf13
--- src/translations/es-MX.ts @@ -39,6 +39,10 @@ export const esMX = { clockedIn: 'Dentro de horario', online: 'En línea', }, + shiftChip: { + shift: 'Shift ', + separator: ' | ', + }, statusChips: { absent: 'Ausente', tardy: 'Tarde',
feat: add MX translation
feat: add MX translation
363d25ce890fb6fab533ac6edcd3e0317b9b47cc
--- __tests__/startup/AppFlowTest.ts @@ -11,7 +11,7 @@ import { } from 'redux-saga/effects'; import i18next from 'i18next'; -import {AuthActionTypes, AuthService} from '@walmart/allspark-foundation/Auth'; +import {AuthActionTypes, AuthModule} from '@walmart/allspark-foundation/Auth'; import {UserActionTypes} from ...
fix: bump allspark-auth and gtp shared components (#5083)
fix: bump allspark-auth and gtp shared components (#5083)
6f59aca120cd40d3ce2ef31c98635bd9e7d44984
--- __tests__/sumo/SumoReduxTest.ts @@ -7,6 +7,8 @@ import { getSumoCharged, getSumoOptIn, getSumoProfile, + getSumoCharging, + getSumoChargeError, } from '../../src/sumo/SumoRedux'; const mockProfile = {userId: 'swalton3'}; @@ -39,6 +41,16 @@ describe('selectors', () => { expect(charged).toEqual(IN...
Adding redux tests
Adding redux tests
e3628274360290be43d8436b9c8bbd050fdf1953
--- .looper-android-dev.yml @@ -21,5 +21,5 @@ flows: sh scripts/getAndroidAppVersionFromGradle.sh android/app/build.gradle - npm run jetifier # - (name replace gradle implementation in firestore) sh scripts/updateFirestoreGradle.sh - - (name replace gradle implementation in remote-config) sh scrip...
updated script to fix firebase/perf issue
updated script to fix firebase/perf issue
966d16a18b458a0bd19f1bda7b6caec0d8bc2dd5
--- __mocks__/@walmart/online-w4-mini-app.js @@ -0,0 +1,6 @@ +module.exports = { + __esModule: true, + default: { + buildAllScreens: () => "OnlineWFourScreen", + }, +}; --- __tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -456,6 +456,7 @@ exports[`AssociateHallwayNav...
feat(onboard online w4 mini app): OPIF-145281 onboard online w4 (#4301)
feat(onboard online w4 mini app): OPIF-145281 onboard online w4 (#4301) * feat(onboard online w4 mini app): OPIF-145281 onboard online w4 BREAKING CHANGE: introduce new application in me@walmart container * update yarn --------- Co-authored-by: Chaitanya Suryadevara <chaitanya.suryadevara@walmart.com> Co-...
d0def65800407cba9fadbcb1c2c5a346a761aa23
--- package-lock.json @@ -77,6 +77,7 @@ "eslint-plugin-react-native": "^4.1.0", "expo": "49.0.10", "expo-av": "13.4.1", + "expo-image": "1.3.5", "firestore-jest-mock": "^0.21.0", "husky": "^4.3.0", "i18next": "^22.0.1", @@ -101,7 +102,6 @@ "react-nat...
Update roster mini app version
Update roster mini app version
598b06626b3ecfb71152d99a7437e421c5336915
--- android/app/src/main/AndroidManifest.xml @@ -52,15 +52,6 @@ <uses-library android:name="org.apache.http.legacy" android:required="false"/> <!-- react-native-maps --> - <!-- android:exported not specified on this service --> - <!-- attempting to override and merge config here --> - ...
update google STT and update manifest to remove override
update google STT and update manifest to remove override
14cff319bc693c99db7cb1a0736c12792d9d08b7
--- src/Adapters/useGetStoreAssociateAdapter.ts @@ -8,7 +8,7 @@ import { import { allTeamsSorter, createTeamsSectionsByWorkgroup, -} from "../MyWalmartTeamSwitcher/utils"; +} from "src/common/utils"; import { TeamSection, TeamImage } from "src/common/types"; export interface StoreAssociateAdapterData { ---...
feat(ui): move MyWalmartTeamSwitcher utils up to top level #SMDV-7856
feat(ui): move MyWalmartTeamSwitcher utils up to top level #SMDV-7856
a47871ec1ec148b91a11b2db53cf704c92ecdb71
--- .looper.yml @@ -18,6 +18,11 @@ branches: - manual: name: Canary Release call: canaryRelease + - spec: feat/* + triggers: + - manual: + name: Canary Release + call: canaryRelease - spec: develop triggers: - push:
feat(ui): update the associate exp packages
feat(ui): update the associate exp packages
fb53baa9d94e000545e9c8ce3547a1feefd53f8d
--- package-lock.json @@ -70,10 +70,10 @@ "@walmart/metrics-mini-app": "0.18.6", "@walmart/mod-flex-mini-app": "1.14.6", "@walmart/moment-walmart": "1.0.4", - "@walmart/money-auth-shared-components": "0.0.14", + "@walmart/money-auth-shared-components": "0.1.2", "@walmar...
bump version
bump version
241bcdc77af68233ea04daf21c33ac97414bc8f2
--- packages/allspark-foundation/src/Container/AllsparkContainer.tsx @@ -387,8 +387,8 @@ export class AllsparkContainer< // Other client configurations may be dependent on env so this is done first. if (!env) { - throw Error( - 'AllsparkContainer Intilization Error: env is required in enviorment...
fix: error message typos fixed
fix: error message typos fixed Co-authored-by: qodo-merge[bot] <98856+qodo-merge[bot]@users.noreply.gecgithub01.walmart.com>
7995a3a9ac1de88c3f9eb43c6deef0d4974cce1c
--- packages/allspark-foundation/src/Feature/AllsparkFeature.ts @@ -0,0 +1,50 @@ +import { IAllsparkFeature, AllsparkFeatureConfig } from './types'; +import { validateMiniAppConfig } from './validate'; + +export const AllsparkFeature = <C extends AllsparkFeatureConfig>(config: C) => { + const { + id: miniAppId, + ...
feat: update allspark mini app to allspark feature
feat: update allspark mini app to allspark feature
705bb095de59d209d9fe4d92a345e1c1b91cff95
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -736,7 +736,10 @@ INFOPLIST_FILE = AllSpark/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - LIBRARY_SEARCH_PATHS = "\"$(inherited)\""; + LIBRARY_SEARCH_PATHS = ( + "\"$(inherited...
fix xcode 12 build problem
fix xcode 12 build problem
5a83be178babeb35d6610d15b47e6f0d52141003
--- packages/allspark-foundation/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [6.31.1-alpha.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foun...
Revert "chore(version): updating package version"
Revert "chore(version): updating package version" This reverts commit 042d13b16d1cfc81668e576b643ed50dddb2aacd.
080d0c0bc3ddf758783322daa3d181e5e4180fb1
--- packages/allspark-foundation/__tests__/Feature/AllsparkFeatureModule.test.tsx @@ -17,7 +17,6 @@ describe('AllsparkFeatureModule', () => { translations: {}, }; beforeEach(() => { - allsparkFeatureModule = new AllsparkFeatureModule('id',config); jest.spyOn(allsparkFeatureModule a...
code cleanup
code cleanup
6739b9b01d5028544aba947661d4b0e34d921b3f
--- package-lock.json @@ -4258,9 +4258,9 @@ "integrity": "sha512-gOjtmh7vtX1XSS1JA8xJWCwoW8vsiED0NxtKNWsXLpRuZfRJ06gESSqLyQUjRXSc40S+kN6dYJYO3EOv3VEPig==" }, "@walmart/inbox-mini-app": { - "version": "0.24.0", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
inbox minor VQA fix
inbox minor VQA fix
ef1610da30b3101dac590cf240d26ab2ff483a55
--- src/startup/AssociateStartup.ts @@ -2,11 +2,9 @@ import {useEffect} from 'react'; import {useToggleState} from '@walmart/allspark-utils'; import {AllsparkReduxStore} from '@walmart/allspark-foundation/Redux'; -import {AllsparkEnvironment} from '@walmart/allspark-foundation/Environment'; import {useRbacConfig...
fix: remove feedback initialization
fix: remove feedback initialization
379a3ad0a6217ac7ffee6c372aab318c6374888f
--- 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.6", + "@walmart/translator-mini-app": "1.3.7", "@walmart/ui-components": "patch:@walm...
version bump
version bump
fa211f077e10ebe08ad3dda0bbfb4c52b213802a
--- package-lock.json @@ -4475,9 +4475,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.176.0-rc.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.176.0-rc.0.tgz", - "integrity": "sha512-XGyG+n5KYMiJhA3xTsHORQAxisp7Hvdf7/+K1R+Y2mmEo9wuEoLmbwj...
Updating taskIt version
Updating taskIt version
84fd37205e1534b9d78edb8991f556182c14a02d
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.6.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.5.0...v3.6.0) (2025-09-22) + + +### Features + +* **ui:** updated versions ([e174c86](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/e174c86be22d668fdb1fcc563df139a5207d44cc)) + # [3.5.0](https:...
chore(release): 3.6.0 [skip ci]
chore(release): 3.6.0 [skip ci] # [3.6.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.5.0...v3.6.0) (2025-09-22) ### Features * **ui:** updated versions ([e174c86](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/e174c86be22d668fdb1fcc563df139a5207d44cc))
126c57d23ab7b32eaaf50b48e4c06431c89cb4c9
--- package-lock.json @@ -3094,9 +3094,9 @@ "integrity": "sha512-S5yf6tmVHz/kK5NNtW3OdQ+nDk7ii3/v1mJ9WA0c2zjL4DRQ+hbqxUv2WOsqa2uA1wbMCliwtAaPePoeiHJEmg==" }, "@walmart/inbox-mini-app": { - "version": "0.0.59", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
Inbox version bump (#452)
Inbox version bump (#452) Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com>
24f5d264cad3b28dcf780e6c7bab50e12cb2a796
--- src/translations/en-US.ts @@ -29,6 +29,7 @@ export const enUS = { '@walmart/taskit-mini-app': 'Tasks', '@walmart/time-clock-mini-app': 'Time Clock', '@walmart/welcomeme-mini-app': 'Welcome Me', + '@walmart/me-field-mini-app' : 'Learning', 'react-native-ssmp-sso-allspark': 'Single Sign On', ...
:bookmark: adding Learning mini app version
:bookmark: adding Learning mini app version
f8f193c940c2b9fb09fab7f67f0391747541a5d4
--- package-lock.json @@ -60,7 +60,7 @@ "@walmart/impersonation-mini-app": "1.20.6", "@walmart/ims-print-services-ui": "2.7.1", "@walmart/inbox-mini-app": "0.88.9", - "@walmart/iteminfo-mini-app": "7.7.3", + "@walmart/iteminfo-mini-app": "7.7.4", "@walmart/manager-appro...
bump up iteminfo for drop 17
bump up iteminfo for drop 17
1b9889926b4c7e476c9c33b90562149b2e1808af
--- package-lock.json @@ -33,7 +33,7 @@ "@terrylinla/react-native-sketch-canvas": "0.8.0", "@walmart/allspark-graphql-client": "^1.4.5", "@walmart/allspark-neon-core": "0.1.31", - "@walmart/amp-mini-app": "1.1.30", + "@walmart/amp-mini-app": "1.1.48", "@walmart/ask-sam-...
AMP version for Drop 13
AMP version for Drop 13
3443cefee4a55ddc33eb69f234ae8f970aa6b0f1
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/ActionButtonGroup/ActionButtonGroup.tsx @@ -3,6 +3,8 @@ import { ButtonGroupProps } from './types'; import { Button } from '@walmart/gtp-shared-components'; import { buttonGroupStyles as styles } from './style'; import { View } from 'react-native'...
feat: ff for action buttons edit button and search input
feat: ff for action buttons edit button and search input
fc297822c50818366d151b173ebe1669a7473ef1
--- .looper.multibranch.yml @@ -254,9 +254,11 @@ rules: flows: default: + - excludeTools(android, maven, jdk) - echo "default flow not required" pr: + - excludeTools(android, maven, jdk) - npm install - npm run env:dev - npm run lint
Update .looper.multibranch.yml
Update .looper.multibranch.yml
a6e89ece25944a90f726ec57342135a94323f1d0
--- package-lock.json @@ -43,7 +43,7 @@ "@walmart/attendance-mini-app": "1.62.13", "@walmart/compass-sdk-rn": "5.7.4", "@walmart/config-components": "4.2.8", - "@walmart/copilot-mini-app": "2.3.19", + "@walmart/copilot-mini-app": "^3.5.1", "@walmart/core-services": "~2....
chore: bump copilot @3.5.1
chore: bump copilot @3.5.1
1d90d573e10b878c558337c0a1664bd7d83e4f4b
--- package-lock.json @@ -5238,9 +5238,9 @@ "integrity": "sha512-3JQgXUmCEw8vPdrNdWxXHmSyz0wz1xOB06rUsBUouCxVtLghC9FoSZM7Q5azFKQ0QFFKUki/hjuv/fkakzCZyA==" }, "@walmart/facilities-management-miniapp": { - "version": "0.1.6", - "resolved": "https://npme.walmart.com/@walmart/facilities-managemen...
Updating version - Facilities Management
Updating version - Facilities Management
162d25ac16aa42e28d17425f5144cdd6f81b14cf
--- src/index.tsx @@ -9,6 +9,7 @@ import {useSelector} from 'react-redux'; import {UserSelectors} from '@walmart/allspark-foundation/User'; import {AllsparkComponentContainers} from '@walmart/allspark-foundation/Components'; import {RosterWidget} from './components/RosterWidget'; +import {ClockGuard} from '@walmart/...
Update clockout screen
Update clockout screen
517846f2833efbf1083b39fdc38ad14255f9626f
--- .looper.yml @@ -4,6 +4,11 @@ tools: sonarscanner: 4.6.2.2472 updateTaskStatusOnGit: true +envs: + global: + variables: + ALLOW_NPM_PUSH_TO_AF: true + scheduling: concurrent --- .yarnrc.yml @@ -8,4 +8,4 @@ logFilters: nodeLinker: node-modules -npmRegistryServer: "https://npme.walmart.com/"...
chore: switch to artifact
chore: switch to artifact
66f5fe92edcf3d64396a426a9b172f4f8a20d1ca
--- __tests__/navConfig/NavConfigSagasTest.ts @@ -7,6 +7,7 @@ import { take, } from '@redux-saga/core/effects'; import {getStore} from '@walmart/redux-store'; +import {SIGN_OUT_SUCCESS} from '@walmart/redux-store/lib/commonjs/types/actions'; import DeviceInfo from 'react-native-device-info'; import {GlobalNavCon...
Clearing nav config on sign out
Clearing nav config on sign out
1692dfb6fa274907051b4338f21a53332a210fd2
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -528,6 +528,7 @@ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNPermissions\"", "\"${PODS_CONFIGURATION_BUILD_DIR}/Permission-Notifications\"", "\"${PODS_CONFIGURATION_BUILD_DIR}/Permission-LocationWhenInUse\"", + "\"${PODS_CONFIGURATION_BUILD_DIR}/Permission-Ca...
add lib search path
add lib search path
3fb677f9d56a6c2fc5e5cdf4198860892031af14
--- package-lock.json @@ -4309,7 +4309,7 @@ "@walmart/patient-portal-mobile": { "version": "2.1.14", "resolved": "https://npme.walmart.com/@walmart/patient-portal-mobile/-/patient-portal-mobile-2.1.14.tgz", - "integrity": "sha1-6a8PZ45o8XUCL3Jj8H7rlEfmefQ=", + "integrity": "sha512-LhqS1Ogr1...
upgraded taskit version
upgraded taskit version
ca9543f29b47e343dcd4d004fcccaa8f037275a6
--- core/__tests__/__mocks__/@walmart/associate-listening-mini-app.js @@ -1,4 +1,6 @@ module.exports = { - ConfigurableSurveyCard: 'ConfigurableSurveyCard', - AvailableSurveysNav: 'AvailableSurveysNav', + __esModule: true, + default: { + buildAllScreens: () => 'AssociateListeningScreens', + } }; --- cor...
feat: AL allspark foundation migration phase 4 and 5
feat: AL allspark foundation migration phase 4 and 5
39125a643b132b438a37a94c2afaa2130b738f63
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/ShiftFilterList.tsx @@ -8,17 +8,23 @@ import { useAllsparkTranslation } from '@walmart/allspark-foundation'; import { FEATURE_ID } from '../../../Store/constant'; import { colors } from '@walmart/gtp-shared-components/dist'; impor...
Adding getSubText utils function
Adding getSubText utils function
1af286fd11004a1ad0ba75a3aa957a61d6b2aacc
--- packages/allspark-foundation/src/Core/docs/GraphQLCodegen.md @@ -24,6 +24,8 @@ Create an `allspark.config.js` file. This configures code generation in the next step. Below are the minimum required fields. More in depth customization can be found here. +Refer to the [Allspark Config Doc](./AllsparkConfig.md) fo...
docs: update permissions, graphql and codegen docs
docs: update permissions, graphql and codegen docs
1d74b71307c2c7839f856011d5d91c8307436356
--- src/index.tsx @@ -15,7 +15,7 @@ import { onPreRegister } from '@/setup'; import { CoreNavigation } from '@/navigation'; if (__DEV__) { - require("./ReactotronConfig"); + require("../ReactotronConfig"); } // All setup needing to be done before the app is registered (registerRootComponent)
chore: fix reactotron config path
chore: fix reactotron config path
2c006f6c9be343dd20eee06aa3cb2482403af89c
--- Gemfile @@ -11,6 +11,6 @@ eval_gemfile(plugins_path) if File.exist?(plugins_path) # Cocoapods 1.15 introduced a bug which break the build. We will remove the upper # bound in the template on Cocoapods with next React Native release. -gem 'cocoapods', '>= 1.16.0' +gem 'cocoapods', '>= 1.13', '< 1.15' gem 'activ...
Revert "gem update for ios"
Revert "gem update for ios" This reverts commit dac7c4af4cf64b560be801c3b11eddb98891e8d4.
4ff747e0bfb375c91abf317fb716c002b970cbe8
--- packages/allspark-foundation-hub/src/Store/Modules/TeamSelection/Component/TeamSelectionList.tsx @@ -179,6 +179,11 @@ export const TeamSelectionList = ({ StoreManagerExperienceCreators.updateSelectedTeamIDs(selectedTeamIds) ); + dispatch( + StoreManagerExperienceCreators.updateSelectedTeamIdsF...
fix(ui): bug fix
fix(ui): bug fix
9698593f659d46eddac3fe60daf7edf3fbb03a72
--- packages/allspark-foundation/src/HubFeature/Onboarding/TeamSelection/Screens/TeamSelection.tsx @@ -1,7 +1,8 @@ import React, { useState, useMemo } from 'react'; import { Team as TeamType, Area } from '../types'; import { TeamSelectionList } from '../Component/TeamSelectionList'; -import { Spinner } from '@walmar...
feat(ui): teamselection error screen
feat(ui): teamselection error screen
1e9e9d295fb7e25285df10c82837919a2884707f
--- env.prod.js @@ -18,7 +18,7 @@ export default { index: 'allspark', format: 'json', }, - logLevel: 'error', + logLevel: 'warn', internalUrl: 'https://api-proxy-es2.prod-us-azure.soa-api-proxy.platform.prod.us.walmart.net', internalBffUrl:
change log level to warn
change log level to warn
d1e23e58d67f86ffd6e93775afab61b12eaacbdd
--- packages/allspark-foundation/src/Translation/index.tsx @@ -25,8 +25,9 @@ export type IAllsparkTranslationClient = CloneableService< export const TranslationClient = (config?: TranslationClientConfig) => { const instance = i18n.createInstance(config); - const clones = {} as Record<string, Clone<IAllsparkTrans...
chore: saving work
chore: saving work
0704402809ab349c9cc123acfdb6648245b4d1f4
--- package.json @@ -81,6 +81,7 @@ "@walmart/core-utils": "~1.0.10", "@walmart/counts-component-miniapp": "0.0.35", "@walmart/exception-mini-app": "0.41.1", + "@walmart/facilities-management-miniapp": "0.0.4", "@walmart/feedback-all-spark-miniapp": "0.3.8", "@walmart/functional-components": ...
facility manage: maintain alphabetical order
facility manage: maintain alphabetical order
20ded9f29a9a7a2065a926aaee420834876537b0
--- env.dev.js @@ -39,12 +39,13 @@ export default { clientAuthMethod: 'post', }, athena: { - url: 'https://athena-gateway.sdev.us.walmart.net', + shadowGateway: 'https://athena-gateway.sdev.us.walmart.net', + url: 'https://developer.api.us.stg.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1', h...
chore: update dev env config for looper builds
chore: update dev env config for looper builds
835efa14c860400380326aff7788fa6a1e2f939a
--- android/app/src/main/res/values/styles.xml @@ -6,6 +6,7 @@ <item name="android:statusBarColor">@color/blue</item> <!-- Refer to https://github.com/facebook/react-native/pull/29452 --> <item name="android:editTextBackground">@drawable/rn_edit_text_material</item> + <item name="andro...
fix: :lipstick: Added text color for app theme to fix dark mode text input issue
fix: :lipstick: Added text color for app theme to fix dark mode text input issue
7f6a8a114a6a0473a8157307443233a5574d60eb
--- packages/celebration-mini-app-graphql/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.25.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celeb...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.34.0 - @walmart/celebration-mini-app-graphql@1.25.0