Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/globe",
"entries": [
{
"date": "Wed, 01 Jul 2026 08:06:39 GMT",
"version": "4.5.1",
"tag": "@microsoft/globe_v4.5.1",
"comments": {
"patch": [
{
"author": "ligia.e.popescu@gmail.com",
"package": "@microsoft/globe",
"commit": "1ef28da886861f618b4aef487d451f63446c9bdc",
"comment": "Update dev dependencies (vitest 4, rollup, vite, lodash, flatted) and fix Vitest 4.x Date mocks"
Comment thread
LSDima marked this conversation as resolved.
}
]
}
},
{
"date": "Tue, 02 Dec 2025 18:44:44 GMT",
"version": "4.5.0",
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @microsoft/globe

<!-- This log was last generated on Tue, 02 Dec 2025 18:44:44 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 01 Jul 2026 08:06:39 GMT and should not be manually modified. -->

<!-- Start content -->

## 4.5.1

Wed, 01 Jul 2026 08:06:39 GMT

### Patches

- Update dev dependencies (vitest 4, rollup, vite, lodash, flatted) and fix Vitest 4.x Date mocks (ligia.e.popescu@gmail.com)

## 4.5.0

Tue, 02 Dec 2025 18:44:44 GMT
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/globe",
"version": "4.5.0",
"version": "4.5.1",
"description": "Globalization Service",
"author": "Microsoft",
"license": "MIT",
Expand Down
Loading