Skip to content

Commit 18d0832

Browse files
chore: bump package version (#1938)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent 7db90c8 commit 18d0832

File tree

5 files changed

+24
-16
lines changed

5 files changed

+24
-16
lines changed

‎.changeset/legacy-compiler-deprecation.md‎

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

‎packages/cli/CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# lingo.dev
22

3+
## 0.126.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7db90c8`](https://github.com/lingodotdev/lingo.dev/commit/7db90c82b146da10db7c659c02580b3657d0b872)]:
8+
- @lingo.dev/_compiler@0.10.1
9+
310
## 0.126.0
411

512
### Minor Changes

‎packages/cli/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",
3-
"version": "0.126.0",
3+
"version": "0.126.1",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"repository": {

‎packages/compiler/CHANGELOG.md‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @lingo.dev/\_compiler
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- [#1934](https://github.com/lingodotdev/lingo.dev/pull/1934) [`7db90c8`](https://github.com/lingodotdev/lingo.dev/commit/7db90c82b146da10db7c659c02580b3657d0b872) Thanks [@cherkanovart](https://github.com/cherkanovart)! - Add deprecation warnings throughout legacy compiler
8+
9+
The legacy compiler (`@lingo.dev/_compiler`) now shows deprecation warnings when used.
10+
Users are encouraged to migrate to the new compiler (`@lingo.dev/compiler`).
11+
12+
Changes:
13+
- Added runtime deprecation warnings in `next()`, `vite()`, and the Turbopack loader
14+
- Added `@deprecated` JSDoc tags to all public APIs
15+
- Updated package README with migration guide and examples
16+
- The deprecation warning includes information about new compiler features and migration guide link
17+
318
## 0.10.0
419

520
### Minor Changes

‎packages/compiler/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/_compiler",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)