chore(version): v3.4.0

This commit is contained in:
T. R. Bernstein
2025-10-03 13:44:26 +02:00
parent c11151e9ab
commit 5199ef343e
7 changed files with 81 additions and 4 deletions

View File

@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## core-extensions-v2.3.0 - 2025-10-03
#### Features
- **(core-extensions)** Handle function type in MappedKeys - (8cc7db9) - *trbernstein*
#### Refactoring
- **(core-extensions)** Use tab for identenion - (79d365b) - *trbernstein*
- - -
## core-extensions-v2.2.1 - 2025-07-04
#### Bug Fixes
- **(core-extensions)** Apply mapKeys only to plain objects - (0d52c33) - *trbernstein*

View File

@@ -1,7 +1,7 @@
{
"name": "@tabshift/core-extensions",
"description": "Extensions to JavaScript core objects",
"version": "2.2.1",
"version": "2.3.0",
"type": "module",
"files": [
"dist"

View File

@@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## prettier-config-v1.1.0 - 2025-10-03
#### Features
- **(prettier-config)** Use tabs in base config - (31f267b) - *trbernstein*
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

View File

@@ -1,7 +1,7 @@
{
"name": "@tabshift/prettier-config",
"description": "Shared Prettier config of Tabshift",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"exports": "./base.js",
"author": "T. R. Bernstein <ljspkgs01-project@tabshift.dev>",

View File

@@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## typescript-config-v1.1.0 - 2025-10-03
#### Features
- **(typescript-config)** Allow synthetic default imports in base config - (c11151e) - *trbernstein*
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

View File

@@ -1,8 +1,10 @@
{
"name": "@tabshift/typescript-config",
"description": "Shared TypeScript config of Tabshift",
"version": "1.0.0",
"files": ["*.json"],
"version": "1.1.0",
"files": [
"*.json"
],
"author": "T. R. Bernstein <ljspkgs01-project@tabshift.dev>",
"license": "EUPL-1.2"
}