@popmenu/ordering-ui 0.130.1 → 0.131.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@popmenu/ordering-ui",
3
- "version": "0.130.1",
3
+ "version": "0.131.0",
4
4
  "license": "MIT",
5
5
  "author": "Popmenu Design System Team",
6
6
  "description": "React components specifically for the popmenu Online Ordering web app.",
@@ -31,5 +31,5 @@
31
31
  "react": "17.x"
32
32
  },
33
33
  "sideEffects": false,
34
- "gitHead": "3c79379324db79b38e31a74c250e7eb9772d24e2"
34
+ "gitHead": "20d5d1131c685ca5f1869ee2f91155db4c44dda1"
35
35
  }