Skip to content

Commit

Permalink
Merge pull request #3367 from opral/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages [skip preview]
  • Loading branch information
samuelstroschein authored Jan 23, 2025
2 parents e95ed95 + e3522ce commit a78c156
Show file tree
Hide file tree
Showing 30 changed files with 140 additions and 187 deletions.
6 changes: 0 additions & 6 deletions .changeset/pretty-elephants-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-seals-smell.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/tricky-gifts-lay.md

This file was deleted.

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

## 5.0.5

### Patch Changes

- Updated dependencies [61b9782]
- @inlang/sdk@2.1.2

## 5.0.4

### 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.4",
"version": "5.0.5",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
17 changes: 17 additions & 0 deletions inlang/packages/plugins/inlang-message-format/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @inlang/plugin-message-format

## 3.1.1

### Patch Changes

- 8132942: feat: support array of paths for pathPattern in inlang-message-format plugin

```diff
// settings.json

{
"plugin.inlang.messageFormat": {
+ pathPattern: ["/defaults/{locale}.json", "/translations/{locale}.json"],
}
}

```

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/packages/plugins/inlang-message-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/plugin-message-format",
"version": "3.1.0",
"version": "3.1.1",
"type": "module",
"exports": {
".": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions inlang/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

## 1.0.6

### Patch Changes

- Updated dependencies [61b9782]
- @inlang/sdk@2.1.2

## 1.0.5

### 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.5",
"version": "1.0.6",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
7 changes: 7 additions & 0 deletions inlang/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

## 1.0.5

### Patch Changes

- Updated dependencies [61b9782]
- @inlang/sdk@2.1.2

## 1.0.4

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

## 2.1.2

### Patch Changes

- 61b9782: update the description of depreacted settings props `sourceLanguageTag` and `languageTags` to clarify that the properties should be kept in place as long as inlang apps are used that have the inlang SDK v1 as a dependency
- Updated dependencies [b87f8a8]
- [email protected]
- @lix-js/sdk@0.3.5

## 2.1.1

### 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.1",
"version": "2.1.2",
"type": "module",
"license": "MIT",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions inlang/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

## 1.0.2

### Patch Changes

- Updated dependencies [61b9782]
- @inlang/sdk@2.1.2

## 1.0.1

### 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.1",
"version": "1.0.2",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/csv-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# csv-app

## 0.2.4

### Patch Changes

- @lix-js/sdk@0.3.5
- @lix-js/plugin-csv@0.1.1

## 0.2.3

### 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.3",
"version": "0.2.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/lix-file-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# lix-file-manager

## 0.2.4

### Patch Changes

- @lix-js/sdk@0.3.5
- @lix-js/plugin-csv@0.1.1

## 0.2.3

### 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.3",
"version": "0.2.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/lix-host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lix-js/host

## 0.0.9

### Patch Changes

- @lix-js/sdk@0.3.5

## 0.0.8

### 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.8",
"version": "0.0.9",
"license": "Apache-2.0",
"exports": {
".": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/lix-plugin-csv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lix-js/plugin-csv

## 0.1.1

### Patch Changes

- @lix-js/sdk@0.3.5

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"license": "Apache-2.0",
"exports": {
".": "./dist/index.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/lix-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lix-js/sdk

## 0.3.5

### Patch Changes

- Updated dependencies [b87f8a8]
- [email protected]

## 0.3.4

### 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.4",
"version": "0.3.5",
"license": "Apache-2.0",
"exports": {
".": "./dist/index.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/lix-website-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# lix-website-server

## 0.0.8

### Patch Changes

- [email protected]
- [email protected]

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lix-website-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lix-website-server",
"type": "module",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"scripts": {
"dev": "tsx watch ./src/main.ts",
"production": "tsx ./src/main.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/sqlite-wasm-kysely/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# sqlite-wasm-kysely

## 0.3.0

### Minor Changes

- b87f8a8: update sqlite dependency to 3.48.0-build2

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite-wasm-kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tag": "latest"
},
"name": "sqlite-wasm-kysely",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Loading

0 comments on commit a78c156

Please sign in to comment.