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
5 changes: 0 additions & 5 deletions .changeset/clear-inlang-sdk-positioning.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/cli

## 3.1.11

### Patch Changes

- Updated dependencies [a853d5f]
- @inlang/sdk@2.9.3

## 3.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/cli",
"version": "3.1.10",
"version": "3.1.11",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/plugin-i18next

## 6.1.5

### Patch Changes

- Updated dependencies [a853d5f]
- @inlang/sdk@2.9.3

## 6.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/plugin-i18next",
"version": "6.1.4",
"version": "6.1.5",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/m-function-matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/plugin-m-function-matcher

## 2.2.6

### Patch Changes

- Updated dependencies [a853d5f]
- @inlang/sdk@2.9.3

## 2.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/m-function-matcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/plugin-m-function-matcher",
"version": "2.2.5",
"version": "2.2.6",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/t-function-matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/plugin-t-function-matcher

## 2.0.21

### Patch Changes

- Updated dependencies [a853d5f]
- @inlang/sdk@2.9.3

## 2.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/t-function-matcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/plugin-t-function-matcher",
"version": "2.0.20",
"version": "2.0.21",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/rpc

## 0.3.61

### Patch Changes

- Updated dependencies [a853d5f]
- @inlang/sdk@2.9.3

## 0.3.60

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typed-rpc": "3.0.0"
},
"license": "Apache-2.0",
"version": "0.3.60",
"version": "0.3.61",
"devDependencies": {
"@inlang/tsconfig": "workspace:*",
"@types/body-parser": "1.19.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/sdk

## 2.9.3

### Patch Changes

- a853d5f: Clarify the SDK README and generated project README positioning for `.inlang` as the canonical localization file format with version control via lix.

## 2.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/sdk",
"version": "2.9.2",
"version": "2.9.3",
"type": "module",
"license": "MIT",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-components/editor-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/message-bundle-component

## 9.0.3

### Patch Changes

- Updated dependencies [a853d5f]
- @inlang/sdk@2.9.3

## 9.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/editor-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/editor-component",
"type": "module",
"version": "9.0.2",
"version": "9.0.3",
"publishConfig": {
"access": "public"
},
Expand Down
Loading