@fishawack/lab-env 4.46.0-beta.2 → 4.46.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.
- package/CHANGELOG.md +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### 4.46.0 (2025-09-12)
|
|
4
|
+
|
|
5
|
+
#### Features
|
|
6
|
+
|
|
7
|
+
* added python settings ([5cacbb5](https://bitbucket.org/fishawackdigital/lab-env/commits/5cacbb56d7b7fb052959baad8e90cd98cac07c39))
|
|
8
|
+
* python deployments ([02f3293](https://bitbucket.org/fishawackdigital/lab-env/commits/02f32934c362826ed1e10f3609dd0eaac87a4f75))
|
|
9
|
+
* python now uses its own port as core also needed alongside python now ([c38c8f9](https://bitbucket.org/fishawackdigital/lab-env/commits/c38c8f962d024854c0764dcca88c26e7a808c122))
|
|
10
|
+
* write vscode workspace settings for python ([c6b2c4d](https://bitbucket.org/fishawackdigital/lab-env/commits/c6b2c4df1d730c054b966582119765d519e8f644))
|
|
11
|
+
|
|
12
|
+
#### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* dont stop package and mail commands on python projects ([6267142](https://bitbucket.org/fishawackdigital/lab-env/commits/62671425796c8ce03edfbdb71e50ca4676fd4eeb))
|
|
15
|
+
* start now always ups whatever containers are configured ([eae144b](https://bitbucket.org/fishawackdigital/lab-env/commits/eae144be3d7f4ff2d0e39368a60c3eb280567b0c))
|
|
16
|
+
* use extrapaths to stop python warnings ([594887d](https://bitbucket.org/fishawackdigital/lab-env/commits/594887df096a4c46abbe47e0f2363bcc2bc28181))
|
|
17
|
+
|
|
18
|
+
#### Build Updates
|
|
19
|
+
|
|
20
|
+
* bumped to latest bitbucket-ci config ([fcb22d8](https://bitbucket.org/fishawackdigital/lab-env/commits/fcb22d8ff7e99ce95e8bf3868b6dcf7192823bfd))
|
|
21
|
+
* use bitbucket beta exported beta and master config with post relase ([9ad0317](https://bitbucket.org/fishawackdigital/lab-env/commits/9ad0317e5c5a89640149412519b5e94491a48e92))
|
|
22
|
+
|
|
3
23
|
### 4.46.0-beta.2 (2025-09-12)
|
|
4
24
|
|
|
5
25
|
#### Features
|