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/olive-bottles-tap.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.7

### Patch Changes

- Updated dependencies [6e6ee7f]
- @inlang/[email protected]

## 3.1.6

### 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.6",
"version": "3.1.7",
"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.1

### Patch Changes

- Updated dependencies [6e6ee7f]
- @inlang/[email protected]

## 6.1.0

### Minor 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.0",
"version": "6.1.1",
"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.2

### Patch Changes

- Updated dependencies [6e6ee7f]
- @inlang/[email protected]

## 2.2.1

### 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.1",
"version": "2.2.2",
"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.17

### Patch Changes

- Updated dependencies [6e6ee7f]
- @inlang/[email protected]

## 2.0.16

### 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.16",
"version": "2.0.17",
"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.57

### Patch Changes

- Updated dependencies [6e6ee7f]
- @inlang/[email protected]

## 0.3.56

### 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.56",
"version": "0.3.57",
"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.8.0

### Minor Changes

- 6e6ee7f: Remove the remaining telemetry code from the SDK. Project loading and project creation no longer ship or persist telemetry-related logic, and the `telemetry` project setting has been removed from the SDK schema and docs.

## 2.7.0

### Minor 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.7.0",
"version": "2.8.0",
"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

## 8.0.0

### Patch Changes

- Updated dependencies [6e6ee7f]
- @inlang/[email protected]

## 7.0.0

### 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": "7.0.0",
"version": "8.0.0",
"publishConfig": {
"access": "public"
},
Expand Down
Loading