commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
9276ccdd120df76e5c6b4dee3b39972aad549419
--- packages/core-services-allspark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.13.11](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/cor...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services-allspark@2.13.11
49437231ea57af689e7e27b9c1f50dc7dfa84193
--- packages/allspark-foundation/__tests__/Navigation/modals/PromptModal.test.tsx @@ -0,0 +1,18 @@ +import React from 'react'; +import { render } from '@testing-library/react-native'; +import { AllsparkPromptModal, PromptModalProps } from '../../../src/Navigation/modals/PromptModal'; + +describe('AllsparkPromptModal', ...
promt modal test
promt modal test
8b2a024202c9fb5b2e43559742a4884bc842c41c
--- packages/allspark-foundation/src/Container/index.ts @@ -4,6 +4,7 @@ */ export * from './AllsparkContainer'; +export * from './ActiveContainerManager'; export { ContainerActionCreators, ContainerActionTypes, --- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx @@ -306,7 +306,7 @@ expo...
fix: feature module listeners were not firing due to incorrect params
fix: feature module listeners were not firing due to incorrect params
88c02166b335111dcac9f250f3e809494955f40c
--- targets/US/package.json @@ -140,7 +140,7 @@ "@walmart/redux-store": "~6.3.28", "@walmart/returns-mini-app": "4.15.0", "@walmart/rfid-scan-mini-app": "2.6.3", - "@walmart/rn-receiving-mini-app": "2.4.42", + "@walmart/rn-receiving-mini-app": "2.4.43", "@walmart/roster-mini-app": "2.9.0", ...
Receiving version 2.4.43 - Bug fixes
Receiving version 2.4.43 - Bug fixes
b38212a3686abb9a4696280533674015e968c8bf
--- package-lock.json @@ -81,7 +81,7 @@ "@walmart/receipt-check-miniapp": "1.14.6", "@walmart/redux-store": "3.4.0", "@walmart/returns-mini-app": "1.9.0", - "@walmart/schedule-mini-app": "0.43.0", + "@walmart/schedule-mini-app": "0.44.0", "@walmart/settings-mini-app": "...
schedule-mini-app v0.44.0
schedule-mini-app v0.44.0
c7e0c54070f2ecb67dba7e93ed2a3106b4e854b2
--- packages/allspark-foundation/src/Components/Badges.tsx @@ -41,7 +41,7 @@ export const AllsparkBadges = AllsparkDynamicComponents.create( } if ('icon' in props && props.icon) { - const { icon, color = 'yello', size } = props; + const { icon, color = 'yellow', size } = props; return ( ...
chore: badge color mispelling fix
chore: badge color mispelling fix
de7eb0a89b53f371ee37cf4a872a09ac2663ed8f
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 24 + versionCode 25 versionName "1.0.1" } sp...
Incrementing build number
Incrementing build number
291fe371945559dfea3ae47ae747fa31e9e85d16
--- src/translations/es-MX.ts @@ -105,7 +105,7 @@ export const esMX_common = { enrollTwoStep: 'Inscríbete en 2SV', howIsTwoStepProcess: 'Durante la Verificación en 2 Pasos, se envía un código a tu dispositivo. Si no recibiste un código, es posible que debas registrarte o volver a inscribirte para la Ve...
fixed translation
fixed translation
8b174538ea27369f2f65c541898ddc617f7e9580
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.0.15", + "version": "1.0.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/myteam-mini-app", - "version": "1.0.15", + "version": "1.0.16", "hasInstal...
Update version
Update version
4c43a1059549bb984f324aaaa63276bbc3f1d3a9
--- packages/me-at-walmart-container/src/redux/notification.ts @@ -75,7 +75,7 @@ export function* chargeSumo() { // Builds sumo profile for pre hire associate export function* getPreHireProfile() { // Will return email id for prehire - const emailId = yield* select(UserSelectors.getUserId); + const emailId = yie...
fix: candidate notification profile using user id instead of email id
fix: candidate notification profile using user id instead of email id
1c6cfefe12c15a30c663242ac3f6fd74d58cb9e1
--- targets/US/package.json @@ -144,7 +144,7 @@ "@walmart/schedule-mini-app": "0.118.2", "@walmart/shelfavailability-mini-app": "1.5.37", "@walmart/shop-gnfr-mini-app": "1.0.129", - "@walmart/sidekick-mini-app": "4.83.7", + "@walmart/sidekick-mini-app": "4.84.3", "@walmart/store-feature-orders...
chore: bump sidekick@4.84.3
chore: bump sidekick@4.84.3
52f58bc9131ee47db63ed92ce573e259a7519cf3
--- core/src/termsOfUse/TermsOfUse.tsx @@ -44,7 +44,11 @@ const TermsOfUseSectionHeader = (props: { weight: '700', ...(terms.length === 0 ? {UNSAFE_style: styles.termsOfUseTitle} : {}), }; - return <Body {...headerProps}>{title}</Body>; + return ( + <Body {...headerProps} accessibilityRole...
fix: accessibility role for headers in terms of use
fix: accessibility role for headers in terms of use
88e2fd5ae06805d066139a898411bbab12d3abad
--- packages/core-widget-registry/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/core-widget-registry", - "version": "0.9.5", + "version": "1.0.0", "description": "Repo for Me@Walmart related widget registries", "author": "rlane1 <russell.lane@walmart.com>", "license": "ISC", @@ -21,11 +21,10 @@ "...
feat: switch to use allspark utils. adjust typings
feat: switch to use allspark utils. adjust typings
fcee6679b05da51126000cb6df73998db3bae829
--- ios/AllSpark/Info.plist @@ -88,6 +88,7 @@ </array> <key>UIBackgroundModes</key> <array> + <string>audio</string> <string>fetch</string> <string>processing</string> <string>remote-notification</string> --- ios/Podfile.lock @@ -688,6 +688,8 @@ PODS: - RNFBApp - RNGestureHandler (1.8.0): ...
PTT integration changes
PTT integration changes
fb66600dca5ed987a3f09b2019add1f799b1e213
--- ios/AllSpark/Info.plist @@ -67,7 +67,7 @@ </dict> </dict> <key>NSCameraUsageDescription</key> - <string>We use your camera for scanning images of barcodes or to take photos to attach to work orders</string> + <string>We use your camera for scanning images of barcodes</string> <key>NSFaceIDUsageDescription<...
Revert plist changes;
Revert plist changes;
47a8fcb8dc4c62566fb46b8468c1ab386e40e681
--- package-lock.json @@ -3319,9 +3319,9 @@ } }, "@walmart/config-components": { - "version": "1.0.32", - "resolved": "https://npme.walmart.com/@walmart/config-components/-/config-components-1.0.32.tgz", - "integrity": "sha512-0uSxznBvz439kPsORQDKa7ROioSKSiiyjCGVZB6VVHOwKuR99xVC0oB5hZa4S...
fixed multiple calls trigger for appConfig when there is a ccm change
fixed multiple calls trigger for appConfig when there is a ccm change
9452c1cb572013a6ddaab3c8013eb3633b58c74a
--- package.json @@ -111,7 +111,7 @@ "@walmart/impersonation-mini-app": "1.20.8", "@walmart/ims-print-services-ui": "2.11.1", "@walmart/inbox-mini-app": "0.93.28", - "@walmart/iteminfo-mini-app": "7.13.1", + "@walmart/iteminfo-mini-app": "7.13.0", "@walmart/learning-mini-app": "20.0.21", ...
revert "bump up iteminfo for drop 23"
revert "bump up iteminfo for drop 23"
10e2f6533051c516ff94466b4ab6d797ab80318a
--- jest.config.js @@ -17,7 +17,7 @@ module.exports = { testResultsProcessor: 'jest-sonar-reporter', setupFilesAfterEnv: ['@testing-library/jest-native/extend-expect'], transformIgnorePatterns: [ - '<rootDir>/node_modules/(?!(react-native|@react-navigation|@walmart/react-native-logger|@walmart/gtp-shared-co...
fix jest config, colors stuff is also passing now
fix jest config, colors stuff is also passing now
cb5f2248ff1cca2816abe33db0f86af26eedd36f
--- example/src/teamHub/screens/onboarding.tsx @@ -12,7 +12,7 @@ export const OnboardingEntryScreen = TeamHub.createScreen( const navigation = useNavigation(); const handleNavigation = () => { - AllsparkNavigationClient.navigate('managerExperience.teamSelection'); + AllsparkNavigationClient.naviga...
feat(ui): redux updates for manager experience hub
feat(ui): redux updates for manager experience hub
1d24979c2b600d7fb127fe9982f108166ffb980f
--- package-lock.json @@ -3565,9 +3565,9 @@ "integrity": "sha512-DnuWICgwXUEwBTmZlx+iEFmh1t7rtQLQICQ7RVYpbHABQAQDFMRUwhyBPCoZT6DVGCkDGhXV5HcsCUFMs8UZsQ==" }, "@walmart/shelfavailability-mini-app": { - "version": "0.4.5-SNAPSHOT.2", - "resolved": "https://npme.walmart.com/@walmart/shelfavailab...
Updated SA version to 0.5.0
Updated SA version to 0.5.0
12c826034e62c18915287a30a14f71e83c100c4a
--- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx @@ -15,6 +15,7 @@ import { useGetViewersPrimaryTeamId, useGetViewersPrimaryTeamName, useTotalSiteOrTotalStore, + useUserIsInRoster, } from '../../../hooks'; import {useSelector} from 'react-redux'; import { @@ -41,7 +42,7 @@ import...
feat: added user in roster to roster detail screen
feat: added user in roster to roster detail screen
f5bd5dae220bc92492cf8783289a4462bb4ec762
--- packages/allspark-foundation/src/FeatureRunner/modals/ClockModal.tsx @@ -0,0 +1,54 @@ +import React from 'react'; +import { useDispatch, useSelector } from 'react-redux'; +import { Body, Button, ButtonGroup } from '@walmart/gtp-shared-components'; + +import { ClockActionCreators, ClockSelectors, ClockStatus } from ...
feat: add clock in functionality to feature runner
feat: add clock in functionality to feature runner
65b534d73ed294ce283dc54887a02cd4d7603dd8
--- .looper-native-common.yml @@ -71,6 +71,10 @@ flows: - call: mvn-deploy-file(groupId = "com.walmart.stores.allspark.beta", artifactId = ${artifactId}, version = ${version}, packaging = ${packaging}, file = ${buildOutput}) - (name Betacrash – upload build) sh scripts/betacrash.sh "$APP_TITLE $env" "...
Chore/sonar reporting (#26)
Chore/sonar reporting (#26) * added insights.yml file * updated team id. * added sonar properties file and added code to publish sonar and hygieia builds * code cleanup * removed hygieia publish from PR flow
7679e472c566846217e5ae87968e8bf45cedd271
--- .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)&&!dualcore&&MAC-LAB-MINI08) +node: (MAC-LAB-MINI08||MAC-DRFQLAB-MINI24) ...
update 2
update 2
077103bfb576cdf568445655a6c49749378468f9
--- src/store/slices/actions.ts @@ -35,5 +35,3 @@ export type IAssociateExpHubActions = */ export type IAssociateExpHubAction = IAssociateExpHubActions[keyof IAssociateExpHubActions]; - -// Note: Hub refresh coordination actions are exported from reducer.ts to avoid duplicates
feat: SMDV-8174 cleanup
feat: SMDV-8174 cleanup
e7e47ce4da68885b7f3e3361cc0682ff95f206d4
--- __tests__/managerExperience/screens/RosterDetailScreen.test.tsx @@ -4,6 +4,7 @@ import {cleanup, fireEvent} from '@testing-library/react-native'; import {RosterDetailScreen} from '../../../src/managerExperience/screens/RosterDetailScreen'; import * as hooks from '../../../src/hooks'; import * as utils from '../....
test: completed roster detail tests
test: completed roster detail tests
9b05885f3db90963c3f18296edbc9472fb5803af
--- src/index.tsx @@ -23,14 +23,13 @@ import {initNotificationListeners} from './notification'; import {initi18n} from './translations'; import {MeganavScreen} from './screens/MeganavScreen'; import {ClockedOutScreenGuard} from './components/ClockedOutScreenGuard'; -import {useChannelUnread, useUnread} from './chann...
update the hooks in index
update the hooks in index
1a456326b3cdcc9d0161317de47b89c61b023faf
--- graphql.yml @@ -12,7 +12,7 @@ applications: persistedQueries: - name: 'getAssociateById' hash: 'a8fa65ba461cd25f4cb6e107a1f2075668b1307b1a6146a86c235395d54dd626' - queryTemplate: 'src/queries/getAssociateById.graphql' + queryTemplate: 'packages/me-at-walmart-at...
chore: fix graphql yml paths
chore: fix graphql yml paths
33df85d1d43b45cde1c57e28cc64a7d7b8c25ed8
--- src/channels/components/TextingDisabled.tsx @@ -28,7 +28,13 @@ const styles = StyleSheet.create({ width: 100, }, }); -export const TextingDisabledScreen = () => { + +export type TextinDisabledScreenProps = { + description: string; +}; + +export const TextingDisabledScreen = (props: TextinDisabledScreenPro...
update the channel screen when user is not in roster
update the channel screen when user is not in roster
59bce28a6cc21949789f0e038fc6d64d8055d180
--- 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.5](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.5 - @walmart/allspark-foundation-hub@1.24.5 - @walmart/me-at-walmart-geolocation@1.4.8 - @walmart/me-at-walmart-location@1.2.8 - @walmart/my-walmart-hub@1.4.5
455df602df3223cd9d0cc2f2619de894074d3e79
--- packages/allspark-foundation/Hooks/useUserPreferences.d.ts @@ -1,46 +0,0 @@ -import { TeamSwitcherTypes } from '../Components'; -export declare const useUserPreferences: (data: TeamSwitcherTypes[]) => { - client: import("@apollo/client").ApolloClient<any>; - observable: import("@apollo/client").ObservableQuer...
chore(ui): removed bundled files
chore(ui): removed bundled files
681c67d4fd53e9f56feec216575725a0058e509e
--- .looper.yml @@ -25,3 +25,4 @@ flows: - yarn install - yarn run lint - yarn run coverage +
feat(ui): update packages json
feat(ui): update packages json
381a5402a3bb6b26638e6d0d4cc713541bffdebe
--- .looper.yml @@ -18,4 +18,4 @@ flows: - (name Yarn Version) yarn --version - yarn install - yarn run lint - # - yarn run coverage \ No newline at end of file + - yarn run coverage \ No newline at end of file
Update the myteam looper
Update the myteam looper
5938de942a8a9734d21a48f066a1165b98ce6ec7
--- package-lock.json @@ -4258,9 +4258,9 @@ "integrity": "sha512-C3HNm372mNtvwuHcDL+4nK75Idsk54+1s0CdPJDKewzBbxFkQMNIuoN3Kk3y46cMkf8bkXidf7oV9gJVArsKwQ==" }, "@walmart/inbox-mini-app": { - "version": "0.30.0", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
version increment of inbox
version increment of inbox
0b0ac3b439a0376f5ded58f344b4c5740c65eae2
--- package.json @@ -145,7 +145,7 @@ "@walmart/shelfavailability-mini-app": "1.5.23", "@walmart/store-feature-orders": "1.26.7", "@walmart/taskit-mini-app": "2.81.15", - "@walmart/time-clock-mini-app": "2.386.0", + "@walmart/time-clock-mini-app": "2.387.0", "@walmart/topstock-mini-app": "patch...
Update TCMA to 2.387.0
Update TCMA to 2.387.0
6363d2282aaed9f4867de00940907c33491195f2
--- android/app/src/main/AndroidManifest.xml @@ -4,13 +4,10 @@ <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.USE_BIOMETRIC" /> - <uses-permission android:name="android.permission.VIBRATE"/> - <uses-permission android:name="android.perm...
Update AndroidManifest.xml
Update AndroidManifest.xml
b1c047c16bbb448f07e4ce258560dcdad6d70ab0
--- packages/allspark-foundation-hub/src/Shared/Images/images.tsx @@ -163,6 +163,11 @@ export const SupplyChainImages: Record< uri: 'https://i5-me.walmartimages.com/images/teams/my-teams-mgr-exp-1edac1ba4a.png', blurhash: 'KdM7in%J~q=pn#M{~VNIxU', }, + '7000034': { + teamName: 'Leadership - Management'...
add missing team images
add missing team images
b9f4ecd7be40388e030f353270251757269dddc4
--- package-lock.json @@ -3128,9 +3128,9 @@ "integrity": "sha512-vzirL8LmvVnJdyNGFtqfzf3Pth9kuwqnd0cxllT7Gw3Qil4+snxw6yrC9Iw49jIvUFqjGjfkkFbXPeSqOcCVzw==" }, "@walmart/ims-print-services-ui": { - "version": "0.0.18", - "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims...
ims printing ui version bump
ims printing ui version bump
a16d3c01a246d9adf9fae1bcdd56b7f537ffdf56
--- package.json @@ -160,7 +160,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.421", "@walmart/sidekick-mini-app": "4.231.0", "@walmart/store-feature-orders": "1.34.7", - "@walmart/talent-preboarding-mini-app": "1.0.41", + "@walmart/talent-preboarding-mini-app": "1.0.48", "@walmart/taskit-mini-app":...
fix: package version bump for preboarding (#4807)
fix: package version bump for preboarding (#4807) Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
442b9c37c3530dafe2d593cf40edc85db52c3f1c
--- src/hooks/roster.ts @@ -20,7 +20,7 @@ import {logger} from '../common/logger'; import {UserSelectors} from '@walmart/allspark-foundation/User'; import {SiteSelectors} from '@walmart/allspark-foundation/Site'; import {ApolloError} from '@apollo/client'; -import {TOTAL_STORE_TEAM_ID, payTypes} from 'src/common/con...
fix: updated import
fix: updated import
b9b55a2b905106de07c873a919d045e8807e4f08
--- patches/@walmart+returns-mini-app+0.3.2.patch @@ -1,40 +0,0 @@ -diff --git a/node_modules/@walmart/returns-mini-app/dist/returns/components/ScannerView/index.js b/node_modules/@walmart/returns-mini-app/dist/returns/components/ScannerView/index.js -index ef660d9..2cc8d90 100644 ---- a/node_modules/@walmart/returns-m...
Delete @walmart+returns-mini-app+0.3.2.patch
Delete @walmart+returns-mini-app+0.3.2.patch
895c9b02fd433f2b0bede291e2e9fbe51b59562b
--- __tests__/home/components/GreetingRowV2/useUserInfoTest.ts @@ -1,4 +1,4 @@ -import {renderHook, act} from '@testing-library/react-hooks'; +import {renderHook, act} from '@testing-library/react-native'; import {useUserInfo} from '../../../../src/home/components/GreetingRowV2/useUserInfo'; import {useGetForYouHeade...
fix(lib): ALLSPARK-7339 remove @testing-library/react-hooks (#5141)
fix(lib): ALLSPARK-7339 remove @testing-library/react-hooks (#5141) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
e19536ba1ca3074f2793d97055b7bf63dc49d6a0
--- packages/allspark-foundation/package.json @@ -66,6 +66,7 @@ "@reduxjs/toolkit": "^1.9.7", "@types/node-fetch": "^2.6.9", "@walmart/allspark-utils": "workspace:^", + "@walmart/me-at-walmart-athena-queries": "workspace:^", "axios": "~1.6.0", "axios-cache-interceptor": "^1.3.2", "crypt...
Update the foundation package
Update the foundation package
fdadd67a31e5d3830cedfb7d5ececcca8a23ac1a
--- __tests__/core/loggerInitTest.ts @@ -1,25 +1,6 @@ +import {Platform} from 'react-native'; import {takeLatest, all, call, select} from 'redux-saga/effects'; import {getVersion, getSystemVersion, getModel} from 'react-native-device-info'; - -jest.mock('../../env', () => ({ - splunk: { - url: 'stuff', - index...
Test Fix
Test Fix
4b81fb70eff1bce0f33daa1e8693c4bdaa27d51e
--- src/translations/es-MX.ts @@ -74,7 +74,7 @@ export const esMX = { enableNotificationsButton: 'Permitir notificaciones', }, impersonation: { - developers: 'Desarrolladoras', + developers: 'Desarrolladores/as', mode: 'Modo suplantado', }, signoutDialog: {
SSMP-1070
SSMP-1070
c03299d107f271e8a52621844e970a638ad43214
--- package-lock.json @@ -4475,9 +4475,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.167.0-rc.1", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.167.0-rc.1.tgz", - "integrity": "sha512-OYpzZHJaDdNpphiqq1KQmNdnYzkoi/RcDzXBeiZZ9lCNkpRvIDRemdK...
upgrade taskit version
upgrade taskit version
5689bcb77d4eaaa2afdc1f4cee0daf259d7d41b7
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.28.0", + "version": "1.28.1", "private": true, "workspaces": [ "core", --- targets/US/android/app/build.gradle @@ -106,8 +106,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVe...
fix(ui): version bump for hotfix drop 28
fix(ui): version bump for hotfix drop 28
1082302b832b7c5c45fd072c3b333a2d60fb35d4
--- package-lock.json @@ -11982,7 +11982,8 @@ "buffer-from": "^1.1.1", "dijkstrajs": "^1.0.1", "isarray": "^2.0.1", - "pngjs": "^3.3.0" + "pngjs": "^3.3.0", + "yargs": "^13.2.4" }, "dependencies": { "buffer": { @@ -11993,6 +11994,32 @@ ...
barcode downgrade
barcode downgrade
8d11957ded89f078c4d4bceea720b95e01e69408
--- package.json @@ -180,7 +180,7 @@ "react-dom": "^18.2.0", "react-hook-form": "^7.51.0", "react-i18next": "^13.3.1", - "react-native": "patch:react-native@npm%3A0.73.7#~/.yarn/patches/react-native-npm-0.73.7-7f2047866d.patch", + "react-native": "0.73.7", "react-native-app-auth": "7.2.0", ...
updating package and yarn.lock
updating package and yarn.lock
dc1b74724f3f1616b33452676d1dc704ebc3ac39
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/iteminfo-mini-app": "5.3.2", "@walmart/manager-approvals-miniapp": "0.1.2", "@walmart/me-field-mini-app": "1.1.36", - "@walmart/metrics-mini-app": "0.9.38", + "@walmart/metrics-mini-app": "0.9.40", "@walmart/mod-flex-min...
metrics patches for SMBLV-3189 and SMBLV-3188
metrics patches for SMBLV-3189 and SMBLV-3188
9ec7016842b73e8ec785c15304197bb19b218344
--- yarn.lock @@ -6238,9 +6238,9 @@ __metadata: languageName: node linkType: hard -"@walmart/emergency-mini-app@npm:1.29.7": - version: 1.29.7 - resolution: "@walmart/emergency-mini-app@npm:1.29.7" +"@walmart/emergency-mini-app@npm:1.29.8": + version: 1.29.8 + resolution: "@walmart/emergency-mini-app@npm:1....
yarn lock updated
yarn lock updated
f5d99ce1168c2e1e936ccb55da09cc291f3b5e51
--- src/navigation/AssociateHallwayNav/MainStackNav.tsx @@ -231,7 +231,7 @@ export const MainStackNav = () => { component={TorSubmissionScreen} /> <MainStack.Screen - name='modalScreen' + name='attendanceModalScreen' component={Attendance...
Fix misnamed modal screens
Fix misnamed modal screens
bafaca1748e6d3020f1187097fd17425aba6826e
--- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Screens/TeamSelection.tsx @@ -110,16 +110,6 @@ export const TeamSelection = () => { } }; - const selectedTeamIds = selectedTeams?.reduce((acc, selectedTeamName) => { - const foundTeam = allTeamsData.find( - (team) => team?.teamN...
Updating telemetry for onboarding flow
Updating telemetry for onboarding flow
ebf3a8b7c960f95d90fa5a72268ca90a6f460dee
--- src/services.ts @@ -1,10 +1,12 @@ import type {EnvConfig} from '@walmart/core-services/Environment'; -import {defaultHttpClient} from '@walmart/functional-components'; +import { + defaultHttpClient, + HttpClientInstance, +} from '@walmart/functional-components'; export const HTTP_CLIENT_KEY = 'texting'; ex...
fixing ts issue
fixing ts issue
c73d254889126105c50b2ff61e14fd34e9a15b8c
--- 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.24.0", + "@walmart/time-clock-mini-app": "2.25.0", "@walmart/ui-co...
Update time clock to 2.25.0
Update time clock to 2.25.0
86993c0342b77256511a4fcbb2ece1295db755aa
--- android/app/build.gradle @@ -334,7 +334,8 @@ dependencies { debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { exclude group:'com.facebook.fbjni' } - implementation 'com.walmart.ssmp:platform-core:1.0.4' + implementation 'com.walmart.ssmp:platform-core:1.0.5' + impl...
added stable version of platform core with PlatformCoreApp extending SplitCompatApplication required by Fixit team
added stable version of platform core with PlatformCoreApp extending SplitCompatApplication required by Fixit team
9f165d3282cca8584b65823d52965cc5d1b9889f
--- package-lock.json @@ -67,7 +67,7 @@ "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/redux-store": "3.7.0", "@walmart/ui-components": "1.15.1", - "@walmart/wmconnect-mini-app": "1.1.0", + "@walmart/wmconnect-mini-app": "1.1.1", "babel-jest": "^29.2.1", ...
Update version
Update version
47916afe86c4a119da83fa13a7a8f2f530df9c2a
--- README.md @@ -260,9 +260,17 @@ Example of a commit message: - profile, - lint - config +- bump + When you are ready to commit new changes to a repo, all you need to do is to type `git commit` in your terminal and follow `commitizen` guidence. +When your PR is ready for review, please make sure that PR title...
chore(docs): ALLSPARK-5823 update readme file with new commit practice (#4059)
chore(docs): ALLSPARK-5823 update readme file with new commit practice (#4059) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
990a90988be1b0d1905eeb79611010bad41b6f42
--- src/components/ClockedOutScreenGuard.tsx @@ -10,6 +10,9 @@ import {useSelector} from 'react-redux'; import {ClockStatusSelectors} from '@walmart/redux-store'; import {useTranslation} from '@walmart/core-services/Translations'; import {UserHeader} from '../containers/UserHeader'; +import {createStackNavigator} fr...
adding navigation stack and user header to screen guard
adding navigation stack and user header to screen guard
2f1bb5082c03d1f8210425eb338dcad10d908e47
--- src/hooks/roster.ts @@ -55,7 +55,7 @@ export const useGetAssociateId = (userWin: string) => { return data?.getAssociateById?.associateId || ''; }; -export const useRbacConfigWithJobCode = () => { +export const useRbacConfigWithJobCode = (): boolean => { const RBACState = useSelector(getRbacState); const...
update return type
update return type
ae1e0a30f37e7db56a0b871fb0e2930618340cb1
--- 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.399.0", + "@walmart/time-clock-mini-app": "2.400.0", "@walmart/topstock-mini-app": "1.10.8"...
Updating timeClock version to 2.400.0
Updating timeClock version to 2.400.0
514ea12c49729fa2ee85e8c50c733d747e335d0d
--- targets/US/package.json @@ -149,7 +149,7 @@ "@walmart/store-feature-orders": "1.27.1", "@walmart/taskit-mini-app": "4.25.8", "@walmart/time-clock-mini-app": "2.448.1", - "@walmart/time-clock-mini-app-next": "2.801.0", + "@walmart/time-clock-mini-app-next": "2.805.0", "@walmart/topstock-min...
feat: time clock next package updated
feat: time clock next package updated
8953b4219e10c8a0b18453b7775c562b3c9f0817
--- __mocks__/@walmart/allspark-foundation/Navigation.js @@ -21,6 +21,7 @@ module.exports = { openModal: jest.fn(), closeModal: jest.fn(), closeAllModals: jest.fn(), + closeDrawer: jest.fn(), enable: jest.fn(), disable: jest.fn(), addScreenChangeListener: jest.fn(() => ({remove: jest.fn...
fix: side menu drawer not closing on pressing side key in xcover (#4523)
fix: side menu drawer not closing on pressing side key in xcover (#4523) * fix: add drawer close on timeclock (#4520) * fix: update sidekey drawer issue * fix: update foundation package for close drawer fix
756abe66b1cd8c28b6ab7ca674ec6e56356205f9
--- packages/allspark-foundation-hub/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation-hub@1.11.0
04adb432a922b9b60e90a7511fc50c08e0e16ebf
--- packages/allspark-foundation/__tests__/HTTP/utils.test.ts @@ -1,7 +1,6 @@ import { createFetchHeaders, createAxiosHeaders, getUrl, HeadersLike } from '../../src/HTTP/utils'; describe('Utility Functions', () => { - describe('createFetchHeaders', () => { it('should convert an axiosHeaders object to an arra...
code cleanup
code cleanup
4c992af94401952550f9290d070a68bc1967a194
--- package.json @@ -91,7 +91,7 @@ "@walmart/avp-shared-library": "0.5.2", "@walmart/backroom-mini-app": "1.1.10", "@walmart/calling-mini-app": "0.2.38", - "@walmart/checkout-mini-app": " 3.19.0", + "@walmart/checkout-mini-app": "3.19.0", "@walmart/compass-sdk-rn": "5.19.8", "@walmart/con...
removed space in package version
removed space in package version
95195f31dbbacea37458c3d24dd5ad253d989f0d
--- package-lock.json @@ -4166,9 +4166,9 @@ "integrity": "sha512-QCq3JOlevxQpSY2QdNgG2lpy+eVCpicsvqmNI96xvgWgXqHnU2G5tmlzO/87gyPsmG0UE/kDCNaA6oW7fXOXJA==" }, "@walmart/ask-sam-mini-app": { - "version": "0.40.10", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini...
Bumping ask sam
Bumping ask sam
32cd6a85bd5f66e598a216e38ef35a180c11435c
--- package-lock.json @@ -5497,9 +5497,9 @@ "integrity": "sha512-vGHNXjipnOEdJaASi+EQjTr0YeBNJ2/8Az1pRWzi72gPKh3LfBWidMwrN7CzOCNNuXirVuRVP9zyfTscyQN6pw==" }, "@walmart/emergency-mini-app": { - "version": "1.3.0", - "resolved": "https://npme.walmart.com/@walmart/emergency-mini-app/-/emergency-...
update emrgency to use plugin datasaver bypass for inbox
update emrgency to use plugin datasaver bypass for inbox
bc6340e07a8db4a85eba12bc4eee6dc808be68cc
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.30.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.29.0...v2.30.0) (2025-04-30) + + +### Features + +* SMDV-9999 update package ([3e47e69](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/3e47e69d3331b7c53bc94f62b16eeabd1d9fbf96)) + # [2.29...
chore(release): 2.30.0 [skip ci]
chore(release): 2.30.0 [skip ci] # [2.30.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.29.0...v2.30.0) (2025-04-30) ### Features * SMDV-9999 update package ([3e47e69](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/3e47e69d3331b7c53bc94f62b16eeabd1d9fbf96))
d5a55268849a54529a9cfb0ba034b910bbb63889
--- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx @@ -33,8 +33,8 @@ import {ItemInfoMiniApp} from '@walmart/iteminfo-mini-app'; import {FieldLearningApp} from '@walmart/learning-mini-app'; import ManagerApprovalsFeature from '@walmart/manager-approvals-miniapp'; import MetricsFeature from '@walm...
chore: restart git checks
chore: restart git checks
976c28cc19cde14e04f496ec56a2f38f1d36f37d
--- package-lock.json @@ -85,7 +85,7 @@ "@walmart/schedule-mini-app": "0.63.0", "@walmart/shelfavailability-mini-app": "1.5.18", "@walmart/store-feature-orders": "1.24.0", - "@walmart/taskit-mini-app": "2.52.3", + "@walmart/taskit-mini-app": "2.53.0", "@walmart/texting-...
updated notes vesion
updated notes vesion
b82e16894ef49d60fbeeff67238d0e96c51120ed
--- targets/US/package.json @@ -145,7 +145,7 @@ "@walmart/schedule-mini-app": "0.118.0", "@walmart/shelfavailability-mini-app": "1.5.33", "@walmart/sidekick-mini-app": "4.67.15", - "@walmart/store-feature-orders": "1.26.12", + "@walmart/store-feature-orders": "1.27.1", "@walmart/taskit-mini-ap...
drop24 version change
drop24 version change
064290fab74d6374d785daf56976c3cbdd6c0e10
--- package-lock.json @@ -74,7 +74,7 @@ "@walmart/onewalmart-miniapp": "1.0.16", "@walmart/pay-stub-miniapp": "0.15.2", "@walmart/payrollsolution_miniapp": "0.135.3", - "@walmart/price-changes-mini-app": "1.10.4", + "@walmart/price-changes-mini-app": "1.10.6", "@walmart...
Updating PC version
Updating PC version
bcfb4f3c93f2476658378c762769b3221353c133
--- __tests__/components/ActionButton.test.tsx @@ -3,12 +3,6 @@ import React from 'react'; import {ActionButton} from '../../src/components/ActionButton'; import {ActionButtonProps} from '../../src/components/ActionButton/types'; -jest.mock('react-redux', () => ({ - ...jest.requireActual('react-redux'), - useSele...
removed unused mock
removed unused mock
72ce53fb3908e3127a91ecf63bea912441458c92
--- targets/US/package.json @@ -141,7 +141,7 @@ "@walmart/redux-store": "~6.3.28", "@walmart/returns-mini-app": "4.15.0", "@walmart/rfid-scan-mini-app": "2.7.1", - "@walmart/rn-receiving-mini-app": "2.4.74", + "@walmart/rn-receiving-mini-app": "2.4.75", "@walmart/roster-mini-app": "2.9.0", ...
Receiving version 2.4.75
Receiving version 2.4.75
bfc4b7d363f5227835767f897afb3acd9148d82a
--- src/components/StatusChip.tsx @@ -13,10 +13,10 @@ import { import {useTranslation} from 'react-i18next'; import {ROSTER_I18N_NAMESPACE} from '../translations'; import {TFunction} from 'i18next'; -import { AssociateRosterItem } from "./Roster/types"; +import {AssociateRosterItem} from './Roster/types'; const d...
refactor
refactor
73900d12ab324afcf92c86f829dcb9859fda0641
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.1-alpha.6", + "version": "1.15.1-alpha.7", "main": "dist/index.js", "files": [ "dist" @@ -101,7 +101,7 @@ "@walmart/redux-store": "3.7.0", "@walmart/roster-mini-app": "2.12.1-alpha.5", "@walmart/ui-...
Update my team mini app version
Update my team mini app version
1d34e60b05b6becccb8ac091c38589cb0e8d85c6
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ModalHeader.tsx @@ -19,8 +19,12 @@ const ModalHeader = ({ {title} </Body> - <IconButton onPress={closeModal} testID='closeBtn'> - <CloseIcon size='medium' UNSAFE_style={styles.closeIcon} /> + <IconButton + ...
Adding update modal updates
Adding update modal updates
3946e687a9f6803dc7613e66575786fa6009614b
--- docs/docs/getting-started.md @@ -53,7 +53,7 @@ For creating a new feature app, see the [feature app template](https://gecgithub ## Getting Started with Allspark Foundation -Allspark Foundation is currently being used in [allspark-core](https://gecgithub01.walmart.com/allspark/allspark-core) and several mini a...
docs: update links
docs: update links
ffc351dcdab176bcc92ae43edd78e6aec7927017
--- src/components/SearchHeader.tsx @@ -14,7 +14,7 @@ import { TouchableOpacity, View, } from 'react-native'; -import {Header} from '@walmart/ui-components'; +import {Header} from '@walmart/allspark-foundation/Navigation'; import { Icons, IconButton, @@ -117,7 +117,7 @@ export const SearchHeaderBase = (pr...
feat(ui): updated search header to use header from foundation
feat(ui): updated search header to use header from foundation
b0b5b4b523a0c61108e27deed0a88c7116216a29
--- package-lock.json @@ -79,7 +79,7 @@ "@walmart/returns-mini-app": "0.6.0", "@walmart/schedule-mini-app": "0.29.0", "@walmart/settings-mini-app": "1.11.0", - "@walmart/shelfavailability-mini-app": "1.4.0", + "@walmart/shelfavailability-mini-app": "1.5.7", "@walmart/ta...
SA-314, SA-315, SA-316, SA-317 update SA to 1.5.7
SA-314, SA-315, SA-316, SA-317 update SA to 1.5.7
d220764cb7fa01784af13e2a336a34f7bd693880
--- packages/allspark-foundation/__tests__/Components/TeamOnboarding/ErrorScreen.test.tsx @@ -0,0 +1,49 @@ +import React from 'react'; +import { fireEvent, render } from '../../utils'; +import ErrorScreen from '../../../src/Components/Onboarding/TeamSelection/Component/ErrorScreen'; + +describe('ErrorScreen Component T...
feat(ui): generic error screen
feat(ui): generic error screen
e8a53c9274a01954489cb441a018d552fcb53949
--- package.json @@ -101,7 +101,7 @@ "@walmart/backroom-mini-app": "1.17.9", "@walmart/beneficiary-online-mini-app": "0.1.26", "@walmart/beneficiary-online-shared-library": "1.2.7", - "@walmart/calling-mini-app": "0.8.29", + "@walmart/calling-mini-app": "0.8.32", "@walmart/candidate-authentica...
fix: calling dynamic module nav fix (#5222)
fix: calling dynamic module nav fix (#5222) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
b1ab14c0002ce89a8f923bc1973a5a82bf3eff0b
--- src/navigation/AssociateHallwayNav/MainStackNav.tsx @@ -270,18 +270,8 @@ export const MainStackNav = () => { /> <MainStack.Screen - name='FacilitiesManagementStack.Landing' + name='FacilitiesManagementStack' component={FacilitiesMaintainanceStack} - ...
Feedback comments resolution
Feedback comments resolution
6302ad6d77cb5bf0f661f154d29be12d6e3d8793
--- targets/US/package.json @@ -119,7 +119,7 @@ "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-core": "workspace:^", "@walmart/metrics-mini-app": "1.27.3", - "@walmart/mod-flex-mini-app": "1.24.4", + "@walmart/mod-flex-mini-app": "1.24.5", "@walmart/moment-walmart":...
Modflex - v1.24.5 - Drop 28
Modflex - v1.24.5 - Drop 28
8157872ff1d49b8073247bf35287e34fec24b7c2
--- package-lock.json @@ -45,7 +45,7 @@ "@walmart/allspark-utils": "6.0.7", "@walmart/amp-mini-app": "1.1.80", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.19.5", + "@walmart/ask-sam-mini-app": "1.20.5", "@walmart/attendance-mini-app":...
Overriding ask sam and metrics versions
Overriding ask sam and metrics versions
1f2d303b9363fb5b8131bf8d80e8765de685e7be
--- packages/associate-exp-hub-mini-app/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.4.0-alpha.13 (2025-08-29) + +### Features + +- **ui:** update associate exp hub refactor ...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-mini-app@1.4.0-alpha.13
86837ef1654e6d8619f62b15c4f51e4a0095d442
--- package-lock.json @@ -80,7 +80,7 @@ "@walmart/react-native-sumo-sdk": "2.5.1", "@walmart/receipt-check-miniapp": "1.14.6", "@walmart/redux-store": "3.4.0", - "@walmart/returns-mini-app": "3.6.0", + "@walmart/returns-mini-app": "3.7.0", "@walmart/schedule-mini-app": ...
3.7.0
3.7.0 - fix checkinId
5d09a313568da4a2037937f3b5cf3d105bffb52e
--- .looper.yml @@ -20,4 +20,4 @@ flows: pr: - npm install - npm run lint - # - npm run coverage temporarily disable coverage + - npm run coverage --- jest.config.js @@ -5,10 +5,10 @@ module.exports = { collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'], coverageThreshold: { glob...
bringing coverage to 0, adding coverage check back in looper
bringing coverage to 0, adding coverage check back in looper
e5fa5808eed1646b31df73f37ef1a803db8e915a
--- packages/my-walmart-hub/package.json @@ -37,7 +37,7 @@ "@walmart/allspark-foundation": "workspace:^", "@walmart/allspark-utils": "workspace:^", "@walmart/ax-components": "workspace:^", - "@walmart/gtp-shared-components": "2.2.7-rc.0", + "@walmart/gtp-shared-components-3": "npm:@walmart/gtp-shar...
fix(ui): update deprecated gtp shared component package (#505)
fix(ui): update deprecated gtp shared component package (#505) Co-authored-by: p0d02sx <prasansuresh.dhresh@walmart.com>
e5a31a0a8e7ebe2c460b0bd686b83c937482790b
--- src/translations/en-US.ts @@ -32,8 +32,8 @@ export const enUS_common = { '@walmart/refrigeration-alarms-mini-app': 'Refrigeration Alarms', '@walmart/returns-mini-app': 'Returns', '@walmart/rfid-scan-mini-app': 'RFID Scan', - '@walmart/roster-mini-app': 'Roster', '@walmart/rn-receiving-mini-ap...
Receiving version 2.2.103 updated
Receiving version 2.2.103 updated
6735d345356ad8f39a6744165273d8fdc522d9fd
--- babel.config.js @@ -1,7 +1,7 @@ module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: [ - // this first one should already be the preset here but isn't + // this first one should already be the preset here but is not '@babel/plugin-transform-private-methods', 'react...
test(ui): dummy commit to force rebuild
test(ui): dummy commit to force rebuild
588e4bb1ed28f1dc674a7aa87b80debf807940e7
--- docs/docs/troubleshooting.md @@ -28,4 +28,9 @@ If you are facing this issue, check the git error. If facing this issue while building the Allspark iOS project, try to build the project in XCode. ## `Error: Invariant Violation: "Allspark" has not been registered.` -See the general troubleshooting advice above. ...
Additional troubleshooting update.
Additional troubleshooting update.
4c364cc0f06e9042d096c02b8e946f4e47899481
--- src/core/versionsInit.ts @@ -37,7 +37,8 @@ export async function initAppVersions() { packageName, title: i18next.t(`appNames.${packageName}`), version: packageDependencies[packageName], - })); + })) + .sort(({title: aTitle}, {title: bTitle}) => aTitle.localeCompare(bTitle))...
Sort version title
Sort version title
b61ecb83598338edba2d8162b2e677678c1b3721
--- package-lock.json @@ -4475,9 +4475,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.155.0-rc.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.155.0-rc.0.tgz", - "integrity": "sha512-cm0Cnd/qfebQ7iy6zMBiPju5AoFo9Q9P/hNoRDvC3D07/hQMDxhNlBn...
Updating taskIt version
Updating taskIt version
f65149687d3da4aaf4f7a5930eb410f20722a6c2
--- src/config/HubConfig.tsx @@ -12,7 +12,7 @@ import {SalariedOrTeamLeadRosterWidget} from '../components/MyWalmartv2/Widgets' // Hub configuration constants export const ROSTER_HUB_CONFIG = { - ID: 'AssociateExpHub.Hub', + ID: 'MyTeam.SalariedHub', WIDGET_IDS: { ROSTER: 'AssociateExpHub.RosterWidget', ...
feat(ui): update roster widget container id
feat(ui): update roster widget container id
05404a054eb58cbfb6cdc0e030542b001a1728a2
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.2.21", + "version": "1.2.22", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts",
Update the foundation hub version
Update the foundation hub version
f1fae79f427e6c2c830eaa94a986236286049cd5
--- package.json @@ -88,7 +88,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.22", + "@walmart/facilities-management-miniapp": "0.5.23", "@walmart/feedback-all-...
Bumped Up FCM version
Bumped Up FCM version Fix - Update prod config variable
aaf79a45dafed8032185c18843cee3a897debba5
--- targets/US/package.json @@ -149,7 +149,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.137", "@walmart/sidekick-mini-app": "4.168.18", "@walmart/store-feature-orders": "1.27.9", - "@walmart/taskit-mini-app": "5.8.16", + "@walmart/taskit-mini-app": "5.8.17", "@walmart/time-clock-mini-app": "2.448....
chore: bump taskit-mini-app@5.8.17
chore: bump taskit-mini-app@5.8.17
4a474d29945a1ed816c466fa3581232ff61c5d58
--- packages/components-library/specs/Divider.spec.md @@ -1,116 +0,0 @@ -# Divider -> Spec: This document is generated from source to guide usage and integration. - -| Component | Type | Status | Version | Platforms | Framework | -|-----------|---------|--------|---------|---------------------|---------...
docs(components-library): remove divider.spec.md
docs(components-library): remove divider.spec.md