Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages [skip preview] #3200

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curly-ladybugs-happen.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/paraglide-next-e2e

## 0.0.31

### Patch Changes

- Updated dependencies [49b54dc]
- @inlang/[email protected]

## 0.0.30

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-next-e2e",
"version": "0.0.30",
"version": "0.0.31",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions inlang/source-code/paraglide/paraglide-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inlang/paraglide-next

## 0.7.3

### Patch Changes

- 49b54dc: allow for next.config.ts in paraglide cli init command https://github.com/opral/monorepo/pull/3199

## 0.7.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @inlang/paraglide-next-example-app

## 0.2.32

### Patch Changes

- Updated dependencies [49b54dc]
- @inlang/[email protected]

## 0.2.31

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

## 0.2.34

### Patch Changes

- Updated dependencies [49b54dc]
- @inlang/[email protected]

## 0.2.33

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/paraglide-next-example-pages",
"version": "0.2.33",
"version": "0.2.34",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/paraglide/paraglide-next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inlang/paraglide-next",
"description": "The easiest way to do i18n in NextJS",
"version": "0.7.2",
"version": "0.7.3",
"publishConfig": {
"access": "public"
},
Expand Down
Loading