Skip to content

Commit

Permalink
Merge pull request #2475 from opral/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages [skip preview]
  • Loading branch information
LorisSigrist authored Mar 27, 2024
2 parents 204c53a + 9cf8dd6 commit e91867f
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/shy-mirrors-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-queens-add.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.36.4

### Patch Changes

- 61b277b: update statusbar item

## 1.36.3

### 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.3",
"version": "1.36.4",
"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.19

### Patch Changes

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

## 0.1.18

### 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.18",
"version": "0.1.19",
"author": "inlang <[email protected]> (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/library-inlang-paraglideJsAdapterAstro",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/paraglide-js-adapter-rollup

## 1.0.35

### Patch Changes

- Updated dependencies [204c53a]
- @inlang/paraglide-js-adapter-unplugin@1.4.18

## 1.0.34

### 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.34",
"version": "1.0.35",
"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.17

### Patch Changes

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

## 0.5.16

### 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.13

### Patch Changes

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

## 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-sveltekit-example",
"version": "0.1.12",
"version": "0.1.13",
"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.16",
"version": "0.5.17",
"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,11 @@
# @inlang/paraglide-js-adapter-unplugin

## 1.4.18

### Patch Changes

- 204c53a: Fix errors caused by missing `file://` protocol

## 1.4.17

### 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.17",
"version": "1.4.18",
"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,12 @@
# @inlang/paraglide-js-adapter-vite

## 1.2.29

### Patch Changes

- Updated dependencies [204c53a]
- @inlang/paraglide-js-adapter-unplugin@1.4.18

## 1.2.28

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-adapter-vite",
"version": "1.2.28",
"version": "1.2.29",
"description": "Vite 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,12 @@
# @inlang/paraglide-js-adapter-webpack

## 1.0.35

### Patch Changes

- Updated dependencies [204c53a]
- @inlang/paraglide-js-adapter-unplugin@1.4.18

## 1.0.34

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-js-adapter-webpack",
"version": "1.0.34",
"version": "1.0.35",
"description": "Webpack adapter for Paraglide.js",
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit e91867f

Please sign in to comment.