Skip to content

Commit

Permalink
Merge pull request #2370 from opral/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages [skip preview]
  • Loading branch information
jldec authored Mar 12, 2024
2 parents be81a4e + 379eb17 commit b5c7c2b
Show file tree
Hide file tree
Showing 93 changed files with 435 additions and 79 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-chairs-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-nails-behave.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/twenty-terms-remember.md

This file was deleted.

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

## 0.7.5

### Patch Changes

- 4837297: File locking for concurrent message updates through the load/store plugin api
Auto-generated human-IDs and aliases - only with experimental: { aliases: true }
- Updated dependencies [4837297]
- @inlang/sdk@0.27.0
- @lix-js/client@0.9.0

## 0.7.4

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

## 2.13.0

### Minor Changes

- 4837297: File locking for concurrent message updates through the load/store plugin api
Auto-generated human-IDs and aliases - only with experimental: { aliases: true }

### Patch Changes

- Updated dependencies [4837297]
- @inlang/sdk@0.27.0
- @lix-js/client@0.9.0

## 2.12.6

### 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.12.6",
"version": "2.13.0",
"private": false,
"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

- Updated dependencies [4837297]
- @lix-js/client@0.9.0
- @lix-js/server@null

## null

### Patch Changes

- @lix-js/server@null

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

## 0.2.5

### Patch Changes

- Updated dependencies [4837297]
- @inlang/sdk@0.27.0
- @lix-js/client@0.9.0

## 0.2.1

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

## 1.34.0

### Minor Changes

- 4837297: File locking for concurrent message updates through the load/store plugin api
Auto-generated human-IDs and aliases - only with experimental: { aliases: true }

### Patch Changes

- Updated dependencies [4837297]
- @inlang/sdk@0.27.0
- @lix-js/client@0.9.0
- @inlang/telemetry@0.3.14

## 1.33.0

### Minor 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.33.0",
"version": "1.34.0",
"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.6

### Patch Changes

- @inlang/marketplace-manifest@1.3.5

## 1.5.5

### 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.5",
"version": "1.5.6",
"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.5

### Patch Changes

- @inlang/message-lint-rule@1.4.5

## 1.1.4

### 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.4",
"version": "1.1.5",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/message-lint-rule-empty-pattern

## 1.4.5

### Patch Changes

- 4837297: File locking for concurrent message updates through the load/store plugin api
Auto-generated human-IDs and aliases - only with experimental: { aliases: true }
- @inlang/message-lint-rule@1.4.5

## 1.4.4

### 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.4",
"version": "1.4.5",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/message-lint-rule-identical-pattern

## 1.5.5

### Patch Changes

- 4837297: File locking for concurrent message updates through the load/store plugin api
Auto-generated human-IDs and aliases - only with experimental: { aliases: true }
- @inlang/message-lint-rule@1.4.5

## 1.5.4

### 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.4",
"version": "1.5.5",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/message-lint-rule-without-source

## 1.4.5

### Patch Changes

- 4837297: File locking for concurrent message updates through the load/store plugin api
Auto-generated human-IDs and aliases - only with experimental: { aliases: true }
- @inlang/message-lint-rule@1.4.5

## 1.4.4

### 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.4",
"version": "1.4.5",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/message-lint-rule-missing-translation

## 1.4.5

### Patch Changes

- 4837297: File locking for concurrent message updates through the load/store plugin api
Auto-generated human-IDs and aliases - only with experimental: { aliases: true }
- @inlang/message-lint-rule@1.4.5

## 1.4.4

### 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.4",
"version": "1.4.5",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/message-lint-rule-snake-case-id

## 1.1.5

### Patch Changes

- 4837297: File locking for concurrent message updates through the load/store plugin api
Auto-generated human-IDs and aliases - only with experimental: { aliases: true }
- @inlang/message-lint-rule@1.4.5

## 1.1.4

### 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.4",
"version": "1.1.5",
"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.5

### Patch Changes

- @inlang/message-lint-rule@1.4.5

## 1.0.4

### 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.4",
"version": "1.0.5",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-js-adapter-astro

## 0.1.9

### Patch Changes

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

## 0.1.8

### 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.8",
"version": "0.1.9",
"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://github.com/opral/monorepo/tree/main/inlang/source-code/paraglide/paraglide-js-adapter-astro",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inlang/paraglide-js-adapter-next

## 1.0.0

### Patch Changes

- Updated dependencies [4970afc]
- Updated dependencies [4837297]
- @inlang/paraglide-js@1.3.0

## 0.3.0

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

## 0.2.4

### Patch Changes

- Updated dependencies [4970afc]
- Updated dependencies [4837297]
- @inlang/paraglide-js@1.3.0

## 0.2.3

### 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.3",
"version": "0.2.4",
"private": true,
"scripts": {
"_dev": "next dev",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inlang/paraglide-js-adapter-next-example-pages

## 0.2.4

### Patch Changes

- Updated dependencies [4970afc]
- Updated dependencies [4837297]
- @inlang/paraglide-js@1.3.0
- @inlang/paraglide-js-adapter-next@1.0.0

## 0.2.3

### Patch Changes
Expand Down
Loading

0 comments on commit b5c7c2b

Please sign in to comment.