@fishawack/lab-env 5.0.6-beta.1 → 5.0.6
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.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### 5.0.6 (2025-11-07)
|
|
4
|
+
|
|
5
|
+
#### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* installed mariadb for dumps and schema imports ([5a65c9f](https://bitbucket.org/fishawackdigital/lab-env/commits/5a65c9fcb8ad2054b041792e8e7215eacff458c0))
|
|
8
|
+
* installed mariadb for dumps and schema imports ([43c5dcb](https://bitbucket.org/fishawackdigital/lab-env/commits/43c5dcbda5beb010cd3cc4a2032c4597d43c6d4b))
|
|
9
|
+
|
|
10
|
+
#### Build Updates
|
|
11
|
+
|
|
12
|
+
* bumped fishawack/lab-env-laravel-10-php to 1.0.1 ([a365f47](https://bitbucket.org/fishawackdigital/lab-env/commits/a365f476059b7c9a16dd10b213df7ad2403f43c8))
|
|
13
|
+
* bumped fishawack/lab-env-laravel-9-php to 1.0.3 ([1e9a33b](https://bitbucket.org/fishawackdigital/lab-env/commits/1e9a33bb4a3ce92033fd1cecffc85e9ba57b5619))
|
|
14
|
+
* fixed commit message on version ([0af32d6](https://bitbucket.org/fishawackdigital/lab-env/commits/0af32d6f507c9768c52a838ea8dad3fd951416a8))
|
|
15
|
+
* fixed commit message on version ([d1527dc](https://bitbucket.org/fishawackdigital/lab-env/commits/d1527dc289d6c5df9672d88a09b833f40467172c))
|
|
16
|
+
|
|
3
17
|
### 5.0.6-beta.1 (2025-11-07)
|
|
4
18
|
|
|
5
19
|
#### Bug Fixes
|