Skip to content

Commit 24423f1

Browse files
chore: bump package version (#959)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ce8c75c commit 24423f1

File tree

11 files changed

+57
-17
lines changed

11 files changed

+57
-17
lines changed

.changeset/add-ejs-support.md

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

demo/next-app/CHANGELOG.md

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

3+
## 0.2.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ce8c75c`](https://github.com/lingodotdev/lingo.dev/commit/ce8c75c7fc1a2124d3e18444bc356c4dfce26434)]:
8+
9+
310
## 0.2.15
411

512
### Patch Changes

demo/next-app/package.json

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

packages/cli/CHANGELOG.md

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

3+
## 0.100.0
4+
5+
### Minor Changes
6+
7+
- [#956](https://github.com/lingodotdev/lingo.dev/pull/956) [`ce8c75c`](https://github.com/lingodotdev/lingo.dev/commit/ce8c75c7fc1a2124d3e18444bc356c4dfce26434) Thanks [@VAIBHAVSING](https://github.com/VAIBHAVSING)! - feat: add EJS (Embedded JavaScript) templating engine support
8+
9+
- Added EJS loader to support parsing and translating EJS template files
10+
- EJS loader extracts translatable text while preserving EJS tags and expressions
11+
- Updated spec package to include "ejs" in supported bucket types
12+
- Added comprehensive test suite covering various EJS scenarios including conditionals, loops, includes, and mixed content
13+
- Automatically installed EJS dependency (@types/ejs) for TypeScript support
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`ce8c75c`](https://github.com/lingodotdev/lingo.dev/commit/ce8c75c7fc1a2124d3e18444bc356c4dfce26434)]:
18+
- @lingo.dev/_[email protected]
19+
- @lingo.dev/_[email protected]
20+
- @lingo.dev/_[email protected]
21+
322
## 0.99.8
423

524
### Patch 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.99.8",
3+
"version": "0.100.0",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"publishConfig": {

packages/compiler/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @lingo.dev/_[email protected]
9+
310
## 0.4.0
411

512
### 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.4.0",
3+
"version": "0.4.1",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"publishConfig": {

packages/sdk/CHANGELOG.md

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

3+
## 0.9.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ce8c75c`](https://github.com/lingodotdev/lingo.dev/commit/ce8c75c7fc1a2124d3e18444bc356c4dfce26434)]:
8+
- @lingo.dev/_[email protected]
9+
310
## 0.9.2
411

512
### Patch Changes

packages/sdk/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/_sdk",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Lingo.dev JS SDK",
55
"private": false,
66
"publishConfig": {

packages/spec/CHANGELOG.md

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

3+
## 0.37.0
4+
5+
### Minor Changes
6+
7+
- [#956](https://github.com/lingodotdev/lingo.dev/pull/956) [`ce8c75c`](https://github.com/lingodotdev/lingo.dev/commit/ce8c75c7fc1a2124d3e18444bc356c4dfce26434) Thanks [@VAIBHAVSING](https://github.com/VAIBHAVSING)! - feat: add EJS (Embedded JavaScript) templating engine support
8+
9+
- Added EJS loader to support parsing and translating EJS template files
10+
- EJS loader extracts translatable text while preserving EJS tags and expressions
11+
- Updated spec package to include "ejs" in supported bucket types
12+
- Added comprehensive test suite covering various EJS scenarios including conditionals, loops, includes, and mixed content
13+
- Automatically installed EJS dependency (@types/ejs) for TypeScript support
14+
315
## 0.36.0
416

517
### Minor Changes

0 commit comments

Comments
 (0)