Skip to content

Commit 573f70f

Browse files
chore: bump package version (#1918)
Co-authored-by: Max Prilutskiy <[email protected]>
1 parent 8cd5c6b commit 573f70f

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/pluralization-opt-in.md

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

demo/new-compiler-next16/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @compiler/demo-next
22

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8cd5c6b`](https://github.com/lingodotdev/lingo.dev/commit/8cd5c6b80d6fd17f698674ec39c3f010bc8359ec)]:
8+
- @lingo.dev/[email protected]
9+
310
## 0.1.13
411

512
### Patch Changes

demo/new-compiler-next16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiler/demo-next",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/new-compiler/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#1888](https://github.com/lingodotdev/lingo.dev/pull/1888) [`8cd5c6b`](https://github.com/lingodotdev/lingo.dev/commit/8cd5c6b80d6fd17f698674ec39c3f010bc8359ec) Thanks [@yashrajpatilll](https://github.com/yashrajpatilll)! - Make pluralization opt-in by default and infer the pluralization model from translation config.
8+
39
## 0.2.0
410

511
### Minor Changes

packages/new-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.2.0",
3+
"version": "0.3.0",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)