commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
6a14a23721c56aa1a570067501d69255e0454f35 | --- src/managerExperience/components/AssociateListItem/AssociateListItem.tsx
@@ -0,0 +1,115 @@
+import React, {useMemo} from 'react';
+import {View, Text} from 'react-native';
+import {associateListItemStyles} from './styles';
+import {
+ Button,
+ colors,
+ Icons,
+ Tag,
+ TagColor,
+} from '@walmart/gtp-shared-c... | feat: created initial associate list item component | feat: created initial associate list item component
|
d62b9dbc7bada6d1c345ce06cd057bb93c4f25e9 | --- core/__tests__/home/components/GreetingRow/__snapshots__/SiteInfoTest.tsx.snap
@@ -32,7 +32,7 @@ exports[`BasSiteInfoeGreeting matches snapshot when given color and change site
]
}
>
- siteBanner 100
+ site 100
</Subheader>
</View>
`;
@@ -72,7 +72,7 @@ exports[`BasSiteInfoeGreeting matches... | chore: test fixes | chore: test fixes
|
003071fee47b0766a1134aa222c3ce0f659647f8 | --- core/src/features/timeclock.tsx
@@ -18,8 +18,6 @@ import {
AllsparkReduxStore,
ConfigSelectors,
} from '@walmart/allspark-foundation';
-import {View} from 'react-native';
-import {Text} from 'react-native';
const OldTimeClockFeature = new AllsparkFeature('timeclock_v1');
// --- NOTICE --- //
@@ -147,7 +1... | ALLSPARK-4635: lint fixes | ALLSPARK-4635: lint fixes
|
827ba54f1931ed8497de392edaca1d2d012c06ec | --- packages/allspark-foundation-hub/src/SupplyChain/Components/ShiftFilter/ShiftFilter.tsx
@@ -49,10 +49,8 @@ export const ShiftFilter = ({
handleSelectShift(shiftName);
teamSelectionTelemetry.logEvent('supplychain_select_shift_event', {
message: 'Supplychain shift selected',
- networkType: trimT... | Adding null check | Adding null check
Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com> |
a798b2b78dea19b63298bfd37617baaba38d3b5e | --- package-lock.json
@@ -55,7 +55,7 @@
"@walmart/impersonation-mini-app": "1.11.0",
"@walmart/ims-print-services-ui": "1.2.2",
"@walmart/inbox-mini-app": "0.81.7",
- "@walmart/iteminfo-mini-app": "5.3.5",
+ "@walmart/iteminfo-mini-app": "^5.3.5",
"@walmart/manager-appr... | Update package-lock.json | Update package-lock.json
fix: updated package.lock file |
a6fe50bfac8de408cba2a710b719c15358c45846 | --- core/__tests__/permissions/__snapshots__/LocationScreenTest.tsx.snap
@@ -62,7 +62,7 @@ exports[`LocationScreen matches snapshot 1`] = `
}
}
>
- notificationsTitle
+ locationTitle
</Text>
</View>
<View
@@ -81,7 +81,7 @@ exports[`LocationScreen matches snapsho... | fix location title from notification | fix location title from notification
|
929bbc22f13c58f9b1d9a83e3f74a0e5f95ecb0a | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -85,11 +85,13 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => {
?.managerExperiencePreferences?.myTeams;
getMyTeamData().then((myTeamData) => {
- const isUserOnboarded =
- e... | feat(ui): Update navigation for onboarding | feat(ui): Update navigation for onboarding
|
37c2426e89634673209a4468dfa7e66d0969eb15 | --- targets/US/ios/Podfile.lock
@@ -1939,7 +1939,7 @@ PODS:
- React-Core
- react-native-safe-area-context (4.10.8):
- React-Core
- - react-native-scanner-3.0 (0.10.4):
+ - react-native-scanner-3.0 (0.10.7):
- Firebase/Analytics
- Osiris (= 0.8.3-rc.6)
- OsirisBarcode (= 0.8.3-rc.6)
@@ -287... | upgrade scanner version to 0.10.7 | upgrade scanner version to 0.10.7
|
d7114a552af2f5a1020667089d4cd5f3b25773ba | --- package-lock.json
@@ -3187,9 +3187,9 @@
"integrity": "sha512-0sVdqnfYb2Z90rZpk8drAttxOFKAIR3fAvOvFlVWOyxtPPXrAACOFzoTx++gO5SO5vZ1w6IlMKe8uTi2rpCWTA=="
},
"@walmart/schedule-mini-app": {
- "version": "0.2.75",
- "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-mi... | schedule mini app bump | schedule mini app bump
|
4c14228bea13984c1ff3c7f334ebdc5bebef1e28 | --- __tests__/setup.ts
@@ -1,16 +1,4 @@
jest.mock('react-native/Libraries/EventEmitter/NativeEventEmitter');
-jest.mock('@walmart/functional-components', () => {
- const mockHttpClient = {
- get: jest.fn(),
- post: jest.fn(),
- };
- return {
- defaultHttpClient: {
- clone: jest.fn(() => mockHttpClient... | feat(ui): update tests | feat(ui): update tests
|
e6697a83d65a0cc575f94f7ac91b6399e3e62508 | --- packages/allspark-authentication/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-authentication",
- "version": "5.0.0-alpha.6",
+ "version": "5.0.0-alpha.7",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -22,8 +22,8 @@
"author": "",
"license": "ISC",
"dep... | chore: bumping alpha version | chore: bumping alpha version
|
dd9fe291de151bcaea657c11a59b1843a17def17 | --- package-lock.json
@@ -4520,9 +4520,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.23.0",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.23.0.tgz",
- "integrity": "sha512-ShgE2WKoen/xQaf/6RGTC5rtruXuIBP8h0hnObYHmi6AFycfnj2q7BXtd5YLCAdendC... | Updating taskIt version | Updating taskIt version
|
35af46ed33d06388aad199a28bb5714f7a0fb6b2 | --- __tests__/navigation/USHallway/AssociateHallwayNav/Tabs/__snapshots__/HomeStackNavTest.tsx.snap
@@ -7,6 +7,7 @@ exports[`HomeStackNav has expected behavior 1`] = `
{
"header": [Function],
"headerShown": true,
+ "title": "headerTitle",
}
}
>
--- src/navigation/USHallway/AssociateHa... | fix(ui): header rendering issue | fix(ui): header rendering issue
|
fa62100bc36cba75d03e95e95a9cb1958a1607c8 | --- docs/docs/components/hub framework/hub-intro.md
@@ -20,6 +20,61 @@ With the Hub Foundation Framework, you can:
- Develop hubs that are scalable, flexible, and adaptable to changing business needs.
- Enhance the overall user experience for Walmart associates.
-## Documentation Overview
+## Let's Get Started!
-... | added more docs to intro page | added more docs to intro page
|
de9e649b5d5bb40d186100f1acad7c5c8bd9daf6 | --- src/hooks/teams.ts
@@ -7,7 +7,7 @@ import {useDailyRoster} from './roster';
import {Team} from '../queries/schema.types';
// import {useGetTeamByIdMock, useGetTeamsByStoreMock} from '../mocks';
-export const useGetTeamById = (teamId: string) => {
+export const useGetTeamById = (teamId: string, date?: Date) => {... | Adding type | Adding type
|
b064eb7b3045f6386745d2708eecd9cff6fa4f8b | --- plugins/withGradleExtVars.ts
@@ -28,7 +28,7 @@ const withGradleExtVars: ConfigPlugin<GradleExtProps> = (config, props) => {
props
);
- for (let [key, value] of Object.entries(props.ext)) {
+ for (const [key, value] of Object.entries(props.ext)) {
if (typeof value === 'boolean' || typeof v... | fix(SMDV-7771): Add accessibility labels and roles to message buttons | fix(SMDV-7771): Add accessibility labels and roles to message buttons
- Add proper accessibilityRole and accessibilityLabel to ChannelRow buttons
- Hide inner content from screen readers to avoid duplicate announcements
- Add accessibility properties to AssociateRosterItem message button
- Ensures VoiceOver users can ... |
790bd2e68e9a3fa8cb1325c02ce308652b726cc5 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.1-alpha.13",
+ "version": "2.12.1-alpha.14",
"main": "dist/index.js",
"files": [
"dist"
--- src/hooks/teams.ts
@@ -1,6 +1,6 @@
import {useSelector} from 'react-redux';
import {useGetTeamByIdQuery} from '../que... | Update roster mini app version | Update roster mini app version
|
17417572bdb347994adf3124c13225c5d477248a | --- package-lock.json
@@ -5606,9 +5606,9 @@
"integrity": "sha512-vX4PWvt7QJvyd8cTmuBpITXVmHgCJ4ifkSsRSzFpK1fGZyfJaJn+pTP+h7XfQivQYCsIiB3Nm+tF12EXFJPBzg=="
},
"@walmart/shelfavailability-mini-app": {
- "version": "1.2.6",
- "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini-... | SII-1183 snapshot build for SA v1.3.1-SNAPSHOT.0 | SII-1183 snapshot build for SA v1.3.1-SNAPSHOT.0
|
d779a189822f98bc2f1bc4b88e79cc13dc98faa1 | --- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/Container/Components/ErrorBottomSheet.test.tsx
@@ -50,7 +50,7 @@ describe('ErrorBottomSheet', () => {
fireEvent.press(closeButton);
});
- expect(telemetryEventsHandler).toHaveBeenCalledTimes(2);
- expect(telemetryLogHandler).toHaveBeenCal... | Update tests | Update tests
|
e146fe89b5d8d1c0e7519cd57e12beab3d30f8c6 | --- .looper.multibranch.yml
@@ -852,7 +852,7 @@ flows:
native-common:
- try:
- - (name Set Env) yarn run env:${ENV}
+ - (name Set NPM Env) npm run env:${ENV}
- call: build-app
# - call: app-size-operations
- exposeVars(package.json)
| npm run script reverted | npm run script reverted
|
d9d602cdacd91b7cb1227dca400cf4f980f23bfd | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 67
+ versionCode 68
versionName "1.0.5"
}
sp... | Incrementing build number | Incrementing build number
|
ff986a8ec644935d7da64db150275617879a840e | --- packages/allspark-authentication/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-authentication",
- "version": "5.0.0-alpha.11",
+ "version": "5.0.0-alpha.12",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -22,8 +22,8 @@
"author": "",
"license": "ISC",
"d... | chore: bumping alpha version | chore: bumping alpha version
|
25a86963df9fb7687b7a1a8adb1151d4b4af4abc | --- .looper.multibranch.yml
@@ -528,11 +528,11 @@ flows:
then:
- var(APPCENTER_API_TOKEN = $APPCENTER_API_KEY_iOS)
- var(APPCENTER_APP_NAME = "AllSpark-Me-Walmart")
- - (name Upload to App Center iOS) bundle exec fastlane submit_to_appcenter_iOS BUILD_OUTPUT:${buildOutput}
+ ... | code cleanup | code cleanup
|
de221320a2bf024b8a6274d160eff814b7ce9800 | --- commitlint.config.ts
@@ -3,7 +3,17 @@ import type {UserConfig} from '@commitlint/types'
const config: UserConfig = {
extends: ['@commitlint/config-conventional'],
rules: {
- 'subject-case': [0, 'always', 'upper-case']
+ 'subject-case': [0, 'always', 'upper-case'],
+ // Only restrict body line length... | fix: SMDV-9999 update looper | fix: SMDV-9999 update looper
|
bcab7d1f803f3424d76132c5121077121d73dada | --- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx
@@ -651,6 +651,25 @@ export class AllsparkFeatureModule<
this._connectedMap.redux = false;
};
+ /**
+ * Disconnect feature components from AllsparkComponentContainers
+ */
+ private _disconnectComponents = () => {
+ const componen... | feat: add disconnect components functionality to feature disconnect | feat: add disconnect components functionality to feature disconnect
|
b6495d2ed863563ef352c1d88486b76870f17200 | --- package-lock.json
@@ -4961,9 +4961,9 @@
"integrity": "sha512-usmI56rCuMnGXw4M4cxP4BdpIiXVq3xWO/OyZeM2hl+qJ4YjQ+g96P3GF2rgMxWFfAHb/gvmWz6lfo/jN2hPwQ=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.5.8",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clo... | Bump time clock mini app to 0.5.9 to fix default ccm flag. | Bump time clock mini app to 0.5.9 to fix default ccm flag.
|
0429fbf2c806297f5ca950b78cf12c52ed7de4a1 | --- package-lock.json
@@ -2643,9 +2643,9 @@
"integrity": "sha512-rk4sWFsmtOw8oyx8SD3KSvawwaK7gRBSEIy2TAwURyGt+3TizssXP1r8nx3zY+R7v2vYYHXZ+k2/GULAT/bcaQ=="
},
"@react-native-community/netinfo": {
- "version": "5.9.7",
- "resolved": "https://npme.walmart.com/@react-native-community/netinfo/-/ne... | Update the package lock for failing builds. | Update the package lock for failing builds.
|
89d0a773eb9bf9ae0b26b756c99c6a53238c0aa3 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -73,9 +73,6 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => {
const userOnboardingComplete = useSelector(
ManagerExperienceSelectors.getUserOnboardingComplete
);
- const userTeamSelectionCo... | feat(ui): Update the refresh logic | feat(ui): Update the refresh logic
|
4f42e7da01c8234165fc07317cc275c9b3c182f9 | --- 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.9](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.16.7
- @walmart/allspark-foundation-hub@1.25.9
- @walmart/ax-components@1.2.8
- @walmart/my-walmart-hub@1.6.6
|
f9add6ddb04593cbdbbf1918e4605dcde27264eb | --- __tests__/utils/user.test.ts
@@ -22,7 +22,6 @@ import {
formatSchedule,
transformWfmSchedule,
getScheduleStartAndEndTime,
- formatTime,
} from '../../src/utils/user';
@@ -474,8 +473,8 @@ describe('formatSchedule', () => {
it('returns formatted schedule', () => {
const scheduleInfo = [
... | fix(ui): update tests | fix(ui): update tests
|
ed555f0c4073ac33d168c2f73bd14f34060d3ddc | --- .looper.multibranch.yml
@@ -33,6 +33,36 @@ branches:
- manual:
name: Publish Changed Packages
call: publishFromChanges
+ - manual:
+ name: Build Both Dev
+ call: dev(test)
+ - manual:
+ name: Build Android Dev
+ call: android-dev(test)
+ ... | chore: testing looper changes | chore: testing looper changes
|
320e30ecc63dbdea60e9340a8f054aac7cd675c9 | --- .looper-pr.yml
@@ -23,7 +23,7 @@ flows:
- npm install
- npm run env:dev
- npm run lint
- - npm run coverage
+ - npm run coverage -- --no-watchman
- call: build-js-bundle
- call: notify-pr-via-slack
--- .looper.multibranch.yml
@@ -124,7 +124,7 @@ envs:
slackIcon: ":firecrack... | disable ios | disable ios
|
166e2513bae29ff6dd3984637ee68bb410368696 | --- src/screens/RosterDetailScreen/StoreRosterDetailScreen.tsx
@@ -158,7 +158,9 @@ export const StoreRosterDetailScreen = ({route}: RosterDetailScreenProps) => {
const dataLoading = teamLoading || rosterLoading;
const dataError = teamError || rosterError;
- const currentTeam = currentTeamData?.getTeamById;
+ ... | fix: missing header on page error | fix: missing header on page error
|
72d45eddf241686d3b99bc9a45153a21568e584d | --- packages/allspark-foundation/package.json
@@ -39,8 +39,7 @@
"bin": {
"allspark-generate-graphql": "./cli/generate.js",
"allspark-link": "./cli/link.js",
- "allspark-setup": "./cli/setup.js",
- "certify-booted-sim": "./cli/certify-booted-sim"
+ "allspark-setup": "./cli/setup.js"
},
"repos... | fix: remove certify booted sim script | fix: remove certify booted sim script
|
394e0c570b357344d4672ef6087a2d770bcd9c17 | --- src/containers/RosterFilters.tsx
@@ -182,10 +182,6 @@ export const RosterFilters = (props: {
{counts.clockedIn ? counts.clockedIn + ' ' : ''}
{t('rosterScreen.filters.clockedIn')}
</Chip>
- <Chip id={FilterValue.online}>
- {counts.online ? counts.online + ' ' : ''}
- ... | Remove online Filter chip | Remove online Filter chip
|
0b9f3574321f8d005e1a3ce8ec8d2ffd1bcc5b46 | --- src/components/TeamList.tsx
@@ -44,6 +44,7 @@ import {
sortWorkgroupKeysForTeamList,
} from '../utils/teams';
import {isNil} from 'lodash';
+import {RosterActionButton} from './Roster/types';
const styles = StyleSheet.create({
listItem: {
@@ -124,6 +125,9 @@ const styles = StyleSheet.create({
lastTeam... | creating actionbtn prop for team list | creating actionbtn prop for team list
|
efc6fa702e89894eb671259d98911c14a582c153 | --- package-lock.json
@@ -72,7 +72,7 @@
"@walmart/ims-print-services-ui": "2.10.3",
"@walmart/inbox-mini-app": "0.92.10",
"@walmart/iteminfo-mini-app": "7.10.13",
- "@walmart/learning-mini-app": "20.0.14",
+ "@walmart/learning-mini-app": "20.0.15",
"@walmart/manager-app... | feat: :sparkles: Bump learning mini app version to 20.0.15 | feat: :sparkles: Bump learning mini app version to 20.0.15
|
92bc9841c0e948e333d82a03f5f729850f9a2357 | --- scripts/updateAndroidProjectConfig.sh
@@ -12,7 +12,6 @@ APP_GRADLE="android/app/build.gradle"
APP_MANIFEST="android/app/src/main/AndroidManifest.xml"
MAIN_APPLICATION="android/app/src/main/java/com/walmart/stores/allspark/beta/MainApplication.java"
MAIN_ACTIVITY="android/app/src/main/java/com/walmart/stores/alls... | fix(ci): updated scripts | fix(ci): updated scripts
|
e6bef288a1ea3f187fddcabd855b1d48970ec1ad | --- package-lock.json
@@ -71,7 +71,7 @@
"@walmart/impersonation-mini-app": "1.20.8",
"@walmart/ims-print-services-ui": "2.10.3",
"@walmart/inbox-mini-app": "0.92.10",
- "@walmart/iteminfo-mini-app": "7.10.10",
+ "@walmart/iteminfo-mini-app": "7.10.11",
"@walmart/learnin... | Iteminfo version 7.10.11 - camera permission issue | Iteminfo version 7.10.11 - camera permission issue
|
daaba576c6e5441ac1176cd92d044e33ec0d3543 | --- package-lock.json
@@ -5197,9 +5197,9 @@
"integrity": "sha512-ukjeKmaIt7eQDI6At3r7pBayO5fGIr8wT7L/XpiYvDiSdRIIUzC6gNE9KRBI2gdovvMrQsxO8QwTOxnXHcEIrQ=="
},
"@walmart/ims-print-services-ui": {
- "version": "1.1.1",
- "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims-... | Update ims-print-services-ui to 1.1.3 | Update ims-print-services-ui to 1.1.3
|
e2b5560c4f72409e480aafd5902f96c717744a27 | --- src/components/TeamList.tsx
@@ -99,17 +99,32 @@ const styles = StyleSheet.create({
fontWeight: '700',
fontSize: 16,
},
+ expandedStoreTeamItem: {
+ paddingTop: 0,
+ borderBottomWidth: 0,
+ },
workgroupMyTeamHeaderContainer: {
marginLeft: 48,
marginVertical: 0,
paddingVertical:... | adding store team item props | adding store team item props
|
a8980bdc9c38f02312cbe51f5375455a43b436d2 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.22",
+ "version": "2.12.23",
"main": "dist/index.js",
"files": [
"dist"
--- src/redux/selectors.ts
@@ -44,6 +44,18 @@ export const getRosterConfigData = (state: GlobalState) => {
}
};
+export const getMyTe... | add show team hub return value | add show team hub return value
|
37240a7377b0ea7e2c7dd00a3a77f901f3fe97e2 | --- src/index.tsx
@@ -55,7 +55,6 @@ firestore()
});
export const TextingMiniApp = () => {
-
return (
<SafeAreaProvider>
<LoggerCloneProvider fields={LOGGER_FIELDS}>
| Update associate clocked in for salaried associates | Update associate clocked in for salaried associates
|
9ba10b03fa0be31f66c785c0cf98f55c70b4e375 | --- patches/@walmart+ask-sam-mini-app+1.2.95.patch
@@ -1,100 +0,0 @@
-diff --git a/node_modules/@walmart/ask-sam-mini-app/dist/containers/ChatFooter/index.js b/node_modules/@walmart/ask-sam-mini-app/dist/containers/ChatFooter/index.js
-index e988fc5..425fc10 100644
---- a/node_modules/@walmart/ask-sam-mini-app/dist/con... | Deleting the ask sam patch since scanner version is updated | Deleting the ask sam patch since scanner version is updated
|
f83454f38dfc5e4e1b146377e7d1994027f5080b | --- src/translations/es-MX.ts
@@ -28,7 +28,7 @@ export const esMX = {
home: 'Inicio',
me: 'Perfil',
myTeam: 'Mi equipo',
- inbox: 'Buzón',
+ inbox: 'Bandeja de entrada',
taskit: 'Tasks',
askSam: 'Ask Sam',
feedback: 'Comentarios',
| header change | header change
|
b0a7bd9ad3a1ef25fb812e5f8037204d2676c125 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -589,6 +589,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
+ "$(SDKROOT)/usr/lib/swift",
"$(inherited)",
"$(SDKROOT)/usr/lib/swift/**",
);
| Update project.pbxproj | Update project.pbxproj
|
7d14517855ef1f1e668c5338135994a23722c733 | --- src/components/AssociateRosterItem/index.tsx
@@ -45,7 +45,7 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => {
SiteSelectors.getUserWorkingSite,
);
const currentUser = useSelector(UserSelectors.getUser) as Associate;
- const isWeeklyScheduleVisible = useRbacConfigWithJobCo... | update return type | update return type
|
c4784136eb60f483201b7cacb6ce6acbbaaa8a34 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "3.4.0-alpha.2",
+ "version": "3.4.0",
"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",
"@walmart/reac... | feat(ui): update version for drop 34 | feat(ui): update version for drop 34
|
6e03bb7acbddd5a825f9203127d9d0ed893f7b1b | --- package.json
@@ -64,7 +64,7 @@
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
"@walmart/allspark-health-survey-mini-app": "0.0.41",
- "@walmart/allspark-home-mini-app": "0.4.0",
+ "@walmart/allspark-home-mini-app": "0.4.12-test.0",
"@walmart/allspark-me-m... | bumping home version for covid banner | bumping home version for covid banner
|
84466cdad5f47fe82411a27902748248d2f73ed9 | --- .looper-pr.yml
@@ -41,4 +41,3 @@ envs:
-
| feat(ui): update group name in looper smdv-7738 | feat(ui): update group name in looper smdv-7738
|
53ebad240b72771a2ff0dba9c2130d204eb14076 | --- __tests__/updates/UpdateCheckSagaTest.ts
@@ -141,13 +141,46 @@ describe('onCheckForUpdates', () => {
expect(iterator.next().done).toBe(true);
});
- it('does not show prompt if user has seen prompt for latest upate', () => {
+ it('does show prompt if forceUpdate is true even if user previously viewed pr... | fix force update check (#335) | fix force update check (#335)
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
79ac62d785638f61a69e252ea71be72f47612c17 | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/HomeStackNavTest.tsx.snap
@@ -90,6 +90,36 @@ exports[`HomeStackNav matches snapshot 1`] = `
<Screen
name="metrics.viewAllFreights"
/>
+ <Screen
+ name="metrics.shrinkDrilldown"
+ options={
+ Object {
+ "title": "Shrink",
+ ... | updating snapshots | updating snapshots
|
39a39a1a0fd929dab4efb8c5316f8cde7c83487e | --- android/app/src/main/res/layout/launch_screen.xml
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/background_splash... | Fix android | Fix android
|
1085124522d3af9d76644ab21857581e9dc5c84b | --- src/changeStore/ChangeStoreModal.tsx
@@ -13,6 +13,7 @@ import {useAllsparkTranslation} from '@walmart/allspark-foundation/Translation';
import {SiteSelectors} from '@walmart/allspark-foundation/Site';
import {UserActionCreators} from '@walmart/allspark-foundation/User';
import {useSnackbar} from '@walmart/gtp-sh... | feat(ui): ALLSPARK-6337 FAB hidden for storemodal | feat(ui): ALLSPARK-6337 FAB hidden for storemodal
|
34496dd01014cdbf51997d9a6066f8e47cc621ae | --- package.json
@@ -145,7 +145,7 @@
"@walmart/shelfavailability-mini-app": "1.5.26",
"@walmart/store-feature-orders": "1.26.9",
"@walmart/taskit-mini-app": "3.0.2",
- "@walmart/time-clock-mini-app": "2.395.0",
+ "@walmart/time-clock-mini-app": "2.399.0",
"@walmart/topstock-mini-app": "1.10.8"... | Update time clock mini app to version 2.399.0 | Update time clock mini app to version 2.399.0
|
55bab85f347da5448501cd1a99c539312ba41120 | --- src/managerExperience/screens/AllTeamsScreen/AllTeamsScreen.tsx
@@ -173,8 +173,7 @@ export const AllTeamsScreen = () => {
accessible={true}
accessibilityLabel={`${t('rosterScreen.teamWorkgroup.myArea')} ${
section.areaName
- }`}
- >
+ ... | update prettier setting | update prettier setting
|
8a55270067e343ff0b05dac20cba3a57707bccdb | --- __tests__/sumo/SumoSagasTest.ts
@@ -577,8 +577,8 @@ describe('sumoSagas', () => {
const iterator = sumoSagas();
expect(iterator.next().value).toEqual(
all([
- takeLeading(500, USER_CHANGED_ACTIONS, onUserChange),
- takeLeading(500, SIGN_OUT_SUCCESS, onSignOut),
+ takeLeading(US... | Test fix | Test fix
|
34082ee8eaa30cc09b28ee5471568165b7f4be47 | --- packages/me-at-walmart-container/src/http/constants.ts
@@ -2,3 +2,5 @@ export const HTTP_SUCCESS_LOG_RATE_KEY = 'httpSuccessRate';
export const DEFAULT_HTTP_SUCCESS_LOG_RATE = 0.01; // 1%
export const HTTP_HEADER_SIZE_LIMIT_KEY = 'httpHeaderSizeLimit';
export const DEFAULT_HTTP_HEADER_SIZE_LIMIT = 8000; // in By... | feat: add unauthroized interceptor to log out on repeated 401s | feat: add unauthroized interceptor to log out on repeated 401s
|
95b174be8b6aaa9a5625f3bcd7c1aa42d7915d8e | --- package-lock.json
@@ -4380,9 +4380,9 @@
"integrity": "sha512-rt56lVXxfj0DWIjqUqn3oXpAlbe7YrOi6/c5hcGByaFe/f42qmPsesxWK3xkKOMsJ7LUXZz50aCb1+lHlv2kog=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "1.7.5",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push... | ptt package version update | ptt package version update
|
7ebf6af96365841f7d464f75d0bd6e8900c74cf1 | --- package.json
@@ -89,7 +89,7 @@
"@walmart/avp-feature-app": "0.16.8",
"@walmart/avp-shared-library": "0.10.7",
"@walmart/backroom-mini-app": "1.11.3",
- "@walmart/calling-mini-app": "0.7.35",
+ "@walmart/calling-mini-app": "0.7.52",
"@walmart/checkout-mini-app": "4.8.12",
"@walmart/com... | fix: CONAS-1851 Connected Calling Drop 30 changes (#4124) | fix: CONAS-1851 Connected Calling Drop 30 changes (#4124)
Co-authored-by: Aswin Das <Aswin.Das@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
22843e1bf32a2d59d47981b99e9b618028a0f356 | --- src/legacy/sagas.ts
@@ -67,7 +67,7 @@ export function* onClockChangeWhileImpersonated(action: any) {
// Ensure the clock state has the derived clockedIn field
// (in case STATE_CHANGE came from Time Clock without it)
- if (clockData.clockedIn === undefined) {
+ if (clockData.clockedIn === undefined || clo... | fix(bug): handle null case | fix(bug): handle null case
|
2c74b64cc736227931079178d83679ab11c08882 | --- .github/pull_request_template.md
@@ -1,3 +1,6 @@
+## Note:
+PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pages/viewpage.action?pageId=655900878#AllSparkIntegrateaFeatureAppwithCore-SubmitaPRtomergetodevelop)
+
## Links to JIRA tickets:
## Please describe the problem this PR is ... | Update pull_request_template.md | Update pull_request_template.md |
086f5598102dc81b077e4c4cdaeeccf40ac37b3e | --- package-lock.json
@@ -105,7 +105,7 @@
"@walmart/shelfavailability-mini-app": "1.5.23",
"@walmart/store-feature-orders": "1.26.5",
"@walmart/taskit-mini-app": "2.64.8",
- "@walmart/time-clock-mini-app": "2.338.1",
+ "@walmart/time-clock-mini-app": "2.353.0",
"@walmar... | GTA-147107 Update TCMA version | GTA-147107 Update TCMA version
|
f61e98946741ab9273b8df0c487e95e4d4ad87eb | --- __tests__/screens/ViewMessageDetailsScreen/ViewMessageDetailsScreen.test.tsx
@@ -62,7 +62,7 @@ const defaultChannelData = {
};
const getParam = jest.fn((key, fallback) => {
- if (key === 'channelPath') return 'some/TEAM/path';
+ if (key === 'channelPath') return '/channels/TEAM/team-id';
if (key === 'creat... | fix: Extract team ID from channelPath to skip Total Store API call | fix: Extract team ID from channelPath to skip Total Store API call
- Extract team ID from channelPath instead of using viewer's
primary team ID in MessagesScreen and ViewMessageDetailsScreen
- When viewing Total Store channel, extracted team ID will be
'total' or '9999999'
- Existing skip logic in useGetTeamById w... |
c1f5bba2df025d1ed67f76e15944589265f8b195 | --- package-lock.json
@@ -3367,9 +3367,9 @@
"integrity": "sha512-Am5QrgtwxJ23j3GsZZivaZknjiWTuPFvFxV1J0ysrQZ3H4wZcgsxuFdsCJqA3Hzufo3pZdyMTZhNtAx4IuQjjw=="
},
"@walmart/inbox-mini-app": {
- "version": "0.0.101",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0... | inbox mini app Sumo2.0 changes | inbox mini app Sumo2.0 changes
|
ee0bb9339f5011df7583f5265fd7ebdd4cf79a09 | --- core/__tests__/sideKey/IndexTest.ts
@@ -0,0 +1,13 @@
+import SideKeyFeature from '../../src/sideKey';
+
+describe('SideKeyFeature', () => {
+ it('should correctly return screens', () => {
+ expect(SideKeyFeature.name).toBe('Side Key')
+ const StartUP = SideKeyFeature._screens['Core.SideButtonStartup'].getCom... | sidekey test cases | sidekey test cases
|
2bae76f538d5848d95d73518046bbac225e61c47 | --- example/src/teamHub/screens/onboarding.tsx
@@ -4,22 +4,7 @@ import {useEffect} from 'react';
import {TeamHub} from '../feature';
import {TeamHubLogger, TeamHubTelemetry} from '../services';
import {TeamOnboardingScreen} from '@walmart/allspark-foundation/Components';
-import {Icons} from '@walmart/gtp-shared-com... | feat: moved onboard cards to mock data util | feat: moved onboard cards to mock data util
|
864f8c0b88cc965668ea3b95fa173ce237620e37 | --- .looper-native-common.yml
@@ -63,7 +63,7 @@ flows:
%{os == "ios"}
then:
- call: build-ios
- - var(buildOutput = "./ios/build/enterprise/Artifacts/enterprise-AllSpark-Core.ipa")
+ - var(buildOutput = "./ios/build/enterprise/Artifacts/enterprise-AllSpark.ipa"... | updated looper common file | updated looper common file
|
29f8bc91e612dfeecaa879ddd2aa020c2de866bf | --- src/screens/MessagesScreen.tsx
@@ -212,7 +212,7 @@ export const MessagesScreen = () => {
if (!isNil(siteId)) {
const getMessageTextForPush = () => {
if (message.image?.uri) {
- return message.message || '';
+ return '[Photo]';
}
if (message.audio?.uri) {
... | customize based on message type | customize based on message type
|
33966043096d0ec69cd0a8eaabb85c98cc042f18 | --- __tests__/auth/ErrorScreenTest.tsx
@@ -14,6 +14,7 @@ import {ErrorScreen} from '../../src/auth/ErrorScreen';
import {logger} from '../../src/services/Logger';
import {defaultConfig} from '../../src/auth/constants';
import {useTranslation} from 'react-i18next';
+import WmConfig from 'react-native-wm-config';
j... | try mocking WmConfig | try mocking WmConfig
|
9acd8078b74cbdf55ec757ee8cc171279228a067 | --- package-lock.json
@@ -4263,7 +4263,7 @@
"@walmart/gtp-shared-components": {
"version": "1.2.0",
"resolved": "https://npme.walmart.com/@walmart/gtp-shared-components/-/gtp-shared-components-1.2.0.tgz",
- "integrity": "sha1-uZ6zL5R12W20AFyA5eFskWpu0Iw=",
+ "integrity": "sha512-OxDrYdXQeR2... | impersonate Enhancement | impersonate Enhancement
|
ffffce1e91ca3cd718c482664ad38e0fa395c480 | --- README.md
@@ -7,7 +7,8 @@ This is the core container app for the AllSpark Project (Me@Walmart redesign) -
### Prerequisites
- Node v20+
-- Yarn v4+
+- java v17+
+- Yarn v4+ via corepack [(Yarn migration guide)](https://confluence.walmart.com/display/ALLSPARK/Migration+Guide+-+Yarn)
- Xcode
- Android Studio
-... | Updating readme for drop24 | Updating readme for drop24
|
f0868c80a9d6827e039d2a94aa67bb1e3b6cefef | --- src/screens/ChannelsScreen.tsx
@@ -1,6 +1,6 @@
import React, {useMemo} from 'react';
import {StyleSheet, View} from 'react-native';
-import {SafeAreaView} from 'react-native-safe-area-context';
+import {SafeAreaView, useSafeAreaInsets} from 'react-native-safe-area-context';
import {StackNavigationProp} from '@re... | add estimatedItemSize for flashlist | add estimatedItemSize for flashlist
|
4f3b01bedaa9f58e4ab17f7e5a44990a053bd1ff | --- package-lock.json
@@ -56,7 +56,7 @@
"@walmart/financial-wellbeing-feature-app": "1.13.7",
"@walmart/functional-components": "~4.0.3",
"@walmart/gta-react-native-calendars": "0.1.0",
- "@walmart/gtp-shared-components": "2.0.10",
+ "@walmart/gtp-shared-components": "2.1.3",
... | gtp bump | gtp bump
|
b5534a07024ff72b619b161bd8cbae82da58431e | --- package-lock.json
@@ -66,7 +66,7 @@
"@walmart/metrics-mini-app": "0.15.14",
"@walmart/mod-flex-mini-app": "1.11.6",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/money-auth-shared-components": "0.0.6",
+ "@walmart/money-auth-shared-components": "0.0.7",
"@walmart/... | bump version | bump version
|
67c159d4eda4d8f787745c69cd26686df7b4d7e8 | --- package.json
@@ -63,7 +63,7 @@
"@redux-saga/testing-utils": "^1.1.3",
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
- "@walmart/ItemInfo": "0.1.136",
+ "@walmart/ItemInfo": "0.1.137",
"@walmart/allspark-health-survey-mini-app": "0.0.38",
"@walmart/a... | iteminfo 137 | iteminfo 137
|
f7a93d7b585a0d2557389914337d581197b815cb | --- packages/allspark-foundation/src/Feature/AllsparkFeatureManager.ts
@@ -204,8 +204,9 @@ export class FeatureModuleManager {
/**
* Builds screens for the features with the given tag.
* @param tag - The tag of the features to build screens for.
- * @param Navigator - The navigator to use.
- * @param rou... | feat: add screen tags. add option on feature module and manager to build screens by tag | feat: add screen tags. add option on feature module and manager to build screens by tag
|
ac8db7dcf181fd0a2a5a6f1587f7b25e7419e74a | --- targets/US/package.json
@@ -152,7 +152,7 @@
"@walmart/shop-gnfr-mini-app": "1.0.137",
"@walmart/sidekick-mini-app": "4.168.19",
"@walmart/store-feature-orders": "1.27.9",
- "@walmart/taskit-mini-app": "5.25.3",
+ "@walmart/taskit-mini-app": "5.25.2",
"@walmart/time-clock-mini-app": "2.448.... | chore: bump taskit-mini-app@5.26.2 | chore: bump taskit-mini-app@5.26.2
|
11091a84d5d3c18e8927c27fca9da3a5bdd95ff9 | --- package-lock.json
@@ -81,7 +81,7 @@
"@walmart/shelfavailability-mini-app": "1.5.13",
"@walmart/taskit-mini-app": "2.24.5",
"@walmart/time-clock-mini-app": "2.49.0",
- "@walmart/topstock-mini-app": "0.0.2-feat-8919a81",
+ "@walmart/topstock-mini-app": "0.0.2-feat-136dd04",
... | fix(sorting): update topstock version VS-2163 | fix(sorting): update topstock version VS-2163
|
c60800b6720dcdacacac132aa628b152dde6eae6 | --- package-lock.json
@@ -3039,17 +3039,17 @@
}
},
"@walmart/allspark-me-mini-app": {
- "version": "0.0.22",
- "resolved": "https://npme.walmart.com/@walmart/allspark-me-mini-app/-/allspark-me-mini-app-0.0.22.tgz",
- "integrity": "sha512-cIlQgTOURPYg/tKeXEw39+jBUDrIfpuuviIkIQ90XHHnt55E7F... | Ask Sam & Home Version Increment (#478) | Ask Sam & Home Version Increment (#478)
* Bumping ask sam and me versions
* Incrementing ask sam and home versions
* Adding back global nav
Co-authored-by: rlane1 <rlane1@walmart.com> |
dfc13177478abc0b4486b8e607fc26f4d38af078 | --- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -529,6 +529,15 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
}
}
/>
+ <Screen
+ component={[Function]}
+ name="Shop GNFR"
+ options={
+ {
+ "h... | updated snapshot | updated snapshot
|
d1eb0c4aa24c528fdc9b6f95b4fbb054342d6575 | --- targets/US/ios/Podfile.lock
@@ -2926,4 +2926,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 17e750d8df86ae62ba07284ce6cb973a761640ea
-COCOAPODS: 1.15.2
+COCOAPODS: 1.14.3
--- targets/US/package.json
@@ -144,7 +144,7 @@
"@walmart/roster-mini-app": "2.8.2",
"@walmart/schedule-mini-app": "0.118.0",
"@wal... | resolved conflicts and addressed PR comments | resolved conflicts and addressed PR comments
|
a41abc9abdd50161f317516bc52b490e556a070b | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MyTeamStackNavTest.tsx.snap
@@ -4,13 +4,22 @@ exports[`MeStackNav matches snapshot 1`] = `
<Navigator
screenOptions={
Object {
- "headerShown": false,
+ "header": [Function],
+ "headerMode": "float",
+ "headerShown": true,
... | temporary reduction of coverage | temporary reduction of coverage
|
c859fbae81c308ab8d5548b84ab96e1598919a78 | --- __tests__/managerExperience/screens/__snapshots__/RosterDetailScreen.test.tsx.snap
@@ -1861,13 +1861,13 @@ exports[`RosterDetailScreen renders manager view if user is manager 1`] = `
"label": "Clocked in",
},
{
- "count": 6,
+ "count": NaN... | test: updated snapshot | test: updated snapshot
|
f22cc15e5f1d59a264230484564ca55319e2f02b | --- targets/US/package.json
@@ -125,8 +125,8 @@
"@walmart/myteam-mini-app": "1.12.0",
"@walmart/native-rfid-scanner": "3.12.1",
"@walmart/onewalmart-miniapp": "1.0.24",
- "@walmart/pay-stub-miniapp": "0.20.9",
- "@walmart/payrollsolution_miniapp": "0.145.29",
+ "@walmart/pay-stub-miniapp": "0.20... | bump version | bump version
|
34a67080478d3aabd8e19bb32553838c3bcebbfe | --- packages/react-native-wm-notification/src/index.ts
@@ -30,17 +30,7 @@ import {
* import {NotificationSelectors} from '@walmart/allspark-foundation/Notification';
* const profile = useSelector(NotificationSelectors.getProfile); // Use Notification data
*/
-export default {
- ...AllsparkNotificationClient,
- ... | fix: legacy notification client incorrectly extended | fix: legacy notification client incorrectly extended
|
0291088b72b67aa424e88468c6284542f309e28d | --- __tests__/components/ListEmptyComponentTest.tsx
@@ -1,42 +0,0 @@
-// import React from 'react';
-// import {
-// ListEmptyComponent,
-// ListEmptyComponentProps,
-// } from '../../src/components/Roster/ListEmptyComponent';
-// import {renderWithProviders} from '../harness';
-
-// describe('ListEmptyComponent', ... | Adding coverage for search component | Adding coverage for search component
|
40cb0ee3203e211324cd6e239ad40d8a17d695a0 | --- src/services/config.ts
@@ -9,7 +9,7 @@ export const getGraphQLConfig = (envConfig: EnvConfig) => {
//envConfig.consumerId, // temporary until onboarded with athena
'wm_consumer.id':
envConfig.env === 'prod'
- ? 'cfac4a3d-ae91-43c8-81f5-ceb838e4cd44'
+ ? 'dcf8f8e7-20de-4765-9... | Adding consumer Id | Adding consumer Id
|
4f5a10d8fdb3027f198a88f5ee0c5f2f698cc887 | --- package-lock.json
@@ -66,9 +66,9 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "3.7.0",
- "@walmart/roster-mini-app": "1.1.7",
+ "@walmart/roster-mini-app": "2.1.0",
"@walmart/ui-components"... | feat(ui): updating wmconnect and roster versions smdv-5695 | feat(ui): updating wmconnect and roster versions smdv-5695
|
c4fc9a3782b6b779a90c538254618fc63d60a087 | --- package-lock.json
@@ -67,7 +67,7 @@
"@walmart/mod-flex-mini-app": "1.10.4",
"@walmart/moment-walmart": "1.0.4",
"@walmart/onewalmart-miniapp": "1.0.16",
- "@walmart/pay-stub-miniapp": "0.10.11",
+ "@walmart/pay-stub-miniapp": "0.10.12",
"@walmart/payrollsolution_min... | bump version | bump version
|
835f592ad4459e1c8ec66e13c595a2f4a08eae77 | --- README.md
@@ -17,11 +17,12 @@ Default **GraphQL** library for Allspark framework.
#### [@walmart/allspark-http-client](https://gecgithub01.walmart.com/allspark/allspark/tree/main/packages/allspark-http-client)
-Default **HTTP** library for Allspark framework.
+Default **HTTP** library for Allspark framework. (... | Update README.md | Update README.md |
877bf18c360e5c34aa698bf19e707476280ff456 | --- package.json
@@ -179,7 +179,7 @@
"@walmart/taskit-mini-app": "5.52.12",
"@walmart/time-clock-feature-app": "1.0.2",
"@walmart/time-clock-mini-app": "patch:@walmart/time-clock-mini-app@npm%3A3.19.13#~/.yarn/patches/@walmart-time-clock-mini-app-npm-3.19.13-d3039974f6.patch",
- "@walmart/timesheet-fe... | fix(GTA-168448): Bumped Version of Time sheet feature app (#5401) | fix(GTA-168448): Bumped Version of Time sheet feature app (#5401)
Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com>
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
e9bd27d10e534bbec0cfd95960251bb21d7e90aa | --- packages/allspark-utils/src/cloneObject.ts
@@ -1,8 +1,8 @@
/**
- * Creates a deep copy of an object.
+ * Creates a shallow copy of an object.
*
* @param instance - The object to clone.
- * @returns A deep copy of the input object.
+ * @returns A shallow copy of the input object.
*
* @example
* const clon... | chore: incorrect description of clone object util | chore: incorrect description of clone object util
|
5443fb9649fd674230a34250b21fcff31ed26e29 | --- docs/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [3.10.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v3.9.0...v3.10.0) (2026-01-20)
+
+
+### Features
+
+* **ui:** added additional checks ([aa79a48](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/aa79a485b66fcdd108cba182398e7652d11ec3bc))
+* *... | chore(release): 3.10.0 [skip ci] | chore(release): 3.10.0 [skip ci]
# [3.10.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v3.9.0...v3.10.0) (2026-01-20)
### Features
* **ui:** added additional checks ([aa79a48](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/aa79a485b66fcdd108cba182398e7652d11ec3bc))
* **ui:** dummy ... |
c01432feeee9390aa5383679cc863427f80d1fa0 | --- packages/celebration-mini-app-graphql/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [1.7.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebr... | chore(version): updating package version | chore(version): updating package version
- @walmart/celebration-mini-app@1.10.0
- @walmart/celebration-mini-app-graphql@1.7.0
|
71ad2238e39b9f15f1dd346060cf7c3592fd26a3 | --- packages/allspark-foundation/__tests__/Site/selectors.test.tsx
@@ -6,7 +6,6 @@ import {
getPrimaryContact,
} from '../../src/Site/selectors';
-
describe('Address and Location Functions', () => {
let address = {
addressLine1: '321 Elm St',
@@ -74,6 +73,7 @@ describe('Address and Location Functions', (... | chore: fix test break after merge | chore: fix test break after merge
|
2bb800236c2fefceb1e7cd0cd42f57c5f753df38 | --- package.json
@@ -64,7 +64,7 @@
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
"@walmart/iteminfo-mini-app": "1.0.1",
- "@walmart/shelfavailability-mini-app": "0.3.26",
+ "@walmart/shelfavailability-mini-app": "0.3.28",
"@walmart/allspark-health-survey-min... | update package.json version | update package.json version
|
bb7c2bb4fb780871280969cd6f9f71e419cd2ae7 | --- packages/allspark-foundation-hub/src/SupplyChain/Modals/UpdateTeamsModal/UpdateTeamsModal.tsx
@@ -44,8 +44,7 @@ export const UpdateTeamsModal = ({
refetch: refetchAllSiteTeams,
} = useGetSupplyChainAllTeamsBySite();
- const { shiftPreferenceData, teamPreferenceData } =
- useGetSupplyChainTeamsPreferen... | feat(ui): more fixes | feat(ui): more fixes
|
fd67184973fa8df980d91588aab5cacec2edc451 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.21.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.20.0...v2.21.0) (2025-03-31)
+
+
+### Features
+
+* **ui:** update wmconnect mini app version ([506f4a9](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/506f4a9e6150d35b3b667165fd20c58e41ba6a63))... | chore(release): 2.21.0 [skip ci] | chore(release): 2.21.0 [skip ci]
# [2.21.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.20.0...v2.21.0) (2025-03-31)
### Features
* **ui:** update wmconnect mini app version ([506f4a9](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/506f4a9e6150d35b3b667165fd20c58e41ba6a63))
|
5022a5f187054170e0b92b3ab88fc5d5b29d0e9e | --- package.json
@@ -128,7 +128,7 @@
"@walmart/inbox-mini-app": "0.105.3",
"@walmart/invue-react-native-sdk": "0.1.26-alpha.14",
"@walmart/iteminfo-mini-app": "8.8.11",
- "@walmart/learning-mini-app": "21.0.0",
+ "@walmart/learning-mini-app": "21.0.7",
"@walmart/manager-approvals-miniapp": "0.... | feat: Incremented learning-mini-app to 21.0.2 (#5159) | feat: Incremented learning-mini-app to 21.0.2 (#5159)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.