We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76253c commit 79d631bCopy full SHA for 79d631b
CHANGELOG.md
@@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
### Fixed
22
### Removed --->
23
24
+## 0.6.3 - 2021-07-29
25
+### Fixed
26
+- Issue with publishing migrations
27
+
28
## 0.6.2 - 2021-07-28
29
### Added
30
- blade directives to show/hide CRUD buttons
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.6.2',
+ 'version' => '0.6.3',
17
18
];
0 commit comments