Skip to content

Commit aba7db1

Browse files
chore: bump package version (#1146)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 40fa69d commit aba7db1

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.changeset/real-turkeys-itch.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/locales/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @lingo.dev/\_locales
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#1124](https://github.com/lingodotdev/lingo.dev/pull/1124) [`40fa69d`](https://github.com/lingodotdev/lingo.dev/commit/40fa69d9525a18c5861b6cce33262968c511ce5a) Thanks [@leen-neel](https://github.com/leen-neel)! - Implemented locales package from #1080
8+
9+
- Added new `@lingo.dev/_locales` package for locale management
10+
- Includes locale name parsing and validation utilities
11+
- Provides integration helpers for various frameworks
12+
- Supports locale code normalization and fallback handling

packages/locales/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingo.dev/_locales",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Lingo.dev locales",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)