Skip to content

Commit

Permalink
Merge pull request #2517 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 Apr 5, 2024
2 parents ea473bc + 4c97b53 commit 88f38ed
Show file tree
Hide file tree
Showing 66 changed files with 286 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-llamas-happen.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/rich-mirrors-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-peas-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-worms-fetch.md

This file was deleted.

9 changes: 9 additions & 0 deletions inlang/source-code/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inlang/badge

## 0.7.10

### Patch Changes

- 62dfa26: SDK Breaking change: LintReports get() and getAll() are now async, and non-reactive.
Reduces (does not eliminate) excessive sdk resource consumption.
- Updated dependencies [62dfa26]
- @inlang/sdk@0.29.0

## 0.7.9

### 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.9",
"version": "0.7.10",
"private": true,
"exports": {
".": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions inlang/source-code/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inlang/cli

## 2.13.5

### Patch Changes

- 62dfa26: SDK Breaking change: LintReports get() and getAll() are now async, and non-reactive.
Reduces (does not eliminate) excessive sdk resource consumption.
- Updated dependencies [62dfa26]
- @inlang/sdk@0.29.0

## 2.13.4

### Patch 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.13.4",
"version": "2.13.5",
"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.2

### Patch Changes

- Updated dependencies [62dfa26]
- @inlang/sdk@0.29.0

## 0.0.1

### 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.1",
"version": "0.0.2",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions inlang/source-code/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- 62dfa26: SDK Breaking change: LintReports get() and getAll() are now async, and non-reactive.
Reduces (does not eliminate) excessive sdk resource consumption.
- @lix-js/server@1.1.1

## null

### Patch Changes

- Updated dependencies [8a8aec7]
- @lix-js/client@1.2.0
- @lix-js/server@1.1.0
Expand Down
9 changes: 9 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,14 @@
# @inlang/paraglide-js-e2e

## 0.0.3

### Patch Changes

- Updated dependencies [d47b2aa]
- Updated dependencies [192fdec]
- Updated dependencies [0b7c82e]
- @inlang/paraglide-js@1.4.0

## 0.0.2

### 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.2",
"version": "0.0.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions inlang/source-code/github-lint-action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inlang/github-lint-action

## 0.2.16

### Patch Changes

- 62dfa26: SDK Breaking change: LintReports get() and getAll() are now async, and non-reactive.
Reduces (does not eliminate) excessive sdk resource consumption.
- Updated dependencies [62dfa26]
- @inlang/sdk@0.29.0

## 0.2.15

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

## 1.36.6

### Patch Changes

- 62dfa26: SDK Breaking change: LintReports get() and getAll() are now async, and non-reactive.
Reduces (does not eliminate) excessive sdk resource consumption.
- Updated dependencies [62dfa26]
- @inlang/sdk@0.29.0
- @inlang/rpc@0.3.5
- @inlang/telemetry@0.3.19

## 1.36.5

### 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.36.5",
"version": "1.36.6",
"engines": {
"vscode": "^1.84.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-js-adapter-astro

## 0.1.22

### Patch Changes

- @inlang/paraglide-js-adapter-vite@1.2.32

## 0.1.21

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-adapter-astro",
"version": "0.1.21",
"version": "0.1.22",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inlang/paraglide-js-adapter-next

## 2.0.0

### Patch Changes

- Updated dependencies [d47b2aa]
- Updated dependencies [192fdec]
- Updated dependencies [0b7c82e]
- @inlang/paraglide-js@1.4.0

## 1.1.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inlang/paraglide-js-adapter-next-example-app

## 0.2.12

### Patch Changes

- Updated dependencies [d47b2aa]
- Updated dependencies [192fdec]
- Updated dependencies [0b7c82e]
- @inlang/paraglide-js@1.4.0

## 0.2.11

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-adapter-next-example-app",
"version": "0.2.11",
"version": "0.2.12",
"private": true,
"scripts": {
"_dev": "next dev",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @inlang/paraglide-js-adapter-next-example-pages

## 0.2.13

### Patch Changes

- Updated dependencies [d47b2aa]
- Updated dependencies [192fdec]
- Updated dependencies [0b7c82e]
- @inlang/paraglide-js@1.4.0
- @inlang/paraglide-js-adapter-next@2.0.0

## 0.2.12

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-adapter-next-example-pages",
"version": "0.2.12",
"version": "0.2.13",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inlang/paraglide-js-adapter-next-example-turbo

## 0.1.13

### Patch Changes

- Updated dependencies [d47b2aa]
- Updated dependencies [192fdec]
- Updated dependencies [0b7c82e]
- @inlang/paraglide-js@1.4.0

## 0.1.12

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-adapter-next-example-turbo",
"version": "0.1.12",
"version": "0.1.13",
"private": true,
"scripts": {
"_dev": "next dev --turbo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-adapter-next",
"version": "1.1.0",
"version": "2.0.0",
"publishConfig": {
"access": "public"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-js-adapter-rollup

## 1.0.38

### Patch Changes

- @inlang/paraglide-js-adapter-unplugin@1.4.21

## 1.0.37

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-adapter-rollup",
"version": "1.0.37",
"version": "1.0.38",
"description": "Rollup adapter for Paraglide.js",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-js-adapter-sveltekit

## 0.5.20

### Patch Changes

- @inlang/paraglide-js-adapter-vite@1.2.32

## 0.5.19

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

## 0.1.16

### Patch Changes

- @inlang/paraglide-js-adapter-sveltekit@0.5.20

## 0.1.15

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-adapter-sveltekit-example",
"version": "0.1.15",
"version": "0.1.16",
"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-js-adapter-sveltekit",
"version": "0.5.19",
"version": "0.5.20",
"type": "module",
"main": "./dist/runtime/index.js",
"types": "./dist/runtime/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @inlang/paraglide-js-adapter-unplugin

## 1.4.21

### Patch Changes

- Updated dependencies [d47b2aa]
- Updated dependencies [62dfa26]
- Updated dependencies [192fdec]
- Updated dependencies [0b7c82e]
- @inlang/paraglide-js@1.4.0
- @inlang/sdk@0.29.0

## 1.4.20

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-adapter-unplugin",
"version": "1.4.20",
"version": "1.4.21",
"description": "Unplugin adapter for Paraglide.js",
"license": "Apache-2.0",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-js-adapter-vite

## 1.2.32

### Patch Changes

- @inlang/paraglide-js-adapter-unplugin@1.4.21

## 1.2.31

### Patch Changes
Expand Down
Loading

0 comments on commit 88f38ed

Please sign in to comment.