@elliemae/ds-page-header 3.1.0-next.1 → 3.1.0-next.2

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-page-header",
3
- "version": "3.1.0-next.1",
3
+ "version": "3.1.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Page Header",
6
6
  "files": [
@@ -110,17 +110,17 @@
110
110
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
111
111
  },
112
112
  "dependencies": {
113
- "@elliemae/ds-breadcrumb": "3.1.0-next.1",
114
- "@elliemae/ds-button": "3.1.0-next.1",
115
- "@elliemae/ds-classnames": "3.1.0-next.1",
116
- "@elliemae/ds-dropdownmenu": "3.1.0-next.1",
117
- "@elliemae/ds-form": "3.1.0-next.1",
118
- "@elliemae/ds-form-input-text": "3.1.0-next.1",
119
- "@elliemae/ds-grid": "3.1.0-next.1",
120
- "@elliemae/ds-icon": "3.1.0-next.1",
121
- "@elliemae/ds-icons": "3.1.0-next.1",
122
- "@elliemae/ds-truncated-tooltip-text": "3.1.0-next.1",
123
- "@elliemae/ds-utilities": "3.1.0-next.1",
113
+ "@elliemae/ds-breadcrumb": "3.1.0-next.2",
114
+ "@elliemae/ds-button": "3.1.0-next.2",
115
+ "@elliemae/ds-classnames": "3.1.0-next.2",
116
+ "@elliemae/ds-dropdownmenu": "3.1.0-next.2",
117
+ "@elliemae/ds-form": "3.1.0-next.2",
118
+ "@elliemae/ds-form-input-text": "3.1.0-next.2",
119
+ "@elliemae/ds-grid": "3.1.0-next.2",
120
+ "@elliemae/ds-icon": "3.1.0-next.2",
121
+ "@elliemae/ds-icons": "3.1.0-next.2",
122
+ "@elliemae/ds-truncated-tooltip-text": "3.1.0-next.2",
123
+ "@elliemae/ds-utilities": "3.1.0-next.2",
124
124
  "prop-types": "~15.8.1",
125
125
  "react-desc": "~4.1.3"
126
126
  },