@eightshift/ui-components 0.0.2 → 0.0.3

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.
@@ -99,7 +99,6 @@ const Repeater = (props) => {
99
99
  const onChange = (items2) => {
100
100
  const currentItems = [...items2];
101
101
  currentItems.forEach((item) => delete item.key);
102
- console.log(items2, currentItems);
103
102
  rawOnChange(currentItems);
104
103
  };
105
104
  const list = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eightshift/ui-components",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",