@paprika/time-picker 2.0.7-next.0 → 2.0.8-next.1

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 (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.8-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [dae4008]
8
+ - @paprika/stylers@1.1.7-next.0
9
+ - @paprika/input@4.0.19-next.1
10
+ - @paprika/popover@2.0.5-next.1
11
+ - @paprika/raw-button@1.0.13-next.0
12
+
13
+ ## 2.0.8-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [49aa7f9]
18
+ - @paprika/helpers@2.4.0-next.0
19
+ - @paprika/input@4.0.19-next.0
20
+ - @paprika/popover@2.0.5-next.0
21
+
22
+ ## 2.0.7
23
+
24
+ ### Patch Changes
25
+
26
+ - e39d814: fix period select issue when hour is 12
27
+
3
28
  ## 2.0.7-next.0
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paprika/time-picker",
3
- "version": "2.0.7-next.0",
3
+ "version": "2.0.8-next.1",
4
4
  "description": "The TimePicker component gives users the ability to select a specific time from a popover.",
5
5
  "author": "@paprika",
6
6
  "main": "lib/index.js",
@@ -16,12 +16,12 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@babel/runtime-corejs2": "^7.3.1",
19
- "@paprika/helpers": "^2.3.0",
19
+ "@paprika/helpers": "^2.4.0-next.0",
20
20
  "@paprika/icon": "^2.1.7",
21
- "@paprika/input": "^4.0.18",
22
- "@paprika/popover": "^2.0.4",
23
- "@paprika/raw-button": "^1.0.12",
24
- "@paprika/stylers": "^1.1.6",
21
+ "@paprika/input": "^4.0.19-next.1",
22
+ "@paprika/popover": "^2.0.5-next.1",
23
+ "@paprika/raw-button": "^1.0.13-next.0",
24
+ "@paprika/stylers": "^1.1.7-next.0",
25
25
  "@paprika/tokens": "^2.0.0",
26
26
  "prop-types": "^15.7.2"
27
27
  },