Skip to content

Commit

Permalink
Merge pull request #2884 from opral/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages [skip preview]
  • Loading branch information
felixhaeberle authored Jun 5, 2024
2 parents bdd422b + a381572 commit 16dacd5
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-panthers-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-feet-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-donkeys-rescue.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.12

### Patch Changes

- e318e7b: fix turning off inline previews also turns off hover for messages

## 1.44.11

### 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.11",
"version": "1.44.12",
"engines": {
"vscode": "^1.84.2"
},
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/plugins/next-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/plugin-next-intl

## 1.3.41

### Patch Changes

- 2b36271: add changeset

## 1.3.40

### 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.40",
"version": "1.3.41",
"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.29

### Patch Changes

- f711787: fix t-function matcher extract message should offer no-brace version

## 0.6.28

### 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.28",
"version": "0.6.29",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down

0 comments on commit 16dacd5

Please sign in to comment.