Skip to content

Commit

Permalink
Merge pull request #2688 from opral/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages [skip preview]
  • Loading branch information
jldec committed May 1, 2024
2 parents 09047a9 + 5712c4c commit b4e6414
Show file tree
Hide file tree
Showing 79 changed files with 322 additions and 45 deletions.
6 changes: 0 additions & 6 deletions .changeset/witty-icons-kick.md

This file was deleted.

6 changes: 6 additions & 0 deletions inlang/development-projects/inlang-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# next-js-testapp

## 0.1.9

### Patch Changes

- @inlang/cli@2.16.1

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/development-projects/inlang-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-js-testapp",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/badge

## 0.7.19

### Patch Changes

- Updated dependencies [bc17d0c]
- @inlang/sdk@0.34.3

## 0.7.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/badge",
"type": "module",
"version": "0.7.18",
"version": "0.7.19",
"private": true,
"exports": {
".": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/cli

## 2.16.1

### Patch Changes

- Updated dependencies [bc17d0c]
- @inlang/sdk@0.34.3

## 2.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/cli",
"version": "2.16.0",
"version": "2.16.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/cross-sell/cross-sell-ninja/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/cross-sell-ninja

## 0.0.11

### Patch Changes

- Updated dependencies [bc17d0c]
- @inlang/sdk@0.34.3

## 0.0.10

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/cross-sell-ninja",
"description": "A package to cross-sell Ninja",
"version": "0.0.10",
"version": "0.0.11",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/doc-layout-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/settings-component

## 0.0.2

### Patch Changes

- Updated dependencies [bc17d0c]
- @inlang/sdk@0.34.3

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/doc-layout-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/doc-layout-component",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@inlang/settings-component": "^1.0.6",
"@inlang/settings-component": "^1.0.7",
"@isomorphic-git/cors-proxy": "^2.7.1",
"@lix-js/client": "workspace:*",
"@lix-js/fs": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions inlang/source-code/end-to-end-tests/paraglide-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/paraglide-js-e2e

## 0.0.15

### Patch Changes

- Updated dependencies [bc17d0c]
- @inlang/sdk@0.34.3
- @inlang/paraglide-js@1.7.2

## 0.0.14

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-e2e",
"version": "0.0.14",
"version": "0.0.15",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions inlang/source-code/github-lint-action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/github-lint-action

## 0.2.26

### Patch Changes

- Updated dependencies [bc17d0c]
- @inlang/sdk@0.34.3

## 0.2.25

### 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.2.25",
"version": "0.2.26",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions inlang/source-code/ide-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# inlang-vs-code-extension

## 1.41.1

### Patch Changes

- Updated dependencies [bc17d0c]
- @inlang/sdk@0.34.3
- @inlang/rpc@0.3.14
- @inlang/settings-component@1.0.7
- @inlang/telemetry@0.3.28

## 1.41.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.41.0",
"version": "1.41.1",
"engines": {
"vscode": "^1.84.2"
},
Expand Down Expand Up @@ -209,7 +209,7 @@
"@inlang/result": "workspace:*",
"@inlang/rpc": "workspace:*",
"@inlang/sdk": "workspace:*",
"@inlang/settings-component": "^1.0.6",
"@inlang/settings-component": "^1.0.7",
"@inlang/telemetry": "workspace:*",
"@lix-js/client": "workspace:*",
"@lix-js/fs": "workspace:*",
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.9

### Patch Changes

- @inlang/marketplace-manifest@1.4.2

## 1.5.8

### 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.8",
"version": "1.5.9",
"private": true,
"exports": {
".": "./dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/message-lint-rule-camel-case-id

## 1.1.7

### Patch Changes

- @inlang/message-lint-rule@1.4.7

## 1.1.6

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/message-lint-rule-camel-case-id",
"version": "1.1.6",
"version": "1.1.7",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/message-lint-rule-empty-pattern

## 1.4.7

### Patch Changes

- @inlang/message-lint-rule@1.4.7

## 1.4.6

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/message-lint-rule-empty-pattern",
"version": "1.4.6",
"version": "1.4.7",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/message-lint-rule-identical-pattern

## 1.5.8

### Patch Changes

- @inlang/message-lint-rule@1.4.7

## 1.5.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/message-lint-rule-identical-pattern",
"version": "1.5.7",
"version": "1.5.8",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/message-lint-rule-without-source

## 1.4.7

### Patch Changes

- @inlang/message-lint-rule@1.4.7

## 1.4.6

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/message-lint-rule-without-source",
"version": "1.4.6",
"version": "1.4.7",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/message-lint-rule-missing-translation

## 1.4.7

### Patch Changes

- @inlang/message-lint-rule@1.4.7

## 1.4.6

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/message-lint-rule-missing-translation",
"version": "1.4.6",
"version": "1.4.7",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/message-lint-rule-snake-case-id

## 1.1.7

### Patch Changes

- @inlang/message-lint-rule@1.4.7

## 1.1.6

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/message-lint-rule-snake-case-id",
"version": "1.1.6",
"version": "1.1.7",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 1.0.0

## 1.0.7

### Patch Changes

- @inlang/message-lint-rule@1.4.7

## 1.0.6

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/message-lint-rule-valid-js-identifier",
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/paraglide/paraglide-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-astro

## 0.1.6

### Patch Changes

- @inlang/paraglide-vite@1.2.46

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/paraglide/paraglide-astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-astro",
"version": "0.1.5",
"version": "0.1.6",
"author": "inlang <hello@inlang.com> (https://inlang.com/)",
"description": "A fully type-safe i18n library specifically designed for partial hydration patterns like Astro's islands.",
"homepage": "https://inlang.com/m/iljlwzfs/paraglide-astro-i18n",
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/paraglide/paraglide-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-rollup

## 1.0.52

### Patch Changes

- @inlang/paraglide-unplugin@1.4.35

## 1.0.51

### Patch Changes
Expand Down

0 comments on commit b4e6414

Please sign in to comment.