commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
b2cefd4d297f4a7541f672ea2b33e67ad364752e | --- __tests__/containers/ChatInput/__snapshots__/index.test.tsx.snap
@@ -198,6 +198,7 @@ exports[`ChatInput should render properly with required and optional props 1`] =
}
>
<TextInput
+ accessibilityLabel="Type a message"
autoFocus={true}
blurOnSubmit={false}
... | fix: SMDV-7777 fix tests | fix: SMDV-7777 fix tests
|
d6fbbe24bb05af5b3ca2480cd5afd34caf402ecd | --- src/components/FilterChipGroup/FilterChipGroup.tsx
@@ -16,6 +16,7 @@ import {
AllsparkNavigationClient,
SiteSelectors,
} from '@walmart/allspark-foundation';
+import {analytics} from '../../logger/analytics';
export const FilterChipGroup = ({
isPrimaryTeam,
@@ -75,6 +76,9 @@ export const FilterChipGrou... | feat: telemetry for roster sc | feat: telemetry for roster sc
|
90ac08980bcd21320d24ab2b9150dd924ba9fbf3 | --- packages/core-services/Logger/index.tsx
@@ -7,12 +7,16 @@ import React, {
useMemo,
} from 'react';
import {
- LoggerBaseService,
LoggerConfig,
LoggerService,
} from '@walmart/allspark-foundation/Logger';
import { ConsumerChild, noop } from '@walmart/allspark-utils';
+type LegacyLogLevel = {
+ defau... | fix: legacy logger incorrectly typed | fix: legacy logger incorrectly typed
|
216d9425147477f79e10c385234e58b1e60955f7 | --- .looper-pr.yml
@@ -0,0 +1,19 @@
+inherit: job:///allspark/allspark-miniapp-cicd-templates:allspark-miniapp-cicd-template.yml
+
+envs:
+ global:
+ variables:
+ APP_NAME: myteam-miniapp
+ STAGES_TO_RUN:
+ LINT: true
+ UNITTEST: true
+ BUILD: true
+ SONAR_SCAN: true
+ A... | Update version | Update version
|
20019e5a0f702ed35f859dc05525a4b6f1de56a3 | --- .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&&!MA... | trying some stuff out | trying some stuff out
|
de832b8fd631138a1ea1e7087aeeead4f16f1e6b | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.0-beta.5",
+ "version": "1.0.0-beta.6",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Conta... | Update hubs version | Update hubs version
|
2964a7bc2d56975c0c4432c5c723cb9848d8093d | --- packages/allspark-foundation-hub/src/HubFeature/AllsparkHubContainer.tsx
@@ -16,6 +16,7 @@ import { HubDashboard } from './Store/Hub/Container';
import { SiteHubDashboard } from './SupplyChain/Hub/SiteHubDashboard';
import { SiteSelectors } from '@walmart/allspark-foundation/Site';
import { ManagerExperienceCrea... | Adding container screen name fix | Adding container screen name fix
|
ba5dc261bb3d5d46ca5d5e31e2ae2279773e1997 | --- package-lock.json
@@ -47,7 +47,7 @@
"@walmart/emergency-mini-app": "1.25.1",
"@walmart/exception-mini-app": "1.4.2",
"@walmart/facilities-management-miniapp": "0.6.42",
- "@walmart/feedback-all-spark-miniapp": "0.9.33",
+ "@walmart/feedback-all-spark-miniapp": "0.9.39",
... | feedbackmini app version bump | feedbackmini app version bump
|
b62932d6f4e1a566cbba6df242903eef35acae07 | --- .yarn/patches/@walmart-receipt-check-miniapp-npm-1.22.7-b46b7175e3.patch
@@ -0,0 +1,14 @@
+diff --git a/src/machines/scan-home-page.machine.ts b/src/machines/scan-home-page.machine.ts
+index 4f4c26ccc12b76950f336c3d7a8ff814c053a2f1..018a2a1bed38c3214ac17c17c0adabf9e0c0dda6 100644
+--- a/src/machines/scan-home-page.... | update | update
|
8b7638e07fbad9df3c0d6a1f11bcd2dd6184bfd2 | --- src/screens/PushToTalkScreen.tsx
@@ -22,7 +22,7 @@ import {createStoreChannelPath, createVoiceChannelPath} from '../channels';
import Modal from 'react-native-modal';
import {MessagesHeader} from '../components';
import {analytics} from '../logger/Analytics';
-import moment from 'moment';
+import moment, {Moment... | update the total duration | update the total duration
|
5c792c3297a60a187a051172499eb34fb0eef29d | --- ios/AllSpark/AppDelegate.mm
@@ -4,6 +4,7 @@
#import <React/RCTBundleURLProvider.h>
#import <React/RCTRootView.h>
#import <React/RCTLinkingManager.h>
+#import <CodePush/CodePush.h>
#import <React/RCTAppSetupUtils.h>
#import "RNSplashScreen.h"
@@ -121,7 +122,7 @@ - (NSURL *)sourceURLForBridge:(RCTBridge *)brid... | cp init ios | cp init ios
|
1839878dc47d74af71eda7ee4e48bfa939534074 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -500,7 +500,7 @@
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ScanditBarcodeCapture/ScanditBarcodeCapture.framework/ScanditBarcodeCapture",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ScanditCaptureCore/Sca... | Updating the pod file | Updating the pod file
|
c70ba2a322521c4b94b2237cbf80e4647c0232a4 | --- package-lock.json
@@ -74,7 +74,7 @@
"@walmart/myteam-mini-app": "1.0.18",
"@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub-miniapp": "0.15.2",
- "@walmart/payrollsolution_miniapp": "0.138.4",
+ "@walmart/payrollsolution_miniapp": "0.140.1",
"@walmart/pric... | bump version | bump version
|
c70c3ba9bf1296ddd3c29ad9a072328d647fa2ab | --- src/home/containers/HomeScreen/defaultLayout.ts
@@ -24,14 +24,6 @@ export default [
},
},
],
- [
- {
- component: 'AnnouncementCard',
- metaData: {
- url: 'https://one.walmart.com/content/usone/en_us/me/time/loaptoinfo-hourly1.html',
- },
- },
- ],
[
{
com... | update layout | update layout
|
e7a0049ab6e9b7aeac8abe626353f388f086abe7 | --- package-lock.json
@@ -60,7 +60,7 @@
"@walmart/counts-component-miniapp": "0.1.11",
"@walmart/emergency-mini-app": "1.27.0",
"@walmart/exception-mini-app": "1.7.10",
- "@walmart/facilities-management-miniapp": "0.9.1",
+ "@walmart/facilities-management-miniapp": "0.9.2",
... | drop 21 version bump | drop 21 version bump
* conflict fix
|
6ccd26d6a0e676c7182c8b4954ceff0f8b18559a | --- packages/me-at-walmart-container/src/services/user/transforms.ts
@@ -71,9 +71,9 @@ export const determineTeams = (assignedBusinessUnit: AssignedBusinessUnit) => {
return teams;
};
-export const determineDomainImpersonatedUser = (props: { workEmail: string | null | undefined, division: string }): string => {
-... | feat(ui): ALLSPARK-0000 add logic to imperonation for market manager (#4121) | feat(ui): ALLSPARK-0000 add logic to imperonation for market manager (#4121)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
3a07af00dcc2b23b04aea07debc71653ff781c8e | --- .looper-native-common.yml
@@ -3,6 +3,7 @@ inherit: "job:///metropolis/metroloop/metroloop-parent"
envs:
global:
variables:
+ TMPDIR: /tmp
TARGET_XCODE: "12.0"
RCT_NO_LAUNCH_PACKAGER: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
--- .looper-pr.yml
@@ -4,6 +4,11 @@ tools:
nodejs... | Hotfix - App Resume from Hiring Center (#476) | Hotfix - App Resume from Hiring Center (#476)
* Updating app state change listener to avoid sign out logic when user previously not present
* Removing comment
* Removing line for testing
* fix pr checks maybe
Co-authored-by: rlane1 <rlane1@walmart.com>
Co-authored-by: Anthony Helms <awhelms@wal-mart.com> |
247169dff800a4b80d69f5511aa6e7cff0b680da | --- targets/US/android/settings.gradle
@@ -28,4 +28,4 @@ useExpoModules()
* This flag is not advisable if you need to download new dependencies of your Andriod SDK with each run.
* (Like testing new compass SDK version each time you run the app)
*/
-gradle.startParameter.offline=true
+gradle.startParameter.off... | inbox update | inbox update
|
202152be5a3f2e67468f85c4f6023f31340efb03 | --- targets/US/ios/Podfile.lock
@@ -2957,4 +2957,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: e45caceff59820fc357600d6b2277634c8242734
-COCOAPODS: 1.14.3
+COCOAPODS: 1.15.2
| Update targets/US/ios/Podfile.lock | Update targets/US/ios/Podfile.lock |
46c596562e48282a57e3f59e97bf1d8157372868 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "3.3.0-alpha.5",
+ "version": "3.3.0-alpha.6",
"main": "dist/index.js",
"files": [
"dist",
@@ -89,7 +89,7 @@
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walmart/react-native-sumo-sdk": "2.8.0",
"@wal... | feat(ui): adding new version for drop 34 | feat(ui): adding new version for drop 34
|
2b6f846d05d8526d19edd19059a5d9e37b779c06 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/TeamSwitcher/types.ts
@@ -7,5 +7,5 @@ export type TeamSwitcherTypes = {
export type TeamSwitcherProps = {
onTeamChange: (teamId: string) => void;
refetch: () => void;
- refreshing: boolean;
+ refreshing?: boolean;
};
| feat(ui): Update navigation for onboarding | feat(ui): Update navigation for onboarding
|
59781b23c849c04a0d3ca963891801cf0ff8098e | --- packages/me-at-walmart-athena-queries/src/getSupplyChainTeamsByStore.graphql
@@ -0,0 +1,36 @@
+query GetSupplyChainTeamsByStore($businessUnitNumber: Int!, $countryCode: String!, $date: Date!, $includeManagement: Boolean) {
+ supplyChainTeamsByBusinessUnit(
+ businessUnitNumber: $businessUnitNumber
+ countryC... | feat(ui): added query for supplyhainGetTeamsByStore | feat(ui): added query for supplyhainGetTeamsByStore
|
09b242990e593a19a679971daad96fcf755c03e6 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.13",
+ "version": "2.12.14",
"main": "dist/index.js",
"files": [
"dist"
--- src/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -18,6 +18,7 @@ import {
useGetTeamsByStore,
useGetViewersPrimaryTeamId,
... | Update the disabled field for the roster group button | Update the disabled field for the roster group button
|
0df4aa24c3477e29015e7011950aeab1eec87bca | --- .looper-pr.yml
@@ -21,7 +21,7 @@ envs:
ALLOW_NPM_PUSH_TO_AF: true
STAGES_TO_RUN:
LINT: true
- UNITTEST: false
+ UNITTEST: true
BUILD: true
SONAR_SCAN: true
ARTIFACT_PUBLISH: true
| fix(ui): update roster and wmconnect mini app version smdv-9999 | fix(ui): update roster and wmconnect mini app version smdv-9999
|
3f080b21ead684f24f091b2dfb5012cad0c69a1f | --- package-lock.json
@@ -78,7 +78,7 @@
"@walmart/returns-mini-app": "0.12.0",
"@walmart/schedule-mini-app": "0.33.0",
"@walmart/settings-mini-app": "1.12.0",
- "@walmart/shelfavailability-mini-app": "1.5.11",
+ "@walmart/shelfavailability-mini-app": "1.5.12",
"@walmart... | SA-348 added logic to handle QR code short-form urls | SA-348 added logic to handle QR code short-form urls
|
20587e421280d63e00630a2c0213b5582f99aae4 | --- packages/allspark-foundation/src/Navigation/Elements/factories.tsx
@@ -36,7 +36,9 @@ export const StackElementsFactory = (): StackNavigationElements => {
));
};
- return { banners, addBanner, removeBanner };
+ const renderBanners = banners.createAllWidgets;
+
+ return { banners, addBanner, removeBanner... | refactor: navigation elements refactor | refactor: navigation elements refactor
|
a7a1d818400e9754136ae33a9b805a48d20dd840 | --- package-lock.json
@@ -38,7 +38,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.56",
"@walmart/attendance-mini-app": "0.59.0",
- "@walmart/config-components": "4.1.0-rc.2",
+ "@walmart/config-components": "4.1.0-rc.3",
"@walmart/c... | bug fix for app crash | bug fix for app crash
|
48baceb3d96f46b687da5b7d62298c477ccca915 | --- __tests__/hooks/user.test.ts
@@ -40,10 +40,10 @@ describe('useIsSalariedOrTeamlead', () => {
});
describe('useIsHourly', () => {
- it('should return true for the default mocked user (H)', () => {
- const {result} = renderHookWithProviders(() => useIsHourly());
- expect(result.current).toBe(true);
-... | Adding user test coverage | Adding user test coverage
|
f936097197246479f2958ecf929e76a25ae174a8 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.1-alpha.12",
+ "version": "2.12.1-alpha.13",
"main": "dist/index.js",
"files": [
"dist"
--- src/managerExperience/screens/AllTeamsScreen/AllTeamsScreen.tsx
@@ -69,7 +69,7 @@ export const AllTeamsScreen = () => {... | Update roster mini app version | Update roster mini app version
|
2656f23b7968381b976377f9b360079d745d4d53 | --- packages/allspark-foundation/src/Feature/README.md
@@ -1,6 +1,6 @@
# Allspark Feature
-An `AllsparkFeature` is a collection of related screens, listeners, redux, translations, etc. to be added to an `AllsparkContainer`.
+An `AllsparkFeature` is a collection of related capabilities (screens, listeners, redux, tra... | docs: update feature readme | docs: update feature readme
|
b6667fe28d2bccc01c3dd304d47df0b05ae42bc1 | --- sr.yaml
@@ -25,6 +25,8 @@ applications:
consumerIdInfos:
- consumerId: 1bfc1d19-903b-438b-be7e-b0733aade46b
publicKey: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiO/GyYc8U769GsAlKTDD1fjWqN6ME5sSrtHiAQQtKoMGZP7GYzbRsuoIsCNLc39a2+JN76q6cR0mWX8WyZsXYJKpnV6I/TqdH6QsvTLbfPxe4qCBtwYS98uh... | test(roster): fixing looper issue | test(roster): fixing looper issue
|
0a221d53dc8bd5c95b6e9d0866496e19f1b540b5 | --- package-lock.json
@@ -63,7 +63,7 @@
"@walmart/iteminfo-mini-app": "7.5.7",
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "14.0.2",
- "@walmart/metrics-mini-app": "0.15.13",
+ "@walmart/metrics-mini-app": "0.15.14",
"@walmart/mod-flex-m... | Updated package lock json | Updated package lock json
|
ac6c1349e53c20fc2d5ba58481b73e448379c6be | --- packages/allspark-foundation-hub/src/HubFeature/Hub/HubWidget/types.ts
@@ -20,6 +20,7 @@ interface HubWidgetBaseTypes {
infoText?: string;
selectedTeamPreference?: string;
selectedTeamIds?: string[];
+ refresh: string | null;
}
interface HubWidgetActionalable extends HubWidgetBaseTypes {
| Add refresh props to widget | Add refresh props to widget
|
89744e29053ad4e9bed5cb952b3710d686e552d2 | --- src/channels/components/TextingDisabled.tsx
@@ -2,8 +2,6 @@ import React from 'react';
import {Image, StyleSheet, View} from 'react-native';
import {Body} from '@walmart/gtp-shared-components';
import {Images} from '../../images';
-import {useTranslation} from 'react-i18next';
-import {TEXTING_I18N_NAMESPACE} fr... | remove unused imports | remove unused imports
|
388e90adb4f7901339b73b3594298871ba35457a | --- package.json
@@ -183,7 +183,7 @@
"react-native-modal": "^13.0.1",
"react-native-new-snap-carousel": "^3.9.3",
"react-native-pager-view": "~6.3.0",
- "react-native-pdf": "^6.6.2",
+ "react-native-pdf": "^6.7.5",
"react-native-permissions": "^3.10.1",
"react-native-popup-menu": "^0.16.0... | Bump react-native-pdf to latest version | Bump react-native-pdf to latest version
|
f90305de71c51f18bd0b2f6dd505dff09b9e3619 | --- package.json
@@ -90,7 +90,7 @@
"@walmart/exception-mini-app": "0.43.1",
"@walmart/facilities-management-miniapp": "0.3.26",
"@walmart/feedback-all-spark-miniapp": "0.9.0",
- "@walmart/financial-wellbeing-feature-app": "1.0.56",
+ "@walmart/financial-wellbeing-feature-app": "1.0.58",
"@walm... | bumped financial-wellbeing-feature-app to 1.0.58 | bumped financial-wellbeing-feature-app to 1.0.58
|
5489d0db968b9ff4df7cff3c56e80df9570260d1 | --- package-lock.json
@@ -5612,9 +5612,9 @@
"integrity": "sha512-+2MW/LQi8PqCiPpJXBs2uvhOa4mMKwHcjp3m4XpA8fVtndQLd76C0FivBSqOvAZgBoQc1DYRbVMdqM9nkCdy6Q=="
},
"@walmart/taskit-mini-app": {
- "version": "0.34.5-beta.4",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-m... | upgrade taskit version and added enable task badge for signoff tasks | upgrade taskit version and added enable task badge for signoff tasks
|
5bdf48e715add46a236e50b18590ce9cab010e64 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.5",
+ "version": "2.0.6",
"private": false,
"main": "bundle/dist/index.js",
"files": [
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.5",
+ "version": "2.0.6",
"... | Update package.json | Update package.json |
4f3673299ed863176bb854b2ac9a44fc10903bbf | --- package.json
@@ -44,7 +44,7 @@
"@walmart/functional-components": "^1.0.21",
"@walmart/gtp-shared-components": "^0.2.2",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/push-to-talk-mini-app": "0.0.17",
+ "@walmart/push-to-talk-mini-app": "0.0.19",
"@walmart/react-native-logger": "^1.14.0",... | Update package.json | Update package.json |
9adda2c41c58e9bddac643a11ee841af2b6cd93c | --- package.json
@@ -89,7 +89,7 @@
"@walmart/counts-component-miniapp": "0.0.42",
"@walmart/emergency-mini-app": "1.17.0",
"@walmart/exception-mini-app": "1.0.14",
- "@walmart/facilities-management-miniapp": "0.5.15",
+ "@walmart/facilities-management-miniapp": "0.5.16",
"@walmart/feedback-all... | Update package.json | Update package.json |
82d130850e22b315696bee93506afc8016b7ee40 | --- package-lock.json
@@ -4532,9 +4532,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.3.0-rc.0",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.3.0-rc.0.tgz",
- "integrity": "sha512-PTD6udC8L89Gx//I8SyclZupuyNy2OLYrRNsn2PCLybkGVmcD2CZbFgPsQ479LB0V... | version bump up ui components | version bump up ui components
(cherry picked from commit d9106ced974c4cf2a308c03e421a7d52a6f6d48c)
|
2ea93d657d77d649ef7752a534b6c4ba600070d6 | --- 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.24.6](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.13.6
- @walmart/allspark-foundation-hub@1.24.6
- @walmart/me-at-walmart-geolocation@1.4.9
- @walmart/me-at-walmart-location@1.2.9
- @walmart/my-walmart-hub@1.4.6
|
2ec9d40ec2c65c3e69af0e07eb14a3fbe1599a99 | --- .husky/generate-commit-msg.sh
@@ -0,0 +1,88 @@
+#!/usr/bin/env bash
+
+# Generate commit message based on git diff
+COMMIT_MSG_FILE=$1
+
+# Check if there's already a user-written message (not just comments)
+# Count non-comment, non-empty lines
+USER_LINES=$(grep -v '^#' "$COMMIT_MSG_FILE" 2>/dev/null | grep -v '^... | chore(.husky): update configuration | chore(.husky): update configuration
|
4e3fa072192428b09db0b9780bb26db74fde4bb5 | --- package.json
@@ -102,7 +102,7 @@
"@walmart/beneficiary-online-mini-app": "0.1.26",
"@walmart/beneficiary-online-shared-library": "1.2.7",
"@walmart/calling-mini-app": "0.8.18",
- "@walmart/candidate-authentication-lib": "0.0.8",
+ "@walmart/candidate-authentication-lib": "0.0.12",
"@walmar... | feat: updated talent preboarding mini app package (#5148) | feat: updated talent preboarding mini app package (#5148)
Co-authored-by: j0n00f4 <j0n00f4@homeoffice.wal-mart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
b48f493784bc23cac6eaf9ca5052b5a90860e797 | --- package.json
@@ -24,6 +24,7 @@
"android:prod": "npm run env:prod && react-native run-android --variant=prodDebug",
"ios": "react-native run-ios",
"ios:dev": "npm run env:dev && react-native run-ios",
+ "ios:beta": "npm run env:beta && react-native run-ios",
"ios:prod": "npm run env:prod && re... | Update package.json | Update package.json
Added ios beta script |
f55f4b81f440af88464c62d3073c8dec771f3830 | --- src/navigation/AssociateHallwayNav/SideMenuContent.tsx
@@ -173,9 +173,7 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps> = (
onRetry={onRetry}
enableTaskItAlert={!!highPriorityCount || !!signOffTaskCount}
showInboxBadge={!!badgesCount}
- enablePttAlert={
- ... | updaye ptt alert count | updaye ptt alert count
|
5c05d47fde7d866a73c1f09d3556fcd3bda9d8c5 | --- package-lock.json
@@ -59,7 +59,7 @@
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "12.0.24",
"@walmart/metrics-mini-app": "0.12.10",
- "@walmart/mod-flex-mini-app": "1.9.3",
+ "@walmart/mod-flex-mini-app": "1.9.4",
"@walmart/moment-wal... | update modflex 1.9.4 | update modflex 1.9.4
|
9038675a4e650d95ef28326fa29d36f91f420f7e | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/counts-component-miniapp": "0.0.42",
"@walmart/emergency-mini-app": "1.17.0",
"@walmart/exception-mini-app": "1.0.14",
- "@walmart/facilities-management-miniapp": "0.5.19",
+ "@walmart/facilities-management-miniapp": "0.5.20",
... | Reverted taskit version | Reverted taskit version
|
7140e0d04b9428df6d47df46b4fba719f169357f | --- package-lock.json
@@ -76,8 +76,8 @@
"@walmart/react-native-sumo-sdk": "2.5.1",
"@walmart/receipt-check-miniapp": "1.12.4",
"@walmart/redux-store": "3.1.5",
- "@walmart/returns-mini-app": "0.13.3",
"@walmart/schedule-mini-app": "0.35.0",
+ "@walmart/returns-mini-app"... | feature: returns-mini-app drop 12 | feature: returns-mini-app drop 12
|
ace4180f8b5762e5fa860b05664a9d3e5c676b40 | --- package-lock.json
@@ -4263,9 +4263,9 @@
"integrity": "sha512-Kcf+R1iCgxHOLCwMoW+zrde/AgO41H65qWBwGxBnKfHzy0JRJcdpZBldAksoK6j2RlT6IvCZoju3WydXMElJyw=="
},
"@walmart/iteminfo-mini-app": {
- "version": "4.0.13",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mi... | Item info new version adding a flag | Item info new version adding a flag
|
bda7af5cada1cde682d1ad90c531e34be98bc216 | --- packages/allspark-foundation/__tests__/Container/registries.test.tsx
@@ -6,59 +6,35 @@ import {
import { WidgetRegistry, MethodRegistry, Registry } from '@walmart/allspark-utils';
describe('Registry Managers', () => {
- describe('ComponentRegistryManager', () => {
it('Registry Managers should ad... | registeries test update | registeries test update
|
fcff3816b2601340f4b50b1081bf6f54925d7a26 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -31,15 +31,6 @@ Array [
component="SettingsMiniApp"
name="Settings"
/>
- <Screen
- component="RefrigerationApp"
- initialParams={
- Object {
- "navigateToTaskIt": true,... | VQA MegaNav fixes | VQA MegaNav fixes
|
51e0bd4fa342288ba4176674001e1b950bf457ea | --- targets/US/package.json
@@ -113,7 +113,7 @@
"@walmart/ims-print-services-ui": "2.16.4",
"@walmart/inbox-mini-app": "0.97.13",
"@walmart/invue-react-native-sdk": "0.1.26-beta.3",
- "@walmart/iteminfo-mini-app": "8.0.4",
+ "@walmart/iteminfo-mini-app": "8.1.0",
"@walmart/learning-mini-app": ... | bump up iteminfo for drop 28 | bump up iteminfo for drop 28
|
e0e94605432d6e93e326812ae9fdc80079283655 | --- packages/allspark-utils/__tests__/createRestarableSagaTest.ts
@@ -0,0 +1,57 @@
+import { call, takeEvery, takeLatest } from 'redux-saga/effects';
+import { createRestartableSagas } from '../src/createRestartableSaga';
+
+const testActionSaga = jest.fn();
+const otherActionSaga = jest.fn();
+const onErrorMock = jest... | chore: saga tests | chore: saga tests
|
f91452679c6928bb547b33cc78d5829f1e8c3f15 | --- __tests__/components/UnreadBadgeTest.tsx
@@ -24,4 +24,10 @@ describe('unreadBadge', () => {
const unreadBadge = renderWithProviders(<UnreadBadge />);
expect(unreadBadge.queryByTestId('unreadBadge')).toBeNull();
});
+ it('should render component when useTextingFeatureEnabled is true', () => {
+ (use... | Addresing pr comments | Addresing pr comments
|
ffd750c3aeb5189f1030799b86aaccc6e3ff28c9 | --- __tests__/components/StoreChatCardTest.tsx
@@ -5,7 +5,6 @@ import {useNavigation} from '@react-navigation/native';
import {StackNavigationProp} from '@react-navigation/stack';
import {TextingNavParamsMap} from '../../src/navigation';
import {fireEvent} from '@testing-library/react-native';
-import * as utils fro... | Removing unused vars | Removing unused vars |
cbe96621cc57900ddea4f828b5a228f23f8fb219 | --- .looper-pr.yml
@@ -4,8 +4,6 @@ tools:
nodejs: 12.4.0
flows:
- default:
- - call: pr
pr:
- npm install
- npm run env:dev
| removing temp default flow | removing temp default flow
|
61253da2426ddc73d772d6c3f12307f19e5d296d | --- package.json
@@ -117,7 +117,7 @@
"@walmart/me-at-walmart-athena-queries": "6.3.0",
"@walmart/me-at-walmart-common": "6.3.0",
"@walmart/me-at-walmart-container": "6.3.0",
- "@walmart/metrics-mini-app": "1.23.1",
+ "@walmart/metrics-mini-app": "1.23.2",
"@walmart/mod-flex-mini-app": "1.17.5"... | metrics version bump | metrics version bump
|
3fc7d73ba296177809650342f6873af663247375 | --- package.json
@@ -123,7 +123,7 @@
"@walmart/moment-walmart": "1.0.4",
"@walmart/money-auth-shared-components": "2.3.6",
"@walmart/myteam-mini-app": "1.26.0",
- "@walmart/native-rfid-scanner": "4.0.20",
+ "@walmart/native-rfid-scanner": "4.0.22",
"@walmart/onewalmart-miniapp": "1.0.27",
... | feat(rfid): RFIDSI-1553 rfid packages drop 30 version bumps (#4184) | feat(rfid): RFIDSI-1553 rfid packages drop 30 version bumps (#4184)
Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com> |
469499519e6a5eea600ba83ef96dd06ddd6b126e | --- README.md
@@ -3,9 +3,13 @@ Allspark is a framework used to build container and mini apps in React Native. A
### Allspark Framework Packages
-#### [@walmart/allspark-authentication](https://gecgithub01.walmart.com/allspark/allspark/tree/main/packages/allspark-authentication)
+#### [@walmart/allspark-authenticat... | Update README.md | Update README.md |
578d7c398507f582dd84bc94ea307dec2fba25dd | --- src/impersonation/ImpersonationScreen.tsx
@@ -1,5 +1,5 @@
import React, {useState, useEffect} from 'react';
-import {InteractionManager, ScrollView, View} from 'react-native';
+import {ScrollView, View} from 'react-native';
import {useDispatch, useSelector} from 'react-redux';
import {Controller, useForm} from '... | chore: lint fix | chore: lint fix
|
f695034f078b85f6a33f6878253c12b60d7bada9 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "0.190.4",
"@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-components": "4.2.1",
- "@walmart/copilot-mini-app": "^1.77.7",
+ "@walmart/copilot-mini-app": "1.77.8",
"@walmart/core-services": "~2... | chore: bump 1.77.8 | chore: bump 1.77.8
|
ee3a64b37b6eb50cd8753f3d010f252a564c9ddc | --- __tests__/core/analyticsInitTest.ts
@@ -260,7 +260,7 @@ describe('onUserChanged', () => {
expect(iterator.next(deviceType).value).toEqual(
select(ClockStatusSelectors.getIsClockedIn),
);
- expect(iterator.next(null).value).toEqual(
+ expect(iterator.next(false).value).toEqual(
call(WmT... | analytics update | analytics update
|
f0dff6227f16078e0a27f31c87e70bc477dd8070 | --- src/home/components/GreetingRowV2/BaseGreetingV2.tsx
@@ -76,7 +76,7 @@ export const BaseGreetingV2 = (props: BaseGreetingProps) => {
const {t} = useTranslation();
const isClockedIn = useSelector(ClockSelectors.getIsClockedIn);
- const clockStatus = isClockedIn ? t('ClockedIn') : t('ClockedOut');
+ const c... | feat(header): add text to translation | feat(header): add text to translation
|
41b30fa7c6e76114e7b5bc0846364f7892bac1b1 | --- packages/allspark-foundation/__tests__/Components/ComponentContainers.test.tsx
@@ -0,0 +1,190 @@
+import React from 'react';
+import { render } from '@testing-library/react-native';
+import { Text } from 'react-native';
+import { ComponentContainer, AllsparkComponentContainers } from '../../src/Components/Component... | unit test for components containers | unit test for components containers
|
e24f496c8ec99a7f5a985f72844d2a9c2c1a9af8 | --- package-lock.json
@@ -69,7 +69,7 @@
"@walmart/react-native-encrypted-storage": "1.1.3",
"@walmart/react-native-env": "0.2.0",
"@walmart/react-native-logger": "1.31.0-rc.1",
- "@walmart/react-native-scanner-3.0": "0.1.30-rc.3",
+ "@walmart/react-native-scanner-3.0": "0.1.31",... | updated scanner version | updated scanner version
|
653bdd7e656d30d8d46a61f374736b2dab8c57a1 | --- packages/allspark-foundation-hub/__tests__/supplyChain/Modals/UpdateTeamsModal.test.tsx
@@ -8,7 +8,11 @@ import {
useUpsertSupplyChainAssociatePreference,
} from '../../../src';
import { mockGetSupplyChainTeamsByStoreQueryResponse } from '../../../src/SupplyChain/Modals';
-import { SC_ManagerExperienceSelector... | feat(SMDV-7634): adding test coverage for UpdateTeamsModal | feat(SMDV-7634): adding test coverage for UpdateTeamsModal
|
e5727543a3396f5ac9dc9f8651051faa5df3f9a7 | --- package-lock.json
@@ -3509,9 +3509,9 @@
"integrity": "sha512-bSYWNNt5wFADM8milPDSKuNAbPk5uz6hXl+9Ht/4ZrRq4wvB6Gzo47Q7kui5xlFmKT9WXqnYK8Ayr/WT1HEyfQ=="
},
"@walmart/shelfavailability-mini-app": {
- "version": "0.3.63",
- "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini... | 0.3.64 bugfix | 0.3.64 bugfix
|
1e31b40e19920a4963ca8e642755aece1ad0835a | --- packages/allspark-foundation/__tests__/Components/AllsparkBanner.test.tsx
@@ -42,6 +42,7 @@ describe('AllsparkBanner', () => {
type: 'alert',
variant: 'info',
value: 'Test Banner',
+ closable: true,
} as ComponentRecord<AllsparkBannerConfig>,
onRemove: jest.fn(),
... | fix failing tests | fix failing tests
|
0e9f05c914342b79b5a74079f37f9302d162a1a8 | --- package-lock.json
@@ -3349,9 +3349,9 @@
"integrity": "sha512-Am5QrgtwxJ23j3GsZZivaZknjiWTuPFvFxV1J0ysrQZ3H4wZcgsxuFdsCJqA3Hzufo3pZdyMTZhNtAx4IuQjjw=="
},
"@walmart/inbox-mini-app": {
- "version": "0.1.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.1... | Bump inbox version | Bump inbox version
|
b579a920830c7245e8a609ffbf31566cbe6ac0b2 | --- .looper.multibranch.yml
@@ -1,2 +1 @@
inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml
-
| Update .looper.multibranch.yml | Update .looper.multibranch.yml |
6c628dff0487d4910d1dd5ecbbd883a1895256da | --- src/presence/components/DoNotDisturbAutoReset.tsx
@@ -10,11 +10,11 @@ import {
} from '../../redux/selectors';
import {logger} from '../../logger/Logger';
-type DNDType = {
- children?: React.ReactChildren;
-};
-
-export const DoNotDisturbAutoReset = (props: DNDType) => {
+export const DoNotDisturbAutoReset = ... | refactor children of component | refactor children of component
|
e4d5509e4acf2478263894c0cde56b4e9854e6e8 | --- src/screens/SearchScreen.tsx
@@ -73,6 +73,7 @@ type SearchScreenProps = {
route: RouteProp<TextingNavParamsMap, 'myTeam.searchScreen'>;
};
+//TODO: Refactor Search Screen and move into myteam app as shared responsibility with wmConnect. Have discussion about this.
export const SearchScreen: React.FC<SearchSc... | making the search screen functional | making the search screen functional
|
0f26a204faccc48b49247fdeec9241c5a96bb5a0 | --- ios/Podfile.lock
@@ -746,14 +746,14 @@ PODS:
- RNWMSSOLibrary (1.1.0):
- AppAuth
- React
- - SSO (= 1.2.8)
+ - SSO (= 1.2.9)
- SDWebImage (5.11.1):
- SDWebImage/Core (= 5.11.1)
- SDWebImage/Core (5.11.1)
- SDWebImageWebPCoder (0.6.1):
- libwebp (~> 1.0)
- SDWebImage/Core (... | SSO version bump up (#508) | SSO version bump up (#508)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
6cc71c57704f4fc738d830b7a54ae74897cb19ab | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -122,7 +122,7 @@ Array [
}
>
<Screen
- component={[Function]}
+ component="AskSamMiniApp"
name="askSam"
options={
Object {
--- __tests__/navigation/PreHireHallwayNav/__... | update snapshot, lint fix | update snapshot, lint fix
|
b912235be89b4086837ac79cf041a8e96f950c91 | --- package-lock.json
@@ -4271,9 +4271,9 @@
"integrity": "sha512-7nXe02E/AOFtT1u6/tVerIskwWvSoJcMgYN2DNH7vMgbb0YIFOsqwzX+nbRh/AcaZhC7YX5H2irVCc6/5/HjJw=="
},
"@walmart/metrics-mini-app": {
- "version": "0.5.8",
- "resolved": "https://npme.walmart.com/@walmart/metrics-mini-app/-/metrics-mini-a... | updating metrics mini app version | updating metrics mini app version
|
b0f1fcc8744561b8f5a21ffec5ce49ea87b3f088 | --- docs/docs/introduction.md
@@ -0,0 +1,6 @@
+---
+ sidebar_position: 1
+ title: Allspark Documentation
+---
+
+Get all the updated documentation for MyWalmart and Allspark: [MyWalmart DX Documentation](https://dx.walmart.com/meplatform/documentation/dx/overview)
\ No newline at end of file
--- docs/src/pages/index.... | chore(docs): update docs for new structure (#234) | chore(docs): update docs for new structure (#234)
|
9c41044d71476d9a43fdabd2392e3a214e3d25d4 | --- packages/allspark-foundation-hub/src/Store/Modules/TeamSelection/Screens/TeamSelection.tsx
@@ -231,9 +231,7 @@ export const TeamSelection = () => {
default: 'Try Again',
fallbackLng: 'en-US',
})}
- onPressButton={() => {
- onWarningAlertPress();
- }}... | feat(ui): looper job failure fix | feat(ui): looper job failure fix
|
42d1f3233f4d12df65f681028960ddd7ec0f0231 | --- packages/me-at-walmart-athena-queries/src/getForYouHeaderAssociateDetails.graphql
@@ -1,4 +1,4 @@
-query GetAssociateDetails(
+query GetForYouHeaderAssociateDetails(
$userId: String!,
$idType: idType = USERID,
$startDate: String!,
--- packages/me-at-walmart-athena-queries/src/getForYouHeaderAssoci... | fix(graphql): change name | fix(graphql): change name
|
4cefb726a318bd536881958c0567da05ed956e56 | --- package-lock.json
@@ -5390,9 +5390,9 @@
}
},
"@walmart/mod-flex-mini-app": {
- "version": "1.2.6",
- "resolved": "https://npme.walmart.com/@walmart/mod-flex-mini-app/-/mod-flex-mini-app-1.2.6.tgz",
- "integrity": "sha512-4Fx4Mmijuf27hqyZMnTi8tTi+uYqgY+KsJt6qZGtnI6hkt520FIARPSHi5RE+Qr... | Update modflex version to 1.2.7 | Update modflex version to 1.2.7
|
3c379ed86d41c86d003613f1da56d0b6e28b35a7 | --- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx
@@ -118,6 +118,19 @@ export const TeamSwitcher = ({
}
});
+ useEffect(() => {
+ const selectedIndex = teamSwitcherList.findIndex(
+ (item) => item.teamLabel === selectedTeamPreference
+ );
+ if (selectedIndex >= 0) {
... | selected tab on Roster Page | selected tab on Roster Page
|
a3641cb5d577c6a42740b2f93d33190ce718986b | --- graphql.yml
@@ -11,7 +11,7 @@ applications:
- name: 'stg'
persistedQueries:
- name: 'getAssociateById'
- hash: 'e609e5adcd5ac1192cf093640da3e6c9a5af94d9938e8a112f0c57a76e70d398'
+ hash: 'b53f3817eb84fcc835a48da052c13a24d61536222ab7fa6dc0ce2f23ac0425a4'
q... | feat: update query for additonal teaming fields | feat: update query for additonal teaming fields
|
f2293af2a350ec5b07473b8d18607c8441496a31 | --- __tests__/auth/ErrorScreenTest.tsx
@@ -28,13 +28,6 @@ jest.mock('../../src/services/MaskUserId', () => ({
encryptUserId: jest.fn((user, site) => `Encrypted-${user}-${site}`),
}));
-// jest.mock('react-native-wm-config');
-// jest.mock('react-native-wm-config', () => ({
-// WmConfig: {
-// getValue: jest... | code clean and lint | code clean and lint
|
11910d8ed675f89196d2a3b5f8eccdbf5e4d3eb2 | --- package.json
@@ -88,9 +88,9 @@
"@walmart/react-native-logger": "1.35.0",
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walmart/react-native-sumo-sdk": "2.8.0",
- "@walmart/roster-mini-app": "3.5.0",
+ "@walmart/roster-mini-app": "3.6.0",
"@walmart/ui-components": "1.15.1",
- "@walmar... | feat(ui): updating wmconnect version for firestore changes | feat(ui): updating wmconnect version for firestore changes
|
99c847462d54998ac9c43c18c06bcc760ccde670 | --- package.json
@@ -107,7 +107,7 @@
"@walmart/global-vpi-mini-app": "1.1.14",
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.7-rc.0",
- "@walmart/ims-print-services-ui": "2.17.3",
+ "@walmart/ims-print-services-ui": "2.18.0",
"@walmart/inbox-mini-app": ... | Bump Print UI to v2.18.0 | Bump Print UI to v2.18.0
|
e6afd4bb8793c9d7a92cab6db224f6e8cf4a192f | --- src/home/containers/HomeScreen/index.tsx
@@ -1,10 +1,11 @@
import React, {useCallback, useEffect, useRef, useState, useMemo} from 'react';
import {useSelector} from 'react-redux';
-import {ScrollView, RefreshControl, Animated} from 'react-native';
+import {ScrollView, RefreshControl, Animated, Text} from 'react-n... | debug add cp label | debug add cp label
|
5ef0ef6a8818222042fa9946c16532dfe04fab96 | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/pc-drop24
+ - spec: feature/drop24
triggers:
- manual:
name: Publish Packages (Pre-Release)
| chore: Revert looper file change | chore: Revert looper file change |
bb17bb4747f700ff69699e70f1b21b63ec1c1435 | --- packages/me-at-walmart-container/src/translations/index.ts
@@ -2,7 +2,7 @@ import { TranslationClientOptions } from '@walmart/allspark-foundation/Translati
export const MeAtWalmartTranslationConfig: TranslationClientOptions = {
lng: 'en-US',
- fallbackLng: ['en-US', 'es-MX'],
+ fallbackLng: 'en-US',
ns: ... | fix: spanish translations were being used as a fallback when undefined in english | fix: spanish translations were being used as a fallback when undefined in english
|
86c5b67cbf73374a758385a1fc08bc4504687c32 | --- src/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -33,7 +33,7 @@ import {
} from '../../redux/selectors';
import {
sortedAssociateList,
- transformToAssociateFormat,
+ //transformToAssociateFormat,
} from '../../utils/associateList';
import {UserSelectors} from '@walmart/allspark-foundation/User';
... | feat: integrate getDailyRoster | feat: integrate getDailyRoster
|
2b2cd6708bc31d96cbf690a3782fdb5b07c060e5 | --- src/auth/ErrorScreen.tsx
@@ -26,7 +26,7 @@ import {SSO_APP} from '../types/telemetryConstants';
import {logger} from '../services/Logger';
import {encryptUserId} from '../services/MaskUserId';
import styles from './styles';
-import {defaultConfig} from './constants';
+import {initialConfig} from './constants';
... | update the dropdown style | update the dropdown style
|
51ae4914e4cd5d62900d9afcf540ba6d1f02226a | --- packages/allspark-foundation/allspark.config.js
@@ -10,6 +10,7 @@ module.exports = {
'@walmart/react-native-scanner-3.0': {},
'react-native-flipper': {},
'react-native-gesture-handler': {},
+ 'react-native-get-random-values': {},
'react-native-permissions': {},
'r... | fix: add random values package to dependencies and config file | fix: add random values package to dependencies and config file
|
870a6dae229b8baaea870cd629c4a0117a5c847b | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/financial-wellbeing-feature-app": "1.0.64",
"@walmart/functional-components": "2.0.6",
"@walmart/gta-react-native-calendars": "0.0.15",
- "@walmart/gtp-shared-components": "^2.0.0-rc.1",
+ "@walmart/gtp-shared-components": "^2.0.... | chore: bump gtp shared components | chore: bump gtp shared components
|
54bbeac50e55ba755b1c88084a4edb35b5ba3749 | --- package.json
@@ -93,7 +93,7 @@
"@walmart/react-native-scanner-3.0": "patch:@walmart/react-native-scanner-3.0@npm%3A0.15.8#~/.yarn/patches/@walmart-react-native-scanner-3.0-npm-0.15.8-6fb92a01bb.patch",
"@walmart/react-native-sumo-sdk": "patch:@walmart/react-native-sumo-sdk@npm%3A2.8.0#~/.yarn/patches/@wal... | feat(ui): remove isSiteDC check | feat(ui): remove isSiteDC check
|
cdf8284ae61f64d040a8b7f981676943943fe521 | --- packages/allspark-foundation/src/Hooks/teams.ts
@@ -1,24 +0,0 @@
-import { useGetTeamsByStoreQuery } from '@walmart/me-at-walmart-athena-queries';
-// import { SiteSelectors } from '../Site';
-// import { useSelector } from 'react-redux';
-// import { UserSelectors } from '../User';
-
-export const useGetTeamsBySto... | Cleaning up unused code | Cleaning up unused code
|
4ee1e46b03a3750a105d88303b9a645e6264b892 | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/iteminfo-mini-app": "7.0.8",
"@walmart/manager-approvals-miniapp": "0.2.1",
"@walmart/me-field-mini-app": "1.1.45",
- "@walmart/metrics-mini-app": "0.9.56",
+ "@walmart/metrics-mini-app": "0.9.57",
"@walmart/mod-flex-min... | Version bump for SMBLV-3601 | Version bump for SMBLV-3601
|
662eb7fe5565df1a832c4a33d7aa7af08b270a96 | --- package-lock.json
@@ -66,7 +66,7 @@
"@walmart/payrollsolution_miniapp": "0.130.23",
"@walmart/price-changes-mini-app": "1.6.10",
"@walmart/profile-feature-app": "0.76.0",
- "@walmart/push-to-talk-mini-app": "1.9.8",
+ "@walmart/push-to-talk-mini-app": "1.9.9",
"@wal... | using 1.9.9 of PTT mini app | using 1.9.9 of PTT mini app
|
5bc21771220cd1a2df436ba5ff60f82a97546281 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.39",
+ "version": "2.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/texting-mini-app",
- "version": "2.0.39",
+ "version": "2.1.0",
"hasInstal... | Drop 17 package version change | Drop 17 package version change
|
989765b44eb325eec6b2135288534fe3aaa3fbc7 | --- __tests__/permissions/__snapshots__/LocationScreenTest.tsx.snap
@@ -85,7 +85,7 @@ exports[`LocationScreen matches snapshot 1`] = `
}
testID="enableButton"
>
- permissions.enableLocationButton
+ permissions.continueButton
</PrimaryButton>
</View>
</View>
--- __tests__/permissi... | fix: update permission primary button verbiage | fix: update permission primary button verbiage
|
d4826d9cf9d0a710631597416a8c961eb6ac7285 | --- targets/US/android/app/src/main/res/raw/vizpick_pop.mp3
Binary files /dev/null and b/targets/US/android/app/src/main/res/raw/vizpick_pop.mp3 differ
--- targets/US/ios/AllSpark.xcodeproj/project.pbxproj
@@ -35,6 +35,7 @@
6DA4A04F2B31FF560029B319 /* call_1_1_ringback.wav in Resources */ = {isa = PBXBuildFile; fi... | Add VizPick pop sound to assets | Add VizPick pop sound to assets
|
cc992af23bb93a3f27af360f1ec83c8fd3b47305 | --- packages/allspark-foundation/__tests__/Hooks/useUserPreferences.test.ts
@@ -1,4 +1,4 @@
-import { useUserPreferences } from '../../src/Hooks/useUserPreferences';
+import { useUserPreferences } from '../../src/HubFeature/Hooks/useUserPreferences';
import { renderHook } from '@testing-library/react-native';
import ... | feat(ui): update the team switcher to be sticky SMDV-5858 | feat(ui): update the team switcher to be sticky SMDV-5858
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.