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] #2918

Merged
merged 1 commit into from
Jun 10, 2024
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
8 changes: 0 additions & 8 deletions .changeset/angry-feet-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-crews-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-plums-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-ways-fold.md

This file was deleted.

6 changes: 6 additions & 0 deletions inlang/source-code/ide-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# inlang-vs-code-extension

## 1.44.14

### Patch Changes

- f472213: remove migrateSettingsFromInlangToSherlock because its no longer needed

## 1.44.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/ide-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/opral/monorepo.git"
},
"icon": "assets/sherlock-logo.png",
"version": "1.44.13",
"version": "1.44.14",
"engines": {
"vscode": "^1.84.2"
},
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/paraglide/paraglide-sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-sveltekit

## 0.10.2

### Patch Changes

- b5d4a4c: fix regression with `exclude` option

## 0.10.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/paraglide-sveltekit-example

## 0.1.62

### Patch Changes

- Updated dependencies [b5d4a4c]
- @inlang/[email protected]

## 0.1.61

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-sveltekit-example",
"version": "0.1.61",
"version": "0.1.62",
"private": true,
"scripts": {
"_dev": "vite dev",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-sveltekit",
"version": "0.10.1",
"version": "0.10.2",
"type": "module",
"main": "./dist/runtime/index.js",
"types": "./dist/runtime/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/plugins/i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/plugin-i18next

## 4.14.8

### Patch Changes

- 04e804b: add human readble id tests to plugins

## 4.14.7

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

## 0.9.31

### Patch Changes

- 04e804b: add human readble id tests to plugins

## 0.9.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/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": "0.9.30",
"version": "0.9.31",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/plugins/next-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/plugin-next-intl

## 1.3.43

### Patch Changes

- 04e804b: add human readble id tests to plugins
- aa91877: add more extract options

## 1.3.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/plugins/next-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/plugin-next-intl",
"version": "1.3.42",
"version": "1.3.43",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/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

## 0.6.31

### Patch Changes

- 04e804b: add human readble id tests to plugins

## 0.6.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/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": "0.6.30",
"version": "0.6.31",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Loading