commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
77fb581da9e2f643da2a2f00c1ce8f67f2c6cc12 | --- package-lock.json
@@ -4400,9 +4400,9 @@
}
},
"@walmart/refrigeration-alarms-mini-app": {
- "version": "1.29.0",
- "resolved": "https://npme.walmart.com/@walmart/refrigeration-alarms-mini-app/-/refrigeration-alarms-mini-app-1.29.0.tgz",
- "integrity": "sha512-aSNd9hj9ANAB8zeUU2z2M965m... | Spanish translation updates, words were transposed | Spanish translation updates, words were transposed
|
e0fc9550da3faa49b5963a00ac3efa877f005721 | --- packages/allspark-graphql-client/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-graphql-client",
- "version": "0.0.11",
+ "version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
| chore: update package lock | chore: update package lock
|
69bab4227f35bfc0def4dcecfb560b07cd791301 | --- ios/Podfile.lock
@@ -541,7 +541,7 @@ PODS:
- RCTTypeSafety
- React
- ReactCommon/turbomodule/core
- - react-native-scanner-3.0 (0.1.24):
+ - react-native-scanner-3.0 (0.1.26):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -752,7 +752,7 @@ PODS:
- walmart-react... | Update wifi locator and scanner with sdk 31 | Update wifi locator and scanner with sdk 31
|
a126020ca52c851f9b5406a63e216e931e6aca58 | --- jest.config.js
@@ -5,10 +5,10 @@ module.exports = {
coverageReporters: ['lcov', 'text'],
coverageThreshold: {
global: {
- statements: 88,
- branches: 84,
- functions: 79,
- lines: 88,
+ statements: 100,
+ branches: 100,
+ functions: 100,
+ lines: 100,
},
... | chore: test coverage | chore: test coverage
|
35c575dc3c6bdca4a32e5e62221d870dac43f782 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.23",
+ "version": "1.15.24",
"main": "dist/index.js",
"files": [
"dist"
@@ -99,7 +99,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/red... | Update my team mini app version | Update my team mini app version
|
f69243e0f154171881baa68028e910dda6d0e3c0 | --- src/channels/provider.tsx
@@ -312,13 +312,14 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => {
delayedUpdate.unreadById[id] = count;
} catch (e: any) {
logger.error('Error fetching unread message count', {
- message: e.toString,
+ message: e.... | fix: provider error log update | fix: provider error log update
|
7ebd9099d9f0f6fb4b857741f517d7423d9a02aa | --- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ShiftFilterList.test.tsx
@@ -122,4 +122,12 @@ describe('ShiftFilterList', () => {
const subTextChild = subTextElement?.props.children;
expect(subTextChild).toBe(null);
});
+
+ it('Test 7: Renders subText when filterListData is not null'... | Adding Test 7 | Adding Test 7
|
c9253d08a162d5575a48200b9f80b122071709d4 | --- core/__tests__/__mocks__/@walmart/copilot-mini-app.js
@@ -1,7 +0,0 @@
-module.exports = {
- __esModule: true,
- default: 'CopilotMiniApp',
- QuickActionCard: 'QuickActionCard',
- useWorkBadgeCount: jest.fn(() => ({})),
- TaskCards: 'TaskCards',
-};
--- core/__tests__/home/components/TaskCard/indexTest.tsx
@@... | fix: sidekick drop 24 changes | fix: sidekick drop 24 changes
|
014769f445ce30a4cb173dfa20cc6dcbe0f2e7d2 | --- yarn.lock
@@ -5467,7 +5467,7 @@ __metadata:
resolution: "@walmart/allspark-authentication@workspace:packages/allspark-authentication"
dependencies:
"@types/lodash": "npm:~4.14.178"
- "@walmart/allspark-utils": "npm:^6.3.0"
+ "@walmart/allspark-utils": "npm:^6.3.1"
lodash: "npm:~4.17.21"
m... | chore: lock file update | chore: lock file update
|
816e9a2d7add927e56eace4d36a59daa791d42cf | --- 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](./Feature/README.md) documentation.
+To create a new feature app, start with the [AllsparkFeature](./src/Feature/README.md) documentation.
### ... | Update README.md | Update README.md |
09ae9027d75345dfe26afefb3475d9f77ca91b69 | --- packages/core-services/User/index.tsx
@@ -4,6 +4,7 @@ import {
UserService,
} from '@walmart/allspark-foundation/User';
import { useContainerService } from '@walmart/allspark-foundation/Container';
+import { UserDomain as MeAtUserDomain } from '@walmart/me-at-walmart-common';
import { ConsumerChild } from '@w... | fix: add missing user domain export | fix: add missing user domain export
|
29dbaa86e5637dbf2b9c0d749e64275f5a69e650 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.1.1",
+ "version": "3.1.1-alpha.0",
"main": "dist/index.js",
"files": [
"dist",
| update wmconnect version | update wmconnect version
|
32a5c5943ab58a6404b8471db520ecd01e1cbc87 | --- package.json
@@ -118,7 +118,7 @@
"@walmart/me-at-walmart-athena-queries": "6.31.0",
"@walmart/me-at-walmart-common": "workspace:^",
"@walmart/me-at-walmart-container": "workspace:^",
- "@walmart/metrics-mini-app": "1.29.6",
+ "@walmart/metrics-mini-app": "1.29.9",
"@walmart/mod-flex-mini-a... | feat(metrics): OPIF-194932 version bump (#4115) | feat(metrics): OPIF-194932 version bump (#4115)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
c6a4221bc6194c80d71e800071d3ca0c49e92d9e | --- package-lock.json
@@ -40,7 +40,7 @@
"@walmart/amp-mini-app": "1.1.68",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.17.10",
- "@walmart/attendance-mini-app": "3.4.0",
+ "@walmart/attendance-mini-app": "3.5.0",
"@walmart/compass-sdk-r... | ama v3.5.0 | ama v3.5.0
|
36d5738264bcf2a4908e46853cd5886eb1b48cb6 | --- __tests__/services/api/adapters/useGetTeamsDataAdapter.test.ts
@@ -251,7 +251,11 @@ describe('useGetTeamsDataAdapter - Comprehensive Tests', () => {
const {result} = renderHook(() => useGetTeamsDataAdapter(true));
// Should use default values for all properties
- expect(result.current.loading).... | feat(ui): update graphql query | feat(ui): update graphql query
|
b819751bf3032278f9628245817b8b54e236e40e | --- .looper.multibranch.yml
@@ -400,7 +400,7 @@ flows:
- call: android-process
- try:
- echo "uploading aab build for android"
- - call: upload-build(version = ${version}, artifactId = ${artifactId}, buildOutput = ${buildAabOutput}, sourceMap = ${sourceMap}, packaging =... | updated artifact id | updated artifact id
|
8e18084bd184bb373df21531651b559a7556b271 | --- 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.1",
- "@walmart/receipt-check-miniapp": "1.10.1",
+ "@walmart/receipt-check-miniapp": "1.10.2",
... | update version for fix | update version for fix
|
72db30e60e5c292ad760e1585d2d77bb6882ee38 | --- packages/core-services-allspark/src/httpClient/effects.ts
@@ -52,7 +52,6 @@ export const HttpClientGuard = (props: PropsWithChildren<any>) => {
[
createErrorInterceptor({
logger: httpClientLogger,
- // @ts-ignore - typings from funciontal-components are slightly off
ne... | fix: types fix | fix: types fix
|
e144225c19599e2fa3e5f02ff62717e7aab4406c | --- .looper.multibranch.yml
@@ -114,6 +114,7 @@ flows:
- (name Create Simulator Build) export EXPO_PUBLIC_APP_VARIANT="${ENV}" && export PATH="${RUBY_PATH}:${PATH}" && $RUBY_PATH/bundle exec fastlane build_simulator
else:
- (name Build iOS) export EXPO_PUBLIC_APP_VARIANT... | chore(ci): add ios appsize analysis to build app flow (#4462) | chore(ci): add ios appsize analysis to build app flow (#4462)
* chore(looper): check looper with app analysis fastfile
* feat: test looper changes
* fix: looper with pipe instead of \n
* fix: replace emojis
* fix: remove emojis
* fix: update slack notification
* fix: looper check for slack notificati... |
85d0e306490cb604f723131aa0e904c0729ad999 | --- package-lock.json
@@ -82,7 +82,7 @@
"@walmart/settings-mini-app": "1.12.0",
"@walmart/shelfavailability-mini-app": "1.5.11",
"@walmart/taskit-mini-app": "0.49.6",
- "@walmart/time-clock-mini-app": "2.15.0",
+ "@walmart/time-clock-mini-app": "2.17.0",
"@walmart/ui-co... | Update Time Clock Mini App to 2.17.0 | Update Time Clock Mini App to 2.17.0
|
d034d1dd86b543bac48ede3535efb68459fbca52 | --- packages/allspark-utils/__tests__/hooks/useAppStateTest.ts
@@ -33,13 +33,16 @@ test('useAppState', () => {
test('useAppStateEffect', () => {
const onAppStateChange = jest.fn();
+ jest.useFakeTimers();
AppState.currentState = 'active';
renderHook(() => useAppStateEffect(onAppStateChange));
+ jest.runAl... | fix(tests): fixing failing tests in allspark-utils | fix(tests): fixing failing tests in allspark-utils
|
34e45389490c70111a1bbc4990c459f49cb356ce | --- package.json
@@ -141,7 +141,7 @@
"@types/seamless-immutable": "^7.1.16",
"@types/semver": "^7.3.4",
"@types/uuid": "^8.3.0",
- "@walmart/allspark-foundation": "6.20.2",
+ "@walmart/allspark-foundation": "6.21.0",
"@walmart/allspark-graphql-client": "~6.3.28",
"@walmart/allspark-http-c... | chore: bumping foundation | chore: bumping foundation
|
423677bee448fd900b3e8b0e7037a9396fee97c3 | --- packages/allspark-foundation/src/Navigation/components/Header.tsx
@@ -1,6 +1,6 @@
import React, { ComponentType, PropsWithChildren } from 'react';
import { StyleSheet } from 'react-native';
-import { SafeAreaView } from 'react-native-safe-area-context';
+import { useSafeAreaInsets } from 'react-native-safe-area-c... | fix(header): header styles were incorrectly merged and height not working as expected | fix(header): header styles were incorrectly merged and height not working as expected
|
ee5d4176d0fe1c7f01bd8a9bc0f4b1d64ae65bc5 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 132
+ versionCode 133
versionName "1.0.12"
}
... | Incrementing build number | Incrementing build number
|
b4652d664b27c56f7c0f8d4b38cc55fb4bbce983 | --- packages/me-at-walmart-container/__tests__/graphql/links.test.ts
@@ -4,6 +4,31 @@ import {generateQueryHash, gql} from '@walmart/allspark-foundation/GraphQL';
import {ApolloLink, execute, Observable} from '@apollo/client';
import {ErrorLoggerLink, AthenaUriLink} from '../../src/graphql/links';
+const mockForwar... | feat(logs): ALLSPARK-6732 enhance graphql logs (#4688) | feat(logs): ALLSPARK-6732 enhance graphql logs (#4688)
* feat(logs): ALLSPARK-6732 enhance graphql logs
* feat(logs): add network error info and use featureId
* refactor: update variables to be one object
* refactor: update variables |
af42b78445638ac25a7060c204d8238514de80ea | --- .looper.multibranch.yml
@@ -4,7 +4,7 @@ inherit: "job:///metropolis/metroloop/metroloop-parent"
## Whenever you update the nodes, please update it at the two-place, below line & the global variable LOOPER_NODES
##
-node: ((osx||stable_osx)&&!MAC-LAB-MINI29&&!MAC-LAB-MINI39&&!MAC-LAB-MINI32&&!MAC-LAB-MINI22)
+no... | removing bad node | removing bad node
|
bc525d04195c4947eb3622d808509b4ee8542763 | --- package-lock.json
@@ -4203,9 +4203,9 @@
"integrity": "sha512-AymRaP39YXybYN3VHLVNFMoA8J4XYZbd9JUT+bQOuc5KGf5SQQFMOhrqSd9UENvnbqnTRrfDbBhn/ua7/E54WA=="
},
"@walmart/exception-mini-app": {
- "version": "0.39.6",
- "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception... | pinpoint: bump to 0.39.9 | pinpoint: bump to 0.39.9
|
9c44fb2580edd26b977936865bf8a425a4f80a40 | --- .npmrc
@@ -1,4 +0,0 @@
-registry=https://npme.walmart.com/
-no_proxy=https://npme.walmart.com/
-strict-ssl=false
-# legacy-peer-deps=true
| Deleted .npmrc as per requirement | Deleted .npmrc as per requirement |
a9c23193c1a941e16dbf66bea75fd88c891c1f6c | --- ios/Podfile.lock
@@ -624,7 +624,7 @@ PODS:
- React-Core
- SSZipArchive (~> 2.2.2)
- compass-sdk-ios (0.4.3)
- - compass-sdk-rn (5.18.15):
+ - compass-sdk-rn (5.18.19):
- compass-sdk-ios (= 0.4.3)
- React-Core
- DoubleConversion (1.1.6)
@@ -1611,7 +1611,7 @@ PODS:
- FirebaseMessaging... | < Adithya > version bump | < Adithya > version bump
|
16a06982b32acbbc2c30055e5e87ab2a56a1df96 | --- packages/allspark-foundation/__tests__/Components/Navigation/DrawerButton.test.tsx
@@ -1,37 +0,0 @@
-import React from 'react';
-import { render } from '@testing-library/react-native';
-import { StackNavigationOptions } from '@react-navigation/stack';
-import { useAllsparkDrawer } from '../../../src/Navigation/cont... | removed misplaced drawer button | removed misplaced drawer button
|
3d70a5a926ab6a16e1eb0b07f8bf6276103afc22 | --- app.config.US.ts
@@ -237,6 +237,7 @@ const CONFIG: ExpoConfig = {
],
"./plugins/withAbiFilters",
"./plugins/withActiveArchFix",
+ "./plugins/withAndroidOfflineRun",
"./plugins/withAppAuth",
"./plugins/withBoringSSLFix",
"./plugins/withBuildSupport",
@@ -273,8 +274,7 @@ const CONFIG:... | refactor: make android offline plugin configurable through config param | refactor: make android offline plugin configurable through config param
|
2ed49407bee751f703f652af27c3c9d57e55425d | --- packages/core-services-allspark/src/graphql/links.ts
@@ -1,5 +1,7 @@
import { ApolloLink, DefaultContext } from '@apollo/client';
+import { onError } from '@apollo/client/link/error';
import { generateQueryHash } from '@walmart/allspark-graphql-client';
+import { IAllsparkLogger } from '../logger';
import { MewA... | feat: add logger link | feat: add logger link
|
03cca469a0a947592b4bb53c600717a57b02cce3 | --- ios/Podfile.lock
@@ -1479,7 +1479,7 @@ PODS:
- React
- RNCAsyncStorage (1.23.1):
- React-Core
- - RNCClipboard (1.5.1):
+ - RNCClipboard (1.14.0):
- React-Core
- RNCPicker (2.4.8):
- React-Core
@@ -1718,7 +1718,7 @@ DEPENDENCIES:
- RNAudioRecorderPlayer (from `../node_modules/react-na... | chore: clipboard package fix | chore: clipboard package fix
|
c1103589e9a0dddade7f99338426a00d8bc7e1f9 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.0.0",
+ "version": "1.0.0.alpha.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.0.0",
+ "version": "1.0.0.alpha.1",
... | Update version | Update version
|
0e3c3257bc0e5afcffd2d8ef19e73810a9ef7aba | --- packages/allspark-foundation/src/Clock/index.ts
@@ -4,4 +4,3 @@ export { ClockSagas } from './sagas';
export { ClockService, ClockServiceCreator } from './service';
export * from './selectors';
export * from './types';
-export * from './withClockGuard';
| Update the bottomsheet navigation | Update the bottomsheet navigation
|
bd272f91912b30dddd4e74c7da2e7f73d276ffde | --- src/hooks/user.ts
@@ -1,17 +1,9 @@
import {useSelector} from 'react-redux';
-import {UserSelectors} from '@walmart/allspark-foundation/User';
-import {UserDomain} from '@walmart/me-at-walmart-common';
import {showManagerTeamsHub} from '../redux/selectors';
+import {useUserCanSeeHub} from '@walmart/allspark-founda... | Update the my team mini app version | Update the my team mini app version
|
a72d1b7ed43ba3bf5851297efea6f81e0bab5d86 | --- package.json
@@ -209,7 +209,7 @@
"react-native-linear-gradient": "2.6.2",
"react-native-location-enabler": "^4.1.1",
"react-native-loudness": "patch:react-native-loudness@npm%3A2.0.0#~/.yarn/patches/react-native-loudness-npm-2.0.0-79e221dbd2.patch",
- "react-native-maps": "~1.10.4",
+ "react-na... | Downgrade RN maps | Downgrade RN maps
|
d535a4f84b6dc49ee5c30c912c941c2119da0187 | --- __tests__/utils/user-test.ts
@@ -2,7 +2,9 @@ import {
formatSchedule,
getScheduleStartAndEndTime,
transformWfmSchedule,
+ returnClockedStatusBasedOnSchedule,
} from '../../src/utils';
+import moment from 'moment';
describe('getScheduleStartAndEndTime', () => {
it('start time and end time should fol... | Adding tests for user utils | Adding tests for user utils
|
291939f1548b05549d0dbd38b062094659109726 | --- android/app/build.gradle
@@ -158,8 +158,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 892
- versionName "1.9.0"
+ versionCode 901
+ ver... | Update versionCode | Update versionCode
|
bfd5d9434da69006079e485b169040274f341541 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 57
+ versionCode 58
versionName "1.0.4"
}
sp... | Incrementing build number | Incrementing build number
|
cf861f06759cb28dee9a0ae885106d8eec5b8c22 | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/counts-component-miniapp": "0.1.2",
"@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-mini-app": "1.0.16",
- "@walmart/facilities-management-miniapp": "0.5.29",
+ "@walmart/facilities-management-miniapp": "0.5.31",
... | bug fix - version update | bug fix - version update
|
aafa6bf6c27c812f0b41855f8fd5f7e49ef10dbf | --- src/managerExperience/components/FilterChipHeader/FilterChipHeader.tsx
@@ -1,6 +1,6 @@
import React from 'react';
import {useTranslation} from 'react-i18next';
-import {MANAGER_EXPERIENCE_NAMESPACE} from '../../translations';
+import {ROSTER_I18N_NAMESPACE} from '../../../translations';
import {FilterChipHeaderP... | feat: updated to use preexisting translations | feat: updated to use preexisting translations
|
aff960139dac7f2cf3c145b2695067fb68271831 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.35.0",
+ "version": "1.37.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -99,7 +99,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux... | Update roster mini app version | Update roster mini app version
|
a1ceefd1ce19e852a95441091e2c7d7d9c9c3a55 | --- package.json
@@ -102,7 +102,7 @@
"@walmart/counts-component-miniapp": "0.1.11",
"@walmart/emergency-mini-app": "1.27.1",
"@walmart/exception-mini-app": "1.8.3",
- "@walmart/facilities-management-miniapp": "0.11.4",
+ "@walmart/facilities-management-miniapp": "0.11.6",
"@walmart/feedback-al... | Fixit scanner version upgrade 0.11.6 | Fixit scanner version upgrade 0.11.6
|
c79e9d2f3b1542eea0257834944614e688c5248b | --- __tests__/__snapshots__/AppTest.tsx.snap
@@ -12,37 +12,35 @@ exports[`RootContainer renders and fires startup event 1`] = `
}
}
>
- <AVPSharedProvider>
- <TelemetryConsumer />
- <TranslationConsumer />
- <LocalStorageConsumer />
- <AuthConsumer />
- <Logg... | updated the snapshot | updated the snapshot
|
a1b0cbd6817a3640b253aba5a3d1ed051bbc23e7 | --- package-lock.json
@@ -2995,11 +2995,11 @@
}
},
"@walmart/allspark-health-survey-mini-app": {
- "version": "0.0.35",
- "resolved": "https://npme.walmart.com/@walmart/allspark-health-survey-mini-app/-/allspark-health-survey-mini-app-0.0.35.tgz",
- "integrity": "sha512-sbUZizPmKW9RIvTs7... | covid survey update | covid survey update
|
22789a401081198b5fdd28b12f58f602ed25ed45 | --- package-lock.json
@@ -37,7 +37,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.52",
+ "@walmart/amp-mini-app": "1.1.58",
"@walmart/ask-sam-... | AMP version bump | AMP version bump
|
557637b249cfdcf205954a4a56361d844f8c4300 | --- package-lock.json
@@ -3259,9 +3259,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.4.21",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.4.21.tgz",
- "integrity": "sha512-GMeDAXzubNkJFyWqxWp/aiLeOhGVIKc7cMb4DnUzMwcfJn... | updating metrics mini app and home mini app | updating metrics mini app and home mini app
|
b68104bb50a807934966a3fdc8d6ddfe103bab3f | --- packages/celebration-mini-app-graphql/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.25.1](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/cele... | chore(version): updating package version | chore(version): updating package version
- @walmart/celebration-mini-app@1.34.1
- @walmart/celebration-mini-app-graphql@1.25.1
|
61ad78f9d0e11171e766d87af39f1f9161643a09 | --- src/index.tsx
@@ -42,7 +42,7 @@ export const initialize = async (debugToken: string) => {
initi18n();
export {RosterScreen} from './screens/RosterScreen';
-export const RosterNavigationStack = RosterNavigation;
+export {SearchHeaderRight} from './components/SearchHeader';
export const RosterMiniApp = () => {... | Update the roster navigation stack | Update the roster navigation stack
|
2fb329e54823957b7729279fda13102ab8b59c0e | --- packages/me-at-walmart-container/src/graphql/policies.ts
@@ -87,7 +87,9 @@ export const TypePolicies: StrictTypedTypePolicies = {
merge: true,
fields: {
completed: {
- read(_, { args, toReference }) {
+ read(existing, { args, toReference }) {
+ if (existing) return existing;
... | fix: miro learnings cache policy fix | fix: miro learnings cache policy fix
|
43c45bbcda76a302a64460c3782dc17d1dca4f0d | --- __tests__/Components/ModalContent.test.tsx
@@ -1,5 +1,5 @@
import {useGetViewersPrimaryTeam} from '@walmart/allspark-foundation-hub';
-import {ModalContent} from 'src/Components/SmartModal/ModalContent';
+import {ModalContent} from '../../src/components/modals/SmartModal/ModalContent';
import {render} from '@test... | feat(ui): update build issues and merge conflicts #SMDV-9999 | feat(ui): update build issues and merge conflicts #SMDV-9999
|
f34ac07b7fa2eaf9372fc6eb3235c491785a6e92 | --- sonar-project.properties
@@ -0,0 +1,11 @@
+sonar.projectKey=com.walmart.allspark
+sonar.projectName=AllSpark
+sonar.projectVersion=1.0.0
+sonar.host.url=http://sonar.looper.prod.walmartlabs.com
+
+sonar.sources=packages/allspark-authentication/src, packages/allspark-foundation/src, packages/allspark-utils/src
+sona... | chore: adding sonar config file | chore: adding sonar config file
|
876c87c3f9ba964c673f9aa40d08982377164ee7 | --- targets/US/package.json
@@ -118,7 +118,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-core": "workspace:^",
"@walmart/metrics-mini-app": "1.24.4",
- "@walmart/mod-flex-mini-app": "1.23.1",
+ "@walmart/mod-flex-mini-app": "1.23.2",
"@walmart/moment-walmart":... | Update modflex mini app version - v1.23.2 | Update modflex mini app version - v1.23.2
|
e7a227f0c5a18489c339ca1209cae8251bc4057e | --- targets/US/package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.5",
"@walmart/backroom-mini-app": "1.8.7",
"@walmart/calling-mini-app": "0.7.0",
- "@walmart/checkout-mini-app": "4.4.1",
+ "@walmart/checkout-mini-app": "4.4.2",
"@walmart/compass-sdk-rn": "5.19.15",
"@wal... | fix: update version 4.4.2 | fix: update version 4.4.2
|
9b3bf987a594d2a3163045effb8500021e227d40 | --- package.json
@@ -172,7 +172,7 @@
"@walmart/store-feature-orders": "1.35.6",
"@walmart/talent-preboarding-mini-app": "1.0.63",
"@walmart/talent-preboarding-shared-utils": "^0.1.114",
- "@walmart/taskit-mini-app": "5.52.0",
+ "@walmart/taskit-mini-app": "5.52.3",
"@walmart/time-clock-feature... | fix(notes): bumped taskit version for TASKIT-8018 | fix(notes): bumped taskit version for TASKIT-8018
|
d057982089dd8d6221f626c436509937d9ad17d4 | --- android/app/src/beta/res/drawable-anydpi/beta_foreground.xml
--- android/app/src/beta/res/mipmap-anydpi-v26/beta_text.xml
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@color/beta_background"/>... | Initial fix | Initial fix
|
0e6297a313aeaecc3e54dce055f3542c671413da | --- package-lock.json
@@ -5254,9 +5254,9 @@
"integrity": "sha512-Cy+ATP7WlTkMvysFS1kk9T6YcxPh//OxCfL215wnP/4XI7EarFSbahTwlm7hw/3cuGPCMSsRmdiwZPyhDWUbVw=="
},
"@walmart/facilities-management-miniapp": {
- "version": "0.3.17",
- "resolved": "https://npme.walmart.com/@walmart/facilities-manageme... | Adding package-lock.json | Adding package-lock.json
|
3f7dedf974477aea3fa49ab4440edf2eb49bccd5 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -852,7 +852,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.walmart.stores.allspark.beta;
PRODUCT_NAME = AllSpark;
- PROVISIONING_PROFILE_SPECIFIER = "AllSpark Dev provisioning profile";
+ PROVISIONING_PROFILE_SPECIFIER = "Allspark (MeAtWM Beta) Dev";
SWIF... | add screen tracking; set up ios firebase; add plist privacy strings; update barcode scanner | add screen tracking; set up ios firebase; add plist privacy strings; update barcode scanner
|
f5f2d28031b3e95c4adda3385438c0c09bf9d934 | --- __tests__/components/RosterFiltersAndInfo.test.tsx
@@ -182,7 +182,7 @@ describe('RosterFiltersAndInfo Component', () => {
onShiftChange: jest.fn(),
};
jest.spyOn(hooks, 'useRbacConfigWithJobCode').mockReturnValue(false);
- jest.spyOn(hooks, 'useRbacConfigWithJobCode').mockReturnValue(false);
+je... | Update __tests__/components/RosterFiltersAndInfo.test.tsx | Update __tests__/components/RosterFiltersAndInfo.test.tsx
Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com> |
b7a57ffaeaf7ad0572c677e0afe93543c0c8b1a6 | --- package-lock.json
@@ -85,7 +85,7 @@
"@walmart/settings-mini-app": "1.19.1",
"@walmart/shelfavailability-mini-app": "1.5.16",
"@walmart/taskit-mini-app": "2.40.8",
- "@walmart/texting-mini-app": "2.0.31",
+ "@walmart/texting-mini-app": "2.0.32",
"@walmart/time-clock-... | update texting mini app version | update texting mini app version
|
24f030c5b0a75e1aa387bd731cc5b527ec6e13aa | --- packages/associate-exp-hub-team-switcher/src/utils/queries/getStoreAssociateTeamPreference.graphql
@@ -7,6 +7,14 @@ query getStoreAssociateTeamPreference($site: Int!, $win: String!) {
__typename
myTeams(businessUnitNumber: $site) {
__typename
+ merchDeptNbrs
+ metricsS... | feat(ui): merge changes from develop | feat(ui): merge changes from develop
|
a4f25985e75e2bb32e723be70f14eaee66633cf8 | --- ios/Podfile.lock
@@ -2904,8 +2904,8 @@ SPEC CHECKSUMS:
walmart-react-native-sumo-sdk: a6dc20c0ec3c8ab878886529a0e2fc22e747821c
WebexSDK: d652713bd7ad5902e81918121912ba75a0056c3b
wifi-store-locator: 501fca0a220c725ed93ab403635c0f246a8ce7e3
- Yoga: c716aea2ee01df6258550c7505fa61b248145ced
+ Yoga: 47d399a73... | topstock drop 22 fix | topstock drop 22 fix
|
f6ab54c35185d5cdf3161cb9935fa8f965e314aa | --- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/TeamSwitcher.test.tsx
@@ -152,7 +152,8 @@ describe('TeamSwitcher', () => {
expect(dividers.length).toBe(mockTeamData.length + 2);
});
- it('renders the Add/Edit button and handles press', () => {
+ //Todo: fix this test for conditional rendering ... | feat(ui): update tests | feat(ui): update tests
|
5a6b6d13f32ef0cf188cf7ef18078bf04b236990 | --- core/src/features/timeclock.tsx
@@ -1,9 +1,9 @@
import React from 'react';
import {useDispatch, useSelector} from 'react-redux';
-import {all, put, takeLatest} from 'redux-saga/effects';
+import {all, call, put, select, takeLatest} from 'redux-saga/effects';
import {AllsparkComponentContainers} from '@walmart/... | fix: time clock impersonation setting not proplery persisted between sessions | fix: time clock impersonation setting not proplery persisted between sessions
|
878fd41df5eb69e7838c4297d53e7e74e20cb8b6 | --- CODEOWNERS
@@ -0,0 +1 @@
+* @allspark/allspark-dev
| Create CODEOWNERS | Create CODEOWNERS |
dda2bacc178ac0d1c5560171855d6c9a93cd3651 | --- packages/allspark-foundation/src/Auth/index.tsx
@@ -2,5 +2,5 @@ export { AuthActionCreators, AuthActionTypes } from './redux';
export type { AuthState, IAuthActionCreators, IAuthActions } from './redux';
export { AuthSagas } from './sagas';
export * from './selectors';
-export * from './service';
+export { AuthS... | chore: export instances specifically to avoid require cycle issue | chore: export instances specifically to avoid require cycle issue
|
773570fb72e1c6b0fc50caa8fc837a4a1a0acd53 | --- .looper.multibranch.yml
@@ -227,7 +227,7 @@ flows:
- echo "buildType ${buildType}"
- echo "workspace is ${WORKSPACE}"
- echo "podfile lock is ${WORKSPACE}/ios/Podfile.lock"
- - ls -l ${WORKSPACE}/ios/Podfile.lock
+ - ls -l "${WORKSPACE}/ios/Podfile.lock"
- call: pr
# - call: auto-vers... | add quotes around filepath | add quotes around filepath
|
0cf5f9e5b1e6447a51883b1c637b925e74908835 | --- packages/allspark-foundation-hub/__tests__/supplyChain/Screens/SCOnboardingContext.test.tsx
@@ -7,51 +7,120 @@ import { SupplyChainOnboardingProvider } from '../../../src/SupplyChain/Screens/
jest.useFakeTimers();
-jest.mock('@walmart/allspark-foundation', () => ({
- ...jest.requireActual('@walmart/allspark-f... | fix(bug): add test coverage | fix(bug): add test coverage
|
3d01febd48d0e50346e09d758bbad2aaec8974f7 | --- 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.25.3](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.25.3
- @walmart/me-at-walmart-athena-queries@6.38.0
- @walmart/my-walmart-hub@1.6.0
|
65bde7477a3a2e8e3b29fc5fa057e3fdb8952671 | --- packages/core-services-allspark/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.11.1](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core... | chore(version): updating package version | chore(version): updating package version
- @walmart/core-services@2.1.1
- @walmart/core-services-allspark@2.11.1
|
760868cf9e9762f09028233d7117dbf112cc2822 | --- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx
@@ -146,6 +146,7 @@ export const TeamSwitcher = ({
setSelectedTeam(team.teamLabel);
setCurrentTeam(team);
},
+ // eslint-disable-next-line react-hooks/exhaustive-deps
[onTeamChange, teamData, selectedTeam, dispatch]... | feat(ui)L: lint fixes | feat(ui)L: lint fixes
|
6bd560e0be770d6b62e74e6d91a58f60bb913c76 | --- ios/Podfile.lock
@@ -525,15 +525,15 @@ PODS:
- SSO (1.3.8):
- AppAuth
- Starscream (3.0.6)
- - StructuredLogAssistantIOS (0.0.5)
- - SumoSDK (2.0.0-beta-6):
+ - StructuredLogAssistantIOS (0.0.6)
+ - SumoSDK (2.0.0-beta-9):
- Apollo (= 0.42.0)
- Apollo/SQLite (= 0.42.0)
- Firebase/Messa... | Updating pod lock | Updating pod lock
|
8106a5e5aec0a037d898f5dc7a353a5c655db9bf | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -766,7 +766,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/Permission-Notifications\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/Permission-LocationWhenInUse\"",
);
- MARKETING_VERSION = "0.0.1";
+ MARKETING_VERSION = 0.0.1;
OTHER_LDFLAGS = (
"$(inherit... | PTT version update (Onboarding + Impersonation) (#260) | PTT version update (Onboarding + Impersonation) (#260)
* Uptading PTT version
* PTT version update
* Updating PTT version |
faac5e9c83758b55ec62d3405a5991f8545a44f8 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "3.1.0-alpha.6",
+ "version": "3.4.0-alpha.2",
"main": "dist/index.js",
"files": [
"dist",
@@ -88,9 +88,9 @@
"@walmart/react-native-logger": "1.35.0",
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walm... | feat(ui): update version for drop 34 | feat(ui): update version for drop 34
|
2cacf8eb3ca4fbe77f21b4510d37eaf904992c01 | --- package.json
@@ -270,4 +270,4 @@
"engines": {
"node": ">=18"
}
-}
\ No newline at end of file
+}
--- targets/US/package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.1",
"@walmart/backroom-mini-app": "1.5.20",
"@walmart/calling-mini-app": "0.5.17",
- "@walmart/checkout-m... | fix: package update | fix: package update
|
c18802e1d911738e138ab8870ad0ed683e10186c | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.21.0",
+ "version": "2.22.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 roster changes | Update the roster changes
|
f53b291cbef5d70a6b4f6747c0169a2e1642e53c | --- packages/associate-exp-hub-mini-app/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/associate-exp-hub-mini-app",
- "version": "1.4.0-alpha.9",
+ "version": "1.4.0-alpha.10",
"packageManager": "yarn@4.6.0",
"engines": {
"node": ">=18"
| chore(ui): update associate exp hub version | chore(ui): update associate exp hub version
|
6ca6d2c59d06408dc060e442b8ed2c4cf4f7ef37 | --- package.json
@@ -249,7 +249,7 @@
"react-native-view-shot": "^3.4.0",
"react-native-vision-camera": "4.6.4",
"react-native-web": "~0.19.10",
- "react-native-webview": "11.23.1",
+ "react-native-webview": "13.8.6",
"react-native-wm-config": "0.1.1",
"react-native-wm-network": "6.3.17",
... | Revert "Feature/web view downgrade" (#4206) | Revert "Feature/web view downgrade" (#4206)
|
8abba185d02583f706346216ff8fbb2a992bebb7 | --- targets/US/package.json
@@ -86,7 +86,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.25.1",
"@walmart/associate-listening-mini-app": "1.2.7",
- "@walmart/attendance-mini-app": "3.95.0",
+ "@walmart/attendance-mini-app": "3.96.0",
"@walmart/avp-feature-app... | bump ama verion 3.96.0 | bump ama verion 3.96.0
|
7d72ea5092dcfc9964a7e56ac77e46e68b3b7117 | --- packages/allspark-foundation/__tests__/Work/redux.test.tsx
@@ -2,7 +2,6 @@ import { IAllsparkReduxState } from '../../src/Redux';
import { WorkActions, WorkSelectors, WorkState } from '../../src/Work';
const WORK_STATE: WorkState = { actionId: 'actionId', workFlow: 'topstock' };
-
describe('WorkActions', () =>... | fix: remove space DWORK-7010 | fix: remove space DWORK-7010
|
5623fa6624b10bef0f83cec4f06f1433752095de | --- package-lock.json
@@ -3509,16 +3509,16 @@
"integrity": "sha512-bRj8dBPIo3ShYDH800Lm9XfbCHk8Kclu+Cqbdo/oEB3DIQtoK4TSoyIm8W+c9nhd/kaeEQsev6N99WmNj5BEAg=="
},
"@walmart/schedule-mini-app": {
- "version": "0.4.3",
- "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-m... | update package lock | update package lock
|
af9de072c18c472104d70aedac554481a78e2fcc | --- ios/Podfile.lock
@@ -538,7 +538,7 @@ PODS:
- RCTTypeSafety
- React
- ReactCommon/turbomodule/core
- - react-native-scanner-3.0 (0.1.33-rc.8):
+ - react-native-scanner-3.0 (0.1.32):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -1225,7 +1225,7 @@ SPEC CHECKSUMS:
... | fix(version): update count & scanner version | fix(version): update count & scanner version
|
121d89873b9e7f99aa2b54f6e036ecf701a57e83 | --- __tests__/managerExperience/screens/AllTeamsScreen.test.tsx
@@ -7,6 +7,7 @@ import {GetTeamByIdQueryResult} from '../../../src/queries/getTeamById';
import {mockGetTeamsByStoreQuery} from '../../harness/athenaQueries/getTeamsByStore';
jest.mock('../../../src/hooks');
+console.log('test');
describe('AllTeamsS... | chore: test to fix yarn error | chore: test to fix yarn error
|
97ccabd6d826e61715ee0780e0f1c87f078257d4 | --- packages/allspark-foundation/src/Components/ComponentContainers.tsx
@@ -220,9 +220,9 @@ export class ComponentContainer<Props = {}> {
return (
<Layout
+ componentWrapper={this._componentWrapper}
{...props}
config={config}
- componentWrapper={this._componentWrapper}
... | fix(components): container layout component wrapper being overridden | fix(components): container layout component wrapper being overridden
|
eaf2a15325116890ac4fad409c8f12c0c1c1b19c | --- .looper-pr.yml
@@ -31,4 +31,3 @@ envs:
-
| feat(ui): update concord #SMDV-9999 | feat(ui): update concord #SMDV-9999
|
6d80339c207b108b94a189164484684add30f008 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -11,7 +11,6 @@ import { useSelector } from 'react-redux';
import { LayoutConfig } from '@walmart/allspark-utils';
import { useAllsparkTranslation } from '@walmart/allspark-foundation/Translation';
import { UserSelectors } f... | Update widget style | Update widget style
|
5eb3f2c7801ea55ea61c9d9326322af193356a7f | --- 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.20.3](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.11.0
- @walmart/allspark-foundation-hub@1.20.3
- @walmart/me-at-walmart-geolocation@1.3.21
- @walmart/me-at-walmart-location@1.1.1
|
cc4e2c45081e29deced27af1d2e948a52f6a31d2 | --- package-lock.json
@@ -4198,9 +4198,9 @@
"integrity": "sha512-EcUV5UbnNZBvacqLesY18XKO/o3G6/k61ocI/ydIIPOhLXRgkiztQqMBE75bYxU7lQkRYtqgxcK3SzvAKP0RoQ=="
},
"@walmart/counts-component-miniapp": {
- "version": "0.0.33",
- "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp... | [RTASPE-4976]: Fix VQA issue for counts | [RTASPE-4976]: Fix VQA issue for counts
|
49cdd18d09adb39d0cdd31b7c770343b6c99719d | --- container/src/index.web.ts
@@ -1,4 +1,4 @@
-import { registerRootComponent } from 'expo';
+import {registerRootComponent} from 'expo';
import 'react-native-get-random-values';
if (process.env.EXPO_PUBLIC_TARGET === 'Me@Walmart') {
--- container/web-shims/allsparkStepUpAuth.ts
@@ -13,7 +13,7 @@ export const st... | feat: update lint fixes | feat: update lint fixes
|
d818cb84551b2c1bf22aa3973537bcd423e938ce | --- packages/allspark-foundation/__tests__/Translation/modals/ChangeLanguageModal.test.tsx
@@ -0,0 +1,47 @@
+import { ChangeLanguageModalComponent } from '../../../src/Translation/modals/ChangeLanguageModal';
+
+import React from 'react';
+import { render, fireEvent } from '@testing-library/react-native';
+
+import { A... | added and updated ChangeLanguageModal test file | added and updated ChangeLanguageModal test file
|
03e275eac69770ea1f157e37687d7ee356ceb30d | --- packages/allspark-foundation/__tests__/FeatureRunner/__snapshots__/navigation.test.tsx.snap
@@ -13,46 +13,46 @@ exports[`renderHeader matches snapshot 1`] = `
pointerEvents="box-none"
style={
{
- "bottom": 0,
- "left": 0,
- "position": "absolute",
- "right": 0,
- ... | fix: test failures | fix: test failures
|
31f4385e57e74e943969b3253d40b5d3f5624385 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/ComponentsTest.tsx.snap
@@ -2,7 +2,24 @@
exports[`Badge matches default snapshot 1`] = `null`;
-exports[`Badge matches snapshot when refrigeration alarm is there 1`] = `null`;
+exports[`Badge matches snapshot when refrigeration alarm is there 1`] = `
+<Ima... | snapshot update | snapshot update
|
9935b77da6fb6b843ad6dae67c03a06721ccb219 | --- packages/core-services/Telemetry/index.tsx
@@ -17,10 +17,10 @@ export const LegacyTelemetryService = {
),
logScreenView: (screen: string) =>
TelemetryService.getContainerInstance().logScreenView(screen),
- logCrashEvent: (error: string) =>
- TelemetryService.getContainerInstance().logCrashEvent(err... | fix: legacy telemetry methods not matching the legacy api | fix: legacy telemetry methods not matching the legacy api
|
370e5168a2e3e68104b206ede891d1f662faf608 | --- .looper-pr.yml
@@ -13,6 +13,7 @@ flows:
- (name Yarn Install) yarn install
- (name Test Coverage) yarn run coverage
+
envs:
global:
variables:
| fix(ui): added whitespace to yml | fix(ui): added whitespace to yml
|
8ca961a80eab4010ef5ba99bac15ba27fc53c4d0 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.14.0",
+ "version": "2.15.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 version | Update roster version
|
7d2b71c01adb786d97f64dacde48b8e67e6c8c8d | --- targets/US/ios/Podfile
@@ -59,7 +59,6 @@ $RNFirebaseAnalyticsWithoutAdIdSupport=true
# @customization
# Walmart specific sources
-source 'git@gecgithub01.walmart.com:Project-Diamond/cocoapods-specs.git'
source 'git@gecgithub01.walmart.com:store-systems-associate-tech-platform/cocoapods-specs.git'
source 'git@... | remove diamond reference | remove diamond reference
|
d3c6ca7034a844d143698be38614e9c7bbb7d3b6 | --- core/src/auth/AuthenticatorView.tsx
@@ -110,7 +110,7 @@ export const AuthenticatorView = (
UNSAFE_style={styles.languageButton}
variant='tertiary'
accessibilityRole='button'
- accessibilityLabel='Change Language'
+ accessibilityLabel={`${currentLanguage} - Change L... | fix: announce langauge on auth view | fix: announce langauge on auth view
|
89a2a4c91839298b2111dbe4cdb6c66edba61617 | --- 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.33.1-alpha.2](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.33.1-alpha.1...v6.33.1-alpha.2) (2025-07-18... | chore(version): updating package version | chore(version): updating package version
|
8a8bfbeac9540f505c91ecc67f228a9459e29a27 | --- package.json
@@ -77,7 +77,7 @@
"@walmart/ask-sam-mini-app": "^1.0.0",
"@walmart/config-components": "3.0.2",
"@walmart/core-services": "~1.1.2",
- "@walmart/core-services-allspark": "~1.6.4",
+ "@walmart/core-services-allspark": "~1.6.6",
"@walmart/core-utils": "~1.0.10",
"@walmart/co... | Update package.json | Update package.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.