@fishawack/lab-env 5.0.0 → 5.0.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.
- package/CHANGELOG.md +12 -0
- package/core/1/CHANGELOG.md +12 -0
- package/core/1/docker-compose.yml +1 -1
- package/core/1/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### 5.0.1 (2025-10-29)
|
|
4
|
+
|
|
5
|
+
#### Build Updates
|
|
6
|
+
|
|
7
|
+
* **core/1:** Bumped lab-env-core-1 ([0af52fe](https://bitbucket.org/fishawackdigital/lab-env/commits/0af52feb0d754c02b28ddb3738a05eab525e96ad))
|
|
8
|
+
|
|
9
|
+
### 5.0.1-beta.1 (2025-10-29)
|
|
10
|
+
|
|
11
|
+
#### Build Updates
|
|
12
|
+
|
|
13
|
+
* **core/1:** Bumped lab-env-core-1 ([0af52fe](https://bitbucket.org/fishawackdigital/lab-env/commits/0af52feb0d754c02b28ddb3738a05eab525e96ad))
|
|
14
|
+
|
|
3
15
|
### 5.0.0 (2025-10-29)
|
|
4
16
|
|
|
5
17
|
#### Features
|
package/core/1/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### 1.9.1 (2025-10-29)
|
|
4
|
+
|
|
5
|
+
#### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* look for .env.ci instead ([84a706d](https://bitbucket.org/fishawackdigital/lab-env-core-1/commits/84a706d8b4c9e10ab8e6682abae86eb58b5b74a9))
|
|
8
|
+
|
|
9
|
+
### 1.9.1-beta.1 (2025-10-29)
|
|
10
|
+
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* look for .env.ci instead ([84a706d](https://bitbucket.org/fishawackdigital/lab-env-core-1/commits/84a706d8b4c9e10ab8e6682abae86eb58b5b74a9))
|
|
14
|
+
|
|
3
15
|
### 1.9.0 (2025-10-26)
|
|
4
16
|
|
|
5
17
|
#### Features
|
package/core/1/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"description": "lab-env docker config for the @fishawack/core/1 npm module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"setup": "ln -sfn ../../.commitlintrc.json .commitlintrc.json && ln -sfn ../../.editorconfig .editorconfig && ln -sfn ../../.prettierignore .prettierignore && ln -sfn ../../.husky/ .husky && husky &>/dev/null || true",
|