Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages [skip preview] #3371

Merged
merged 1 commit into from
Jan 31, 2025
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/itchy-zoos-wash.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/shy-lizards-sing.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/shy-ways-wonder.md

This file was deleted.

8 changes: 8 additions & 0 deletions inlang/packages/marketplace-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/marketplace-registry

## 2.0.1

### Patch Changes

- Updated dependencies [16cf0e1]
- @opral/[email protected]
- @inlang/[email protected]

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/packages/marketplace-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/marketplace-registry",
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"exports": {
".": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions inlang/packages/plugins/i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/plugin-i18next

## 5.0.6

### Patch Changes

- @inlang/[email protected]

## 5.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/packages/plugins/i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/plugin-i18next",
"version": "5.0.5",
"version": "5.0.6",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion inlang/packages/plugins/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@inlang/detect-json-formatting": "1.0.0",
"@inlang/plugin": "2.4.14",
"@inlang/sdk": "0.36.3",
"@inlang/sdk": "2.1.3",
"@lix-js/fs": "2.2.0",
"@sinclair/typebox": "0.31.28"
},
Expand Down
6 changes: 6 additions & 0 deletions inlang/packages/plugins/m-function-matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/plugin-m-function-matcher

## 1.0.7

### Patch Changes

- @inlang/[email protected]

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/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": "1.0.6",
"version": "1.0.7",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion inlang/packages/plugins/next-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@inlang/detect-json-formatting": "1.0.0",
"@inlang/sdk": "0.36.4",
"@inlang/sdk": "2.1.3",
"@sinclair/typebox": "0.31.28"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions inlang/packages/plugins/t-function-matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/plugin-t-function-matcher

## 1.0.6

### Patch Changes

- @inlang/[email protected]

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/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": "1.0.5",
"version": "1.0.6",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
8 changes: 8 additions & 0 deletions inlang/packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/sdk

## 2.1.3

### Patch Changes

- Updated dependencies [1c84afb]
- Updated dependencies [175f7f9]
- @lix-js/[email protected]

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/sdk",
"version": "2.1.2",
"version": "2.1.3",
"type": "module",
"license": "MIT",
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# editor-app

## 0.0.1

### Patch Changes

- @inlang/[email protected]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "editor-app",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions inlang/packages/ui-components/editor-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/message-bundle-component

## 1.0.3

### Patch Changes

- @inlang/[email protected]

## 1.0.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/editor-component",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/csv-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# csv-app

## 0.2.5

### Patch Changes

- Updated dependencies [1c84afb]
- Updated dependencies [175f7f9]
- @lix-js/[email protected]
- @lix-js/[email protected]

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/csv-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csv-app",
"private": true,
"version": "0.2.4",
"version": "0.2.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
30 changes: 30 additions & 0 deletions packages/lix-file-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# lix-file-manager

## 0.2.5

### Patch Changes

- 175f7f9: @lix-js/sdk:

- define UiDiffComponent type
- diff components can now consume multiple diffs

@lix-js/plugin-csv:

- update to use new diff component type
- display multiple diffs in a single component
- add rowId to snapshot content
- group diffs by rowId

lix-file-manager:

- add checkpoint timeline instead of change list
- refactor API diff component rendering
- refactor queries to use new UiDiffComponent type

PR URL:
https://github.com/opral/monorepo/pull/3377

- Updated dependencies [1c84afb]
- Updated dependencies [175f7f9]
- @lix-js/[email protected]
- @lix-js/[email protected]

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lix-file-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lix-file-manager",
"private": true,
"version": "0.2.4",
"version": "0.2.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions packages/lix-host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lix-js/host

## 0.0.10

### Patch Changes

- Updated dependencies [1c84afb]
- Updated dependencies [175f7f9]
- @lix-js/[email protected]

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lix-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lix-js/host",
"private": true,
"type": "module",
"version": "0.0.9",
"version": "0.0.10",
"license": "Apache-2.0",
"exports": {
".": "./dist/index.js"
Expand Down
29 changes: 29 additions & 0 deletions packages/lix-plugin-csv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @lix-js/plugin-csv

## 0.1.2

### Patch Changes

- 175f7f9: @lix-js/sdk:

- define UiDiffComponent type
- diff components can now consume multiple diffs

@lix-js/plugin-csv:

- update to use new diff component type
- display multiple diffs in a single component
- add rowId to snapshot content
- group diffs by rowId

lix-file-manager:

- add checkpoint timeline instead of change list
- refactor API diff component rendering
- refactor queries to use new UiDiffComponent type

PR URL:
https://github.com/opral/monorepo/pull/3377

- Updated dependencies [1c84afb]
- Updated dependencies [175f7f9]
- @lix-js/[email protected]

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lix-plugin-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lix-js/plugin-csv",
"type": "module",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"license": "Apache-2.0",
"exports": {
".": "./dist/index.js"
Expand Down
31 changes: 31 additions & 0 deletions packages/lix-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @lix-js/sdk

## 0.4.0

### Minor Changes

- 1c84afb: disabled plugin loading from the file table because unused and led to https://github.com/opral/inlang-paraglide-js/issues/350

### Patch Changes

- 175f7f9: @lix-js/sdk:

- define UiDiffComponent type
- diff components can now consume multiple diffs

@lix-js/plugin-csv:

- update to use new diff component type
- display multiple diffs in a single component
- add rowId to snapshot content
- group diffs by rowId

lix-file-manager:

- add checkpoint timeline instead of change list
- refactor API diff component rendering
- refactor queries to use new UiDiffComponent type

PR URL:
https://github.com/opral/monorepo/pull/3377

- @lix-js/[email protected]

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lix-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lix-js/sdk",
"type": "module",
"version": "0.3.5",
"version": "0.4.0",
"license": "Apache-2.0",
"exports": {
".": "./dist/index.js"
Expand Down
Loading