chore(version): v3.0.0
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -2,6 +2,16 @@
|
||||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
||||
|
||||
- - -
|
||||
## v3.0.0 - 2025-06-18
|
||||
### Package updates
|
||||
- vitest-config bumped to vitest-config-v2.0.0
|
||||
- core-extensions bumped to core-extensions-v2.0.1
|
||||
### Global changes
|
||||
#### Bug Fixes
|
||||
- **(core-extensions)** Add missing type-fest dependency - (3b45d1f) - *trbernstein*
|
||||
|
||||
- - -
|
||||
|
||||
## v2.0.0 - 2025-04-21
|
||||
### Package updates
|
||||
- core-extensions bumped to core-extensions-v2.0.0
|
||||
|
||||
@@ -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.0.1 - 2025-06-18
|
||||
#### Bug Fixes
|
||||
- **(core-extensions)** Add missing type-fest dependency - (3b45d1f) - *trbernstein*
|
||||
#### Miscellaneous Chores
|
||||
- **(core-extensions)** Rebuild package - (5b7175d) - *trbernstein*
|
||||
|
||||
- - -
|
||||
|
||||
## core-extensions-v2.0.0 - 2025-04-21
|
||||
#### Features
|
||||
- **(core-extensions)** Rename Object.map to mapValues - (9c14996) - *trbernstein*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tabshift/core-extensions",
|
||||
"description": "Extensions to JavaScript core objects",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"dist"
|
||||
@@ -38,4 +38,4 @@
|
||||
"types": "./dist/object/map-values.d.ts"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
||||
|
||||
- - -
|
||||
## vitest-config-v2.0.2 - 2025-06-18
|
||||
Note: The minor version change was required by npm registry, because we had
|
||||
already test published a version 2.0.0 and 2.0.1.
|
||||
|
||||
#### Features
|
||||
- **(vitest-config)** Return the plain config object - (7570660) - *trbernstein*
|
||||
|
||||
- - -
|
||||
|
||||
## vitest-config-v1.0.2 - 2025-02-27
|
||||
#### Bug Fixes
|
||||
- Decode URL for vitest - (e1c6ac1) - trbernstein
|
||||
@@ -14,4 +23,4 @@ All notable changes to this project will be documented in this file. See [conven
|
||||
|
||||
- - -
|
||||
|
||||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|
||||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tabshift/vitest-config",
|
||||
"description": "Shared TypeScript config of Tabshift",
|
||||
"version": "1.0.2",
|
||||
"version": "2.0.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
||||
Reference in New Issue
Block a user