commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
ef8083c13a155bc45e78d6348afadc5a7b80ea35 | --- __tests__/core/initSSOTest.ts
@@ -112,6 +112,7 @@ describe('ssoTelemetryEventListener', () => {
countryCode: 'US',
siteId: 'NOT_FOUND',
domain: 'Store/Club',
+ userIdState: 'unset',
},
);
});
@@ -121,6 +122,7 @@ describe('ssoTelemetryEventListener', () => {
do... | More logging. | More logging.
|
03750d73d344968716c2be190fd2dae3f68cc5dd | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.3.6",
+ "version": "1.3.7",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
--- packages/allspark-foundation-hub/src/Container/AllsparkHubContainer.tsx
@... | Update foundation hub version for validation widgets function | Update foundation hub version for validation widgets function
|
c5f27613f40af728357621179ebdb4b1aa5c624f | --- packages/allspark-foundation-hub/src/HubFeature/AllsparkHubContainer.tsx
@@ -8,6 +8,7 @@ import { createDefaultWidgetsConfig, validateWidgets } from './utils';
import { ValidatedTeamWidgetMapping, ComponentOverrides } from './types';
import { AllsparkFeatureModule } from '@walmart/allspark-foundation/Feature';
i... | Adding translation for SC | Adding translation for SC
|
8338f74fe170d32a33f1ffc669ed5a329eebfe90 | --- __tests__/logger/analytics-test.tsx
@@ -26,6 +26,12 @@ describe('Texting analytics', () => {
expect(logSpy).toBeCalled();
});
+ it('shall default sampling rate to 100 if its not passed in', () => {
+ const logSpy = jest.spyOn(WmTelemetry, 'logEvent');
+ analytics('test event', {}, undefined);
+ ... | Adding analytics test coverage | Adding analytics test coverage
|
2537e45b557154849195dce4a7f4b36eb44c9ead | --- android/app/src/main/AndroidManifest.xml
@@ -65,7 +65,7 @@
</service>
<receiver
- android:name="com.walmart.ssae.sms.sumo.sdk.reactnative.SumoModuleMQTTPushReceiver"
+ android:name=".MQTTPushReceiver"
android:enabled="true"
android:exported="true"
android:per... | Fix/android notification icon (#286) | Fix/android notification icon (#286)
* WIP
* Added notification icons and FCMReceiver code to override pushes and add icon to the notification
* changed name of the small icon
* added icon for status bar
* removing icons
* Adding logic to fix for MQTT
Co-authored-by: Hitesh Arora <> |
86e29369922f84bef934c62d4ae24e66d606aa32 | --- .looper.multibranch.yml
@@ -94,4 +94,3 @@ flows:
mini-pr:
- (name Branch Check, silent) echo "TBD"
- call: build-npm
- - (name Build JS Bundle) ./node_modules/.bin/react-native bundle --entry-file ./targets/US/index.js --bundle-output ./bundle.js --reset-cache
| chore: looper template testing | chore: looper template testing
|
acc85482b4a718cbf6dc541361ecfdf5009ae8ff | --- __tests__/sumo/SumoReduxTest.ts
@@ -56,18 +56,9 @@ describe('selectors', () => {
expect(optIn).toEqual(INITIAL_STATE.optIn);
});
- describe('getSumoProfile', () => {
- it('handles defined profile', () => {
- const profile = getSumoProfile(mockState);
- expect(profile).toEqual(mockProfile);
-... | Updating sumo registration saga to avoid rapid requests | Updating sumo registration saga to avoid rapid requests
|
bae6dd6fa70b267a69c44267408057ed89245997 | --- __tests__/core/RootContainerTest.tsx
@@ -32,6 +32,11 @@ jest.mock('../../src/core/wmConfigInit.ts', () => ({
jest.mock('react-native-splash-screen', () => ({
hide: jest.fn(),
}));
+jest.mock('@walmart/push-to-talk-mini-app', () => ({
+ Components: {
+ NotificationsContainer: () => null,
+ },
+}));
descri... | PTT version upgrade (#120) | PTT version upgrade (#120)
* PTT version upgrade
* mocking notification component |
bab418171428e20a0bfc6747264e9e27f9336b23 | --- packages/allspark-foundation/src/Elements/README.md
@@ -1,17 +1,10 @@
# Allspark Elements
-An `AllsparkElement` is a component whose creation and placement are separate from its update.
+## Overview
-This allows for a component to be created and placed, usually by a Container app, then updated at a later time ... | doc: update elements readme | doc: update elements readme
|
a9c7c66440f1775edc286e47669d77c9033b1d96 | --- .looper.yml
@@ -11,11 +11,14 @@ triggers:
name: PR
call: pr
- manual:
- name: Publish From Changes (TEST)
+ name: Publish
call: publishFromChanges
- manual:
- name: Publish
- call: publishAll
+ name: Publish from Package
+ call: publishFromPackage
+ - manual... | chore: add looper triggers for lerna publish flows | chore: add looper triggers for lerna publish flows
|
584c6fc774a208ce0a2a747f0fbf2fb3c8b2f253 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -560,7 +560,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D994751F557438D6B85DBCC2 /* Pods-AllSpark.debug.xcconfig */;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Beta";
+ ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-... | updated WhatsNewScreen.tsx | updated WhatsNewScreen.tsx
|
339500a6615f5638f773ba821abd8ebb3347b9ed | --- README.md
@@ -89,7 +89,7 @@ yarn run:android
Variant and Target are specified through the process variables `APP_VARIANT` and `TARGET`:
```bash
-APP_VARIANT=dev TARGET=US yarn run command
+EXPO_PUBLIC_APP_VARIANT=dev TARGET=US yarn run <command>
```
Predefined commands will prompt for these values when requ... | fix: ALLSPARK-12345 update README.md | fix: ALLSPARK-12345 update README.md
|
88d6b2cc5ca42f8b832d87a810fd0bfa1f0c0f3c | --- package-lock.json
@@ -4260,9 +4260,9 @@
"integrity": "sha512-7nXe02E/AOFtT1u6/tVerIskwWvSoJcMgYN2DNH7vMgbb0YIFOsqwzX+nbRh/AcaZhC7YX5H2irVCc6/5/HjJw=="
},
"@walmart/metrics-mini-app": {
- "version": "0.5.1",
- "resolved": "https://npme.walmart.com/@walmart/metrics-mini-app/-/metrics-mini-a... | bumping metrics version | bumping metrics version
|
739217bb25fea8f64fa4509591a2d986364cb30f | --- ios/Podfile.lock
@@ -763,7 +763,7 @@ PODS:
- React
- React-callinvoker
- React-Core
- - vizpick-mini-app (1.0.9-306-9ebb142):
+ - vizpick-mini-app (1.0.9-310-ab240ab):
- React
- walmart-react-native-sumo-sdk (2.5.1):
- React
@@ -1302,7 +1302,7 @@ SPEC CHECKSUMS:
TextServiceProto: 8a... | feat(banner): added banner support VS-2348 | feat(banner): added banner support VS-2348
|
a75cdd12a628da15e054cc18df9d5d11edc4042a | --- package-lock.json
@@ -8930,7 +8930,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "3.5.0",
- "@walmart/taskit-mini-app": "2.47.9",
+ "@walmart/taskit-mini-app": "v2.56.0-953-0c9b829",
"@wal... | update taskit for NR fast image | update taskit for NR fast image
|
2bf4d1feddc069a44334345dd5d4c14909b2c740 | --- packages/me-at-walmart-container/__tests__/services/config.test.ts
@@ -1,25 +1,13 @@
-jest.mock('../../src/services/config', () => {
- const originalModule = jest.requireActual('../../src/services/config');
- const EventManagerMock = {
- runEvent: jest.fn(),
- };
- return {
- ...originalModule,
- Cha... | added test case for fetch function in packages/me-at-walmart-container/src/services/config.ts | added test case for fetch function in packages/me-at-walmart-container/src/services/config.ts
|
8a0baad5606c0898e8b2e37887582a4d296afc87 | --- 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.34",
+ "@walmart/rn-receiving-mini-app": "2.4.35",
"@walmart/roster-mini-app": "2.9.0",
... | Upgrade ura: 2.4.35 | Upgrade ura: 2.4.35
|
d72dcba6923592d32e0f1ca59332d5eb748c7e24 | --- packages/allspark-foundation/__tests__/Components/TeamListItem.test.tsx
@@ -110,12 +110,4 @@ describe('TeamListItem', () => {
);
expect(checkbox.props.accessibilityState.checked).not.toBeTruthy();
});
-
- it('displays loading list item when isLoading is true', () => {
- const { getByTestId } = rend... | feat: remove loading from team list item | feat: remove loading from team list item
|
e256b82059873411beb92237f6f7f4d372803de7 | --- .looper.multibranch.yml
@@ -7,5 +7,5 @@ envs:
global:
variables:
ANDROID_ANALYZE_SIZE_ENABLED: true
- ALLSPARK_STRIP_BINARY_SYMBOLS: true
+ ALLSPARK_STRIP_BINARY_SYMBOLS: false
\ No newline at end of file
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- ... | fix(strip-disable): disabled symbol stripping | fix(strip-disable): disabled symbol stripping
|
fea28b14397472696ce49295f151db79f131ce65 | --- src/queries/getDailyRoster.ts
@@ -15,7 +15,7 @@ export type GetDailyRosterQuery = {
__typename?: 'Query';
getDailyRoster?: Array<{
__typename: 'MewAssociate';
- associateId: string;
+ associateId?: string | null;
firstName?: string | null;
fullName?: string | null;
jobCategoryCodeDes... | reverting change to query | reverting change to query
|
669778c1c86ba5f69845acbbbb617e0cc45cd080 | --- ios/Podfile.lock
@@ -538,7 +538,7 @@ PODS:
- RCTTypeSafety
- React
- ReactCommon/turbomodule/core
- - react-native-scanner-3.0 (0.1.33-rc.6):
+ - react-native-scanner-3.0 (0.1.33-rc.7):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -556,7 +556,7 @@ PODS:
- R... | scanner and shell version update | scanner and shell version update
|
158c8dc3d9197b224d76b7925cd30e775bbf93e0 | --- package.json
@@ -147,7 +147,7 @@
"@walmart/rn-mobile-sdk-pairing": "2.1.8",
"@walmart/rn-receiving-mini-app": "2.4.97",
"@walmart/roster-mini-app": "3.2.0",
- "@walmart/schedule-mini-app": "2.1.3",
+ "@walmart/schedule-mini-app": "2.2.0",
"@walmart/shelfavailability-mini-app": "1.5.45",
... | fix(schedules): schedules bugfix for LA-FWW feature (#4386) | fix(schedules): schedules bugfix for LA-FWW feature (#4386)
|
4db74aece1c858f7477fec595117bf4065790584 | --- package.json
@@ -14,9 +14,7 @@
"test": "TZ=UTC jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint ./src ./__tests__ --ext .js,.jsx,.ts,.tsx --fix",
- "copy:images": "cp -r ./src/images ./dist/",
- "copy:media": "cp -r ./src/media ./dist/",
- "build": "npm config fix && rm... | remove unused build scripts | remove unused build scripts
|
54700bcde1a66b6bcde4b0d16148eef2b89c75f2 | --- src/components/TeamList.tsx
@@ -153,6 +153,7 @@ const teamIconMap = {
'1000123': Images.remodel,
'1000284': Images.home,
'1000343': Images.salesFloor,
+ '1000100': Images.adminSupport,
'1111111': Images.management,
};
--- src/images/index.ts
@@ -23,6 +23,7 @@ export const Images = {
'wave-yello... | update the team image for admin and support | update the team image for admin and support
|
fb44acf75aefbcc9577adcb040a038b0762de44e | --- packages/allspark-foundation/__tests__/Navigation/__snapshots__/DrawerButton.test.tsx.snap
@@ -28,32 +28,3 @@ exports[`Navigation/components/DrawerButton should render DrawerButton snapshot
/>,
]
`;
-
-exports[`Navigation/components/DrawerButton should render snapshot 1`] = `
-[
- <IconButton
- UNSAFE_styl... | added yarn lock changes | added yarn lock changes
|
47fdd2e7b39175d626eaece87c61eb501a79460c | --- env.teflon.js
@@ -1,7 +1,5 @@
export default {
- // TODO - change below to "teflon" once one or more mini apps are ready; be aware some mini apps may fail or default to prod untiil they are updated to handle another environment
- env: 'dev',
- // TODO - change below to "teflon" once CCM is ready
+ env: 'teflon... | update teflon env file | update teflon env file
|
723df871190d6356677e285b185035e883d429ae | --- .looper.multibranch.yml
@@ -62,7 +62,7 @@ flows:
- call: mini-pr
- call: sonar-scan-pr
- (name Scanning Walmart Packages) npm run lint:changed-walmart-libs ${GITHUB_PR_TARGET_BRANCH}
- - (name Set Environment and Run Check) export GITHUB_REPOSITORY="${GITHUB_REPOSITORY}" && export GITHUB_PR_NUMBER... | fix(package-dep): remove unused env variables | fix(package-dep): remove unused env variables
|
6958cb2167ca23b5d1b084b4e2a6a5f087d06358 | --- src/auth/ErrorScreen.tsx
@@ -38,7 +38,7 @@ export const ErrorScreen: FC<any> = (props) => {
const [siteId, setSiteId] = useState('');
const [detail, setDetail] = useState('');
const [formDirty, setFormDirty] = useState(false);
- const [selectedValue, setSelectedValue] = useState('');
+ const [errorCatego... | refactor var name | refactor var name
|
780be34a94f286252c607a5c24bb20db5630cec9 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [3.8.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.7.0...v3.8.0) (2025-09-22)
+
+
+### Features
+
+* **ui:** updated version ([a2ae244](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/a2ae244c5c0ecc7397a0420b1b34a4a9c8c9cb08))
+
# [3.7.0](https:/... | chore(release): 3.8.0 [skip ci] | chore(release): 3.8.0 [skip ci]
# [3.8.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.7.0...v3.8.0) (2025-09-22)
### Features
* **ui:** updated version ([a2ae244](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/a2ae244c5c0ecc7397a0420b1b34a4a9c8c9cb08))
|
32ded14210d637f7f0f5d1e461ccf9a1c6391a5d | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.28",
+ "version": "2.0.29",
"private": false,
"main": "bundle/dist/index.js",
"files": [
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.28",
+ "version": "2.0.29",
... | Update texting mini app version | Update texting mini app version
|
27f9f90193b1e5c36628090f0bdd1b4ce628f9da | --- src/index.tsx
@@ -9,6 +9,7 @@ import {initi18n} from './translations';
import {ClockedOutScreenGuard} from './components/ClockedOutScreenGuard';
import {SafeAreaProvider} from 'react-native-safe-area-context';
import {getHttpConfig, HTTP_CLIENT_KEY} from './services/config';
+import {PresenceProvider} from '@wal... | Update version | Update version
|
3971ae78979ce8539670f9c903b80745e5df1f1d | --- graphql.yml
@@ -15,10 +15,10 @@ applications:
hash: 'f47967b84a2c8ea52dceb45d4650a9cd62ad19a6b545cb63288b3acd085a4194'
queryTemplate: 'packages/me-at-walmart-athena-queries/src/businessUnitByCountryAndNumber.graphql'
tags:
- - 'v1'
- - name: 'getAssociate... | feature: update only stage for getAssociateById | feature: update only stage for getAssociateById
|
ed1ba3cf29dcc237f88ed7df83b5cc8641db9f73 | --- packages/allspark-foundation/__tests__/Components/ComponentContainers.test.tsx
@@ -148,9 +148,9 @@ describe('AllsparkComponentContainers', () => {
AllsparkComponentContainers.add('test', 'mockComponent', MockComponent);
const { getByText } = render(
- <AllsparkComponentContainers.List container="te... | fix pr | fix pr
|
82777290600a5916ca837537d06856c648065dc4 | --- __tests__/settings/IndexTest.tsx
@@ -1,4 +1,6 @@
// Mock the AllsparkFeatureModule before importing SettingsFeature
+import {SettingsFeature} from '../../src/settings';
+
jest.mock('@walmart/allspark-foundation/Feature', () => {
return {
AllsparkFeatureModule: jest.fn().mockImplementation((name, config) =... | chore(lint): lint fixes | chore(lint): lint fixes
|
96d152bfcba317db1d322684299ef8b56e0bdebb | --- package-lock.json
@@ -74,7 +74,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.5.0",
- "@walmart/receipt-check-miniapp": "1.9.1",
+ "@walmart/receipt-check-miniapp": "1.9.2",
"... | bump version | bump version
|
9b68dc19053e2fece14c2f51a88d98a45eb9bbf5 | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/drop24-iteminfo
+ - spec: feature/drop24
triggers:
- manual:
name: Publish Packages (Pre-Release)
| revert the looper change | revert the looper change
|
03d9ff70d9737de69a5dfac7b0b076f08e06c5ab | --- package-lock.json
@@ -58,7 +58,7 @@
"@walmart/gta-react-native-calendars": "0.0.16",
"@walmart/gtp-shared-components": "2.0.6",
"@walmart/impersonation-mini-app": "1.20.2",
- "@walmart/ims-print-services-ui": "2.5.1",
+ "@walmart/ims-print-services-ui": "2.6.0",
"@w... | bump up Print version to 2.6.0 for drop 13 hotfix | bump up Print version to 2.6.0 for drop 13 hotfix
|
1519dbb368d30a5ecc6165797bc4786ebfdc55bd | --- targets/US/ios/AllSpark/Images.xcassets/AppIcon-Beta.appiconset/iTunesArtwork@2x.png
Binary files a/targets/US/ios/AllSpark/Images.xcassets/AppIcon-Beta.appiconset/iTunesArtwork@2x.png and b/targets/US/ios/AllSpark/Images.xcassets/AppIcon-Beta.appiconset/iTunesArtwork@2x.png differ
--- targets/US/ios/AllSpark/Ima... | remove alpha channel from large icon | remove alpha channel from large icon
|
599cf2139d761fb37fdeb72e20062ab12752587a | --- .yarnrc.yml
@@ -1,3 +1,5 @@
+enableInlineHunks: true
+
logFilters:
- code: YN0007
level: warning
@@ -7,7 +9,6 @@ logFilters:
nodeLinker: node-modules
npmRegistryServer: "https://npme.walmart.com/"
-enableInlineHunks: true
packageExtensions:
"@walmart/allspark-neon-core@*":
--- package.json
@@ -... | chore: bump foundation version for local storage fix | chore: bump foundation version for local storage fix
|
f6bd169a8f437a894a440e1d94b115ccaf8f742e | --- src/screens/RosterScreen.tsx
@@ -93,7 +93,7 @@ export const RosterHeader: React.FC<{teamInfo?: TeamInfo}> = ({teamInfo}) => {
);
}
}) as string[],
- [],
+ [associates],
);
return (
--- src/screens/RosterScreen.tsx
@@ -93,7 +93,7 @@ export const RosterHeader: React.FC... | memo on associate array | memo on associate array
|
5120829c8da499e2f41c5df0fa868100ec060d3e | --- packages/allspark-foundation/src/LocalStorage/client.ts
@@ -46,7 +46,7 @@ export class LocalStorageClient {
expiry: Date.now() + config.ttl,
});
}
- return value;
+ return JSON.stringify({ value });
};
private _buildKeys = (keys: string[]) => {
| fix: fixing a missed case | fix: fixing a missed case
|
998f4193138b71a1bcdade260be13762d9ad8f30 | --- src/codeOfConduct/service.ts
@@ -1,4 +1,5 @@
import {TextingApi} from '../services/TextingApi';
+import {logger} from '../logger/Logger';
const CODE_OF_CONDUCT_ENDPOINT =
'/directedvoice/ptt/v1/codeofconduct/CodeOfConduct/';
@@ -12,7 +13,10 @@ export const getCodeOfConductData = async (
setIsAcknowledge... | using logger | using logger
|
84eb2924421caba8131b2f051e4faf3ea47f34ca | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 63
+ versionCode 64
versionName "1.0.4"
}
sp... | Incrementing build number | Incrementing build number
|
0a14e62968ffc8755a38f1e58c4380aa0bd85340 | --- package-lock.json
@@ -4475,9 +4475,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.239.0-rc.2",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.239.0-rc.2.tgz",
- "integrity": "sha512-uSVAsQzeBjAh4BL+AmyXCC9q3ftOFiFwPVg8LW6wk/yb6AGmvsVzFu5... | upgrading taskit version | upgrading taskit version
|
a7eae4622bac97c7ac1d6b40503a166d311ac73a | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.6.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.5.0...v1.6.0) (2024-06-26)
+
+
+### Features
+
+* **ui:** Mini app changes for drop 23 SMDV-5921 ([8dd0828](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/8dd08289bf337974499ecd68476c0419eb099e4b... | chore(release): 1.6.0 [skip ci] | chore(release): 1.6.0 [skip ci]
# [1.6.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.5.0...v1.6.0) (2024-06-26)
### Features
* **ui:** Mini app changes for drop 23 SMDV-5921 ([8dd0828](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/8dd08289bf337974499ecd68476c0419eb099e4b))
|
cc3027a537678c337b871d1b9b398a4edbc82264 | --- ios/Podfile.lock
@@ -2050,4 +2050,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 5e9af5bffc9ed6ee9db34b0f1573f68bd919bf97
-COCOAPODS: 1.11.3
+COCOAPODS: 1.12.0
| update pod file | update pod file
|
da0de77b111f8121034074fe1de96b0a2c2377b1 | --- packages/allspark-foundation/__tests__/FeatureRunner/components/FeatureSection.test.tsx
@@ -42,10 +42,6 @@ describe('FeatureSection and LocalStorageCard', () => {
multiGet: mockMultiGet,
});
});
- it('FeatureSection should render snapshot', async () => {
- const { toJSON } = render(<FeatureSectio... | remove snapshaot feature section | remove snapshaot feature section
|
7aadcbbe5861036f2bb6d28a595d3718228f2ef1 | --- package-lock.json
@@ -56,7 +56,7 @@
"@walmart/inbox-mini-app": "0.68.0",
"@walmart/iteminfo-mini-app": "6.0.1",
"@walmart/manager-approvals-miniapp": "0.1.1",
- "@walmart/me-field-mini-app": "1.1.34",
+ "@walmart/me-field-mini-app": "1.1.35",
"@walmart/metrics-mini-... | 📦 Bump learning mini-app for drop 8.3 | 📦 Bump learning mini-app for drop 8.3
|
37951a1edb56de7e1dc332b2203da60c2d7f675c | --- CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [6.35.1-alpha.0](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.35.0...v6.35.1-alpha.0) (2025-08-28)
+
+**N... | chore(version): updating package version | chore(version): updating package version
|
170ce236a517ae19be729b7791b09ac5f79e4d8f | --- src/auth/ErrorScreen.tsx
@@ -51,6 +51,7 @@ export const ErrorScreen: FC<any> = (props) => {
defaultConfig.issues,
);
const [otherErrorFb, setOtherErrorFb] = useState(defaultConfig.otherIssues);
+ const [selectedOther, setSelectedOther] = useState([]);
const userIdValid = !formDirty || !!userId;
... | implement firebase radio and checkbox select | implement firebase radio and checkbox select
|
d86532de637f0817dd8a0893709644e2a1b74d26 | --- .looper-pr.yml
@@ -31,3 +31,4 @@ envs:
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
SLACK_CHANNEL: 'smdv-miniapp'
+
| fix(ui): update package | fix(ui): update package
|
2bdceeae52391b0f161abe892dbfb8ef223f6c1d | --- babel.config.js
@@ -1,8 +1,8 @@
-
module.exports = (api) => {
+ api.cache(true);
const plugins = ['react-native-reanimated/plugin'];
+ //remove console.logs only in CI environment.
if (process.env.CI) {
- //remove console.logs only in CI environment.
plugins.push('transform-remove-console');
}
... | removed console.logs | removed console.logs
|
ec5baf279058ac452858ce3316ddd5dd442f7230 | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/drop24
+ - spec: feature/drop24-shop-gnfr*
triggers:
- manual:
name: Publish Packages (Pre-Release)
| Changes to looper.multibranch.yml | Changes to looper.multibranch.yml
|
94409bb2055f5f809fcf76015a84fffeac6ed005 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -106,6 +106,15 @@ Array [
}
}
/>
+ <Screen
+ name="taskItQuickActions"
+ options={
+ Object {
+ "gestureDirection": "vertical",
+ "gestureEnabled": true,
+... | added taskit Quickaction | added taskit Quickaction
|
94be6be99492fd05cf05a919168bc10f9e0957f0 | --- src/constants.ts
@@ -1,5 +1,3 @@
-import {colors} from '@walmart/gtp-shared-components/dist';
-
//TODO: Move this to more standard place
export const RNFBConfigAndroid = '75AC25EB-432A-47D1-855A-84728D2AB60C';
export const RNFBConfigiOS = '75AC25EB-432A-47D1-855A-84728D2AB60C';
--- src/constants.ts
@@ -1,5 +1,... | revert file change | revert file change
|
eaaea3dd08cc82f7278487f37176074131aaf8c6 | --- src/containers/ChannelRow.tsx
@@ -70,6 +70,7 @@ export const ChannelRow = (props: ChannelRowProps) => {
const navigation = useNavigation<NavigationProp<TextingNavParamsMap>>();
const [channelDetails, setChannelDetails] = useState<{
+ group?: boolean;
channelName: string;
recipients: string[];
... | fix: fix start text call from search screen | fix: fix start text call from search screen
|
c6e03a385f7ecca605b07e62942e557ebc671880 | --- packages/me-at-walmart-container/package.json
@@ -6,7 +6,8 @@
"types": "lib/index.d.ts",
"files": [
"lib",
- "cli"
+ "cli",
+ "react-native.config.js"
],
"bin": {
"me-at-walmart-link": "./cli/link.js"
| chore: add config to publish files | chore: add config to publish files
|
28ef28ffab6d0635bee34264e5f284f2044a6c3a | --- README.md
@@ -1,7 +1,8 @@
-# allspark-core
+# allspark-core <img src="https://i5-me.walmartimages.com/images/misc/me-at-icon.png" alt="me-at-icon" width="25" height="25"/>
This is the core container app for the AllSpark Project (Me@Walmart redesign) - [Onboarding docs](https://confluence.walmart.com/display/ALLS... | Update README.md | Update README.md |
b17da1c0e136010bb9c8e649722b6f347076e865 | --- package-lock.json
@@ -1911,9 +1911,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.6.24",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.6.24.tgz",
- "integrity": "sha512-q5cM+h38CrYtDCBWfXCRchugmzEWU9kvcC6JWddKHdRU9FVVa/rlv9qJ3ttyKnwk... | Ask Sam Version (#173) | Ask Sam Version (#173)
* Verison increment
* package.lock increment
Co-authored-by: rlane1 <rlane1@walmart.com> |
a96fe030ed218d2048fba7e1c289d4912f0a680b | --- package-lock.json
@@ -3446,9 +3446,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.31",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.31.tgz",
- "integrity": "sha512-rl2ttsZFuXUNxcY7v2rTAna7aCmFjAWcqJsUePv9qjDzG5dsL... | Bump PTT version for preferred name | Bump PTT version for preferred name
|
bf55048777cebe6d5011b85e4f9e3a8db844e324 | --- graphql.yml
@@ -49,8 +49,8 @@ applications:
hash: 'a91589d0ee9424fabe377345d9994068d07fb8781417b94ef77575d3fdd3f8f3'
queryTemplate: 'src/queries/getDailyRoster.graphql'
tags:
- - 'v2'
- - 'Drop13'
+ - 'v3'
+ - 'Drop14'
... | update getDailyRoster tag | update getDailyRoster tag
|
6dd45c25f00cad88bec4cb816faaf68ac78c1c8b | --- package-lock.json
@@ -53,7 +53,7 @@
"@walmart/gtp-shared-components": "2.0.3",
"@walmart/impersonation-mini-app": "1.11.0",
"@walmart/ims-print-services-ui": "1.2.2",
- "@walmart/inbox-mini-app": "0.81.9-400-832dccb",
+ "@walmart/inbox-mini-app": "0.81.12",
"@walmar... | fix(inbox): update inbox version ssmp-4418 | fix(inbox): update inbox version ssmp-4418
|
23d351694f0c6ac990703f680c62b0d3c363f44e | --- src/managerExperience/screens/AllTeamsScreen/AllTeamsScreen.tsx
@@ -16,6 +16,10 @@ import {AllTeamsLoadingScreen} from './AllTeamsLoadingScreen';
import {NavigationProp, useNavigation} from '@react-navigation/native';
import {TextingNavParamsMap} from '../../../navigation';
import {analytics} from '../../../logg... | feat: used constants rather than hard coding | feat: used constants rather than hard coding
|
698db17b2e363d34d06910556e5d4840159d69e1 | --- targets/US/ios/Podfile.lock
@@ -1929,7 +1929,7 @@ PODS:
- React-Core
- react-native-safe-area-context (4.10.8):
- React-Core
- - react-native-scanner-3.0 (0.8.1):
+ - react-native-scanner-3.0 (0.8.2):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.25.2)
@@ -2846,7 +2846,7 @@... | Updated Scanner 3.0 to 0.8.2 | Updated Scanner 3.0 to 0.8.2
|
c8d6dac86ce0c2244df7b30729dd5553fd1406f2 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 137
+ versionCode 138
versionName "1.0.14"
}
... | Incrementing build number | Incrementing build number
|
b7d9a48e5ce6cd5a268e4841e67ae638cc21e4e9 | --- package.json
@@ -132,7 +132,7 @@
"@walmart/react-native-cookies": "1.0.1",
"@walmart/react-native-encrypted-storage": "~1.1.3",
"@walmart/react-native-env": "~6.3.28",
- "@walmart/react-native-logger": "1.35.0",
+ "@walmart/react-native-logger": "1.37.0",
"@walmart/react-native-scanner-3.0... | refactor(package.json): ALLSPARK-5918 bump package.json for RN logger | refactor(package.json): ALLSPARK-5918 bump package.json for RN logger
|
b6f1223c6dd0bdaab98b94d7f8a8e32f5d58c111 | --- src/managerExperience/components/RosterFiltersHeader/RosterFiltersHeader.tsx
@@ -1,8 +1,8 @@
import React from 'react';
import {RosterFiltersHeaderProps} from './types';
-import {Text, View} from 'react-native';
+import {View} from 'react-native';
import {RosterFiltersHeaderStyles as styles} from './style';
-imp... | feat: updated roster header to use gtp components | feat: updated roster header to use gtp components
|
a646e821f68d4247e7999d0101da9806f46d6b8e | --- packages/allspark-foundation/__tests__/Hub/__snapshots__/VerticalDivider.test.tsx.snap
@@ -1,19 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`VerticalDivideer renders correctly 1`] = `
-<View
- style={
- {
- "alignSelf": "center",
- "backgroundColor": "#e3e4e5",
- "height": 64,
... | test: update snapshot vertical divider | test: update snapshot vertical divider
|
9db078489ba2b66c2bcaf91fb395e3bc1b16d8a0 | --- package.json
@@ -171,7 +171,7 @@
"@walmart/translator-mini-app": "patch:@walmart/translator-mini-app@npm%3A1.7.17#~/.yarn/patches/@walmart-translator-mini-app-npm-1.7.17-ff0dbf51a0.patch",
"@walmart/ui-components": "1.27.0",
"@walmart/walmart-fiscal-week": "^0.3.6",
- "@walmart/welcomeme-mini-app"... | fix(ALLSPARK-7179): version update welcome me mini app (#4958) | fix(ALLSPARK-7179): version update welcome me mini app (#4958)
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com> |
33df75446a52cc655b6c790ae25cee32fd56c960 | --- package-lock.json
@@ -87,7 +87,7 @@
"@walmart/receipt-check-miniapp": "1.18.7",
"@walmart/redux-store": "3.7.0",
"@walmart/returns-mini-app": "3.13.0",
- "@walmart/schedule-mini-app": "0.63.0",
+ "@walmart/schedule-mini-app": "0.63.1",
"@walmart/shelfavailability-mi... | Bump schedule-mini-app version. Drop 18 UI bugfixes | Bump schedule-mini-app version. Drop 18 UI bugfixes
|
2fbaf2eb9b54a65993bc98128e18d9f0e759cee2 | --- src/components/RosterDetailPageHeader/RosterDetailPageHeader.tsx
@@ -42,19 +42,23 @@ export const RosterDetailPageHeader = ({
source={{
uri:
SupplyChainImages[teamId]?.uri ||
- SupplyChainImages['0000000']?.uri,
+ SupplyChainImages.Default?.... | Fix the weekly schedule changes for Supply Chain | Fix the weekly schedule changes for Supply Chain
|
6c63e019a16a85a08f32b8e6d398ec206bcf7fa8 | --- packages/allspark-authentication/src/Authentication.ts
@@ -284,7 +284,7 @@ export class AllsparkAuthentication {
let authResult = await this._cachedResult.get();
if (!authResult) {
- return null;
+ throw NO_CACHE_ERROR;
}
// Refresh will check validity of current cached... | fix: throw no cache error on get user | fix: throw no cache error on get user
|
2d7c5f62fb549df5a91be949c0b8bf564c31761e | --- .looper.multibranch.yml
@@ -184,7 +184,6 @@ envs:
variables:
AUTOMATION_LOOPER_USERNAME: "%{credentials.secret('AUTOMATION_LOOPER_USERNAME')}"
AUTOMATION_LOOPER_PASSWORD: "%{credentials.secret('AUTOMATION_LOOPER_PASSWORD')}"
- AUTOMATION_LOOPER_YAML: automation_looper.yml
## ReleaseType... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
8805376c81629b6a65375c19572da7e14c7b1894 | --- package-lock.json
@@ -5342,6 +5342,11 @@
"resolved": "https://npme.walmart.com/@walmart/react-native-logger/-/react-native-logger-1.29.0.tgz",
"integrity": "sha512-qxVserzdiG4xsZCLRIwYfRq/KuHsYSPkrl02tKHNhF5bhtWWo6oEUatBoSsY5BL8EVGOHk2ezsPWb2o5pg9Ryw=="
},
+ "@walmart/react-native-scanner-3.0"... | adding back scanner | adding back scanner
|
eb0ca4e93a0b1b2baa2476c9fa9ad9b2b9a3e41e | --- package-lock.json
@@ -73,7 +73,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.5.0",
- "@walmart/receipt-check-miniapp": "1.8.30",
+ "@walmart/receipt-check-miniapp": "1.8.31",
... | bump version for fix | bump version for fix
|
6361b810c6efe1e18e57c136e1738f11a93e56a8 | --- package.json
@@ -72,7 +72,7 @@
"@walmart/gtp-shared-components": "^0.2.2",
"@walmart/impersonation-mini-app": "1.0.15",
"@walmart/inbox-mini-app": "0.0.92",
- "@walmart/ItemInfo": "0.1.116",
+ "@walmart/ItemInfo": "0.1.119",
"@walmart/moment-walmart": "1.0.4",
"@walmart/push-to-talk-m... | iteminfo new version | iteminfo new version
|
d47194f413c9dbba6adcd6c836b1f29661e2e150 | --- graphql.yml
@@ -57,7 +57,7 @@ applications:
tags:
- 'v1'
- name: 'upsertSupplyChainAssociatePreference'
- hash: '39c45936c3b4d0020c6192b629c29860a30a5f2f70c5297c9e34dcffbaa0c7b0'
+ hash: '571873ffcf9d8923e4951fa75addb46f876c949046518f0c302707deadab878a'
... | Update graphql.yml | Update graphql.yml
|
d3a17f237b508944983d630dd82cf4952df31c11 | --- __tests__/components/__snapshots__/ClockedOutScreenGuardTest.tsx.snap
@@ -118,122 +118,3 @@ exports[`Snapshot test renders ClockedOutScreenGuard components correctly 2`] =
</View>
</View>
`;
-
-exports[`Snapshot test renders correctly for absent associate 1`] = `
-<Navigator
- screenOptions={
- {
- "c... | Updating snapshot | Updating snapshot
|
93aa1173ad82dcd2f8eaa673b5c5f503f5111b7b | --- android/app/build.gradle
@@ -158,8 +158,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 904
- versionName "1.8.18"
+ versionCode 905
+ ve... | update wifi store locater to v1.0.2 | update wifi store locater to v1.0.2
|
30d6c6defd99416b16c40da3af73de34680bcc30 | --- package.json
@@ -168,7 +168,7 @@
"@walmart/rn-mobile-sdk-pairing": "3.0.3",
"@walmart/rn-receiving-mini-app": "2.8.44",
"@walmart/roster-mini-app": "3.15.0",
- "@walmart/schedule-mini-app": "5.4.4",
+ "@walmart/schedule-mini-app": "5.4.5",
"@walmart/shelfavailability-mini-app": "1.7.2",
... | fix(schedules): Bump schedules to fix http client issue (#5416) | fix(schedules): Bump schedules to fix http client issue (#5416)
|
edb830242237b71e6350f3542e51c6b4f667f7ca | --- scripts/mini-app-scan/package-deprecation/legacy-library-deprecated.json
@@ -1 +1,50 @@
-[]
\ No newline at end of file
+[
+ {
+ "legacyLibrary": "@walmart/core-services",
+ "replacement": "@walmart/allspark-foundation",
+ "enforcementDate": "2025-08-22",
+ "notes": "Use the foundation replacement for ... | feat: add deprecation schedule based on drop 33 | feat: add deprecation schedule based on drop 33
|
2030e200dfd2b1cc8d30914efc93bf5b5bccf048 | --- __tests__/home/components/DataSaverWidgetTest.tsx
@@ -1,9 +1,8 @@
import React from 'react';
+import {Platform} from 'react-native';
import {useSelector} from 'react-redux';
import {create} from 'react-test-renderer';
-
import {DataSaverWidget} from '../../../src/home/components/DataSaverWidget';
-import {Platf... | chore: fix home tests | chore: fix home tests
|
992f2794da3cadaaf1d5286be592e81737ba0f5b | --- ios/BuildSupport/install-cocoapods.sh
@@ -16,11 +16,15 @@ export http_proxy=http://sysproxy.wal-mart.com:8080
export no_proxy=repository.walmart.com,repo.wal-mart.com,localhost,chromium.googlesource.com
echo "local pod version: ${POD_VERSION}"
+echo
-if [ "$POD_VERSION" != "$CCP_VER" ]
-then
- sudo gem unins... | Update install-cocoapods.sh | Update install-cocoapods.sh |
cf2216bc772dd9ccc518252c8d1d351d1b13a4ab | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [3.14.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.13.0...v3.14.0) (2026-01-16)
+
+
+### Features
+
+* **ui:** bumped roster and wmconnect versions ([18f7fc7](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/18f7fc793db4bb20cbd8a93dc50d504ac7fe2be... | chore(release): 3.14.0 [skip ci] | chore(release): 3.14.0 [skip ci]
# [3.14.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.13.0...v3.14.0) (2026-01-16)
### Features
* **ui:** bumped roster and wmconnect versions ([18f7fc7](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/18f7fc793db4bb20cbd8a93dc50d504ac7fe2be7))
|
e300fa7f81edaf98a7693a1fff2517e8465c2679 | --- jest.config.js
@@ -22,6 +22,7 @@ module.exports = {
transformIgnorePatterns: [
'<rootDir>/node_modules/(?!(react-native|react-redux|@react-native|expo|expo-av|react-native-flipper|@react-native-community/async-storage|axios|@lifeomic/axios-fetch|react-native-reanimated|@walmart/gtp-shared-components|@walmar... | Update mini app versions | Update mini app versions
|
43bc592afb229b3be94f9d6a89350438cee51de4 | --- __tests__/screens/SearchScreen/__snapshots__/SearchScreenTest.tsx.snap
@@ -53,6 +53,7 @@ exports[`SearchScreen should render search screen with expected elements 1`] = `
extendedState={
Object {
"value": Object {
+ "isSearchScreen": true,
"listLength": 0,
... | Update snapshot | Update snapshot
|
b553e5499a3c506d6f90a7cbb14667b7c6dc2b7b | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx
@@ -60,9 +60,9 @@ export class AllsparkHubContainer {
this.AllsparkWidgetContainer = AllsparkComponentContainers.create(name);
const getCCMConfig =
ConfigSelectors.createFeatureConfigSelector(ccmNamespace);
- ... | feat(ui): update tests for the initial version | feat(ui): update tests for the initial version
|
fc61136aca723340aa4320a19ed5c909c8023d57 | --- container/app.config.US.ts
@@ -1,6 +1,5 @@
import 'tsx/cjs';
import {ExpoConfig} from 'expo/config';
-import pkg from '../package.json';
import * as ExpoPlugins from '@walmart/expo-config-plugins';
/**
@@ -29,7 +28,6 @@ const buildNumber = process.env.BUILD_NUMBER || '1';
const CONFIG: ExpoConfig = {
name... | chore(package.json): update configuration | chore(package.json): update configuration
|
634e68b2766658a9d0f66715e5e5f5572a928ce9 | --- packages/allspark-foundation/src/Components/Hub/TeamSwitcher/index.tsx
@@ -1,4 +1,4 @@
-import React, { useEffect, useState } from 'react';
+import React, { useEffect, useMemo, useState } from 'react';
import { Text, View, Image, FlatList, TouchableOpacity } from 'react-native';
import { TeamSwitcherProps, TeamSw... | feat: update styles being defined in main component | feat: update styles being defined in main component
|
ab2d5a46d6322697cbf7c33443f406045efc5bb7 | --- package.json
@@ -89,7 +89,7 @@
"@walmart/exception-mini-app": "0.42.1",
"@walmart/facilities-management-miniapp": "0.2.2",
"@walmart/feedback-all-spark-miniapp": "0.6.0",
- "@walmart/financial-wellbeing-feature-app": "1.0.26",
+ "@walmart/financial-wellbeing-feature-app": "1.0.28",
"@walma... | updated financial-wellbeing-feature-app - v1.0.28 | updated financial-wellbeing-feature-app - v1.0.28
|
1d54750c3a1fe47d80182bc4036a1762a3225163 | --- .gitignore
@@ -56,6 +56,7 @@ buck-out/
*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots
+*/fastlane/fastlane-session.json
# Bundle artifact
*.jsbundle
--- .looper.multibranch.yml
@@ -251,18 +251,23 @@ flows:
- call: setup-fastlane
- call: increment-version-code
# - call: ... | adding fastlane to get android version code | adding fastlane to get android version code
|
a421538762daf72747e8fa342b3e2d638f4d2225 | --- targets/US/package.json
@@ -124,7 +124,7 @@
"@walmart/native-rfid-scanner": "3.12.1",
"@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub-miniapp": "0.20.5",
- "@walmart/payrollsolution_miniapp": "0.145.16",
+ "@walmart/payrollsolution_miniapp": "0.145.18",
"@walmart/price-changes-... | bump version | bump version
|
9984deb224a32e848ba91ce95186bb69424529d5 | --- package-lock.json
@@ -3119,9 +3119,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.0.83",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.0.83.tgz",
- "integrity": "sha512-pF4FERi3CMwZ4vAsggWkTdkFEKvVd9e69MHmAecVIBWhsjhYU... | Ptt version bump (#321) | Ptt version bump (#321)
* Updated PTT version
* PTT version update
* PTT version bump
* PTT version bumps |
a575a754ad8bc2a72bcb07a0faf54d6f0485ae52 | --- packages/allspark-authentication/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.
+## [7.1.1](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/alls... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-authentication@7.1.1
- @walmart/allspark-foundation@7.4.0
- @walmart/allspark-foundation-hub@1.19.5
- @walmart/me-at-walmart-geolocation@1.3.5
|
6850f4676cefcb918204c5e488f22580bcceea0a | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 72
+ versionCode 73
versionName "1.0.5"
}
sp... | Incrementing build number | Incrementing build number
|
80a9a18e6e46401c0a9c4093cb7b399dc1819599 | --- env.teflon.js
@@ -39,11 +39,10 @@ export default {
clientAuthMethod: 'post',
},
athena: {
- // url: 'https://athena-gateway.sstage.us.walmart.net/',
url: 'https://developer.api.us.stg.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1',
headers: {
'WM_SVC.NAME': 'ATHENA-GATEWAY',
- ... | ⏪ Reverting back to original configs | ⏪ Reverting back to original configs
|
03ee1a0c983ef3250f92b4e80774e2ea58b73a80 | --- src/components/MyWalmartv2/Widgets/Hourly/HourlyRosterWidget.tsx
@@ -19,7 +19,8 @@ import {WidgetErrorBoundary} from '../../Shared';
import {useSelector} from 'react-redux';
import {SiteSelectors} from '@walmart/allspark-foundation/Site';
import {AllsparkSharedComponents} from '@walmart/allspark-foundation';
-im... | feat(ui): update empty list | feat(ui): update empty list
|
99a32a74343d7f1e1350247f8b38314ab720d5de | --- src/utils/allTeams.ts
@@ -77,9 +77,9 @@ export const createTeamsSectionsByOpsArea = (teams: SupplyChainTeam[]) => {
);
return groupedTeams
- ? Object.entries(groupedTeams).map(([opsareaName, teams]) => ({
+ ? Object.entries(groupedTeams).map(([opsareaName, teamsList]) => ({
title: opsareaName... | fix(bug): move selected shift to parent components | fix(bug): move selected shift to parent components
|
9556fb2501a52e70e0eeff52e936c6064f3fdf96 | --- package-lock.json
@@ -3367,9 +3367,9 @@
"integrity": "sha512-Am5QrgtwxJ23j3GsZZivaZknjiWTuPFvFxV1J0ysrQZ3H4wZcgsxuFdsCJqA3Hzufo3pZdyMTZhNtAx4IuQjjw=="
},
"@walmart/inbox-mini-app": {
- "version": "0.0.98",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | bump inbox mini app | bump inbox mini app
|
c9a373dcbe9a1f54a8662d081405081c1e568179 | --- targets/US/package.json
@@ -141,7 +141,7 @@
"@walmart/react-native-webex-sdk": "0.8.11",
"@walmart/receipt-check-miniapp": "1.28.1",
"@walmart/redux-store": "~6.3.28",
- "@walmart/returns-mini-app": "4.16.6",
+ "@walmart/returns-mini-app": "4.16.7",
"@walmart/rfid-scan-mini-app": "2.8.5",
... | chore(ui): fixed a bug for returns drop28 (#3995) | chore(ui): fixed a bug for returns drop28 (#3995)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.