@fishawack/lab-env 5.0.0-beta.2 → 5.0.0

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 +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  ## Changelog
2
2
 
3
+ ### 5.0.0 (2025-10-29)
4
+
5
+ #### Features
6
+
7
+ * added branch config sync from the hub on content command ([105e04c](https://bitbucket.org/fishawackdigital/lab-env/commits/105e04c29525afc1fd67e1affbda09bf269deaca))
8
+ * added hub.js ([6966d89](https://bitbucket.org/fishawackdigital/lab-env/commits/6966d89b42345276e088e627fe2d6769efaf044d))
9
+ * added package command ([51e42b8](https://bitbucket.org/fishawackdigital/lab-env/commits/51e42b83f166400bb404d0013b2c65bdce1e071c))
10
+ * copy .env.example in lab-env root if present ([c85d60b](https://bitbucket.org/fishawackdigital/lab-env/commits/c85d60b5c389f3fcad185290a3e6058572e59e8d))
11
+ * **core@1:** point to 1.8.0-beta.2 ([aaaed0a](https://bitbucket.org/fishawackdigital/lab-env/commits/aaaed0af45bde22341fbeb2e59467902be747aff))
12
+ * export core config to globals ([0907327](https://bitbucket.org/fishawackdigital/lab-env/commits/0907327ca0b04af9032e90814d4bb7aef796ad87))
13
+ * expose remote in globals ([7f440cb](https://bitbucket.org/fishawackdigital/lab-env/commits/7f440cb51bd7db884f89c069901f7431d8b09b11))
14
+ * **laravel:** source env.sh when present by default ([7fe564a](https://bitbucket.org/fishawackdigital/lab-env/commits/7fe564a85b014c67cfcc6d34e699c8e7e5d77acd))
15
+ * setup hub logging on deployments ([65c3ea6](https://bitbucket.org/fishawackdigital/lab-env/commits/65c3ea632a06b4d7cafc7b118bd68774268f63df))
16
+
17
+ #### Bug Fixes
18
+
19
+ * dont ignore bootstrap files now a lot of laravel code is in there ([92d67c2](https://bitbucket.org/fishawackdigital/lab-env/commits/92d67c2dc9e065a2781a2ff02ee559fb615fc90f))
20
+ * switched from elasticsearch to opensearch ([a589384](https://bitbucket.org/fishawackdigital/lab-env/commits/a5893848e37415d769419f4dc54549b0cd6408c6))
21
+
22
+ #### Build Updates
23
+
24
+ * added example env ([7c5e3ba](https://bitbucket.org/fishawackdigital/lab-env/commits/7c5e3baf05023ae3ca1a8d5632d297052b3a1443))
25
+ * **core/1:** Bumped lab-env-core-1 ([a0ce4c7](https://bitbucket.org/fishawackdigital/lab-env/commits/a0ce4c77514c2bb3b24870e63d5ec23b411db9b6))
26
+ * ignore env varS ([c94c127](https://bitbucket.org/fishawackdigital/lab-env/commits/c94c1274de85c4818cbbc7a7683678dc6edf5d17))
27
+ * installed dotenv and form-data ([ebb4969](https://bitbucket.org/fishawackdigital/lab-env/commits/ebb49697308b359c8be7343950dad20577531c16))
28
+
3
29
  ### 5.0.0-beta.2 (2025-10-29)
4
30
 
5
31
  #### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-env",
3
- "version": "5.0.0-beta.2",
3
+ "version": "5.0.0",
4
4
  "description": "Docker manager for FW",
5
5
  "main": "cli.js",
6
6
  "scripts": {