Skip to content

Commit

Permalink
Merge pull request #2973 from opral/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages [skip preview]
  • Loading branch information
NiklasBuchfink authored Jun 28, 2024
2 parents 123d206 + d2eb9d5 commit f06fff6
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-rivers-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-mice-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-planes-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-zoos-hammer.md

This file was deleted.

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

## 0.3.18

### Patch Changes

- 123d206: Add comment logging

## 0.3.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/github-lint-action/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/github-lint-action",
"description": "This action checks for translation issues within your PRs.",
"version": "0.3.17",
"version": "0.3.18",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/ide-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# inlang-vs-code-extension

## 1.48.2

### Patch Changes

- @inlang/rpc@0.3.36
- @inlang/settings-component@1.0.30

## 1.48.1

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

## 1.5.10

### Patch Changes

- 1ef9a0e: add item to registry

## 1.5.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/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": "1.5.9",
"version": "1.5.10",
"private": true,
"exports": {
".": "./dist/index.js",
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.49

### Patch Changes

- c26aac4: refactor icon

## 1.3.48

### 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.48",
"version": "1.3.49",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/plugins/sap-ui5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @inlang/plugin-sap-ui5

## 0.1.0

### Minor Changes

- c26aac4: initial release
2 changes: 1 addition & 1 deletion inlang/source-code/plugins/sap-ui5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/plugin-sap-ui5",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/rpc

## 0.3.36

### Patch Changes

- Updated dependencies [1ef9a0e]
- @inlang/marketplace-registry@1.5.10

## 0.3.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"express": "^4.18.2"
},
"license": "Apache-2.0",
"version": "0.3.35",
"version": "0.3.36",
"devDependencies": {
"@types/body-parser": "1.19.2",
"@types/express": "4.17.17",
Expand Down

0 comments on commit f06fff6

Please sign in to comment.