Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Oct 18, 2022
1 parent 91f7489 commit a924207
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.8.0 (2022-10-18)


### Features

* Provide `createTranslator` and `createIntl` by extracting a React-agnostic core library. Thanks to David Brands from Marvia for sponsoring the work on this feature, participating in discussion and providing feedback! ([#137](https://github.com/amannn/next-intl/issues/137)) ([91f7489](https://github.com/amannn/next-intl/commit/91f748972008b8587553b48aa36c95d7348b4b0c))





## 2.7.6 (2022-09-22)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.7.6",
"version": "2.8.0",
"packages": [
"packages/use-intl",
"packages/next-intl",
Expand Down
11 changes: 11 additions & 0 deletions packages/example-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.8.0 (2022-10-18)


### Features

* Provide `createTranslator` and `createIntl` by extracting a React-agnostic core library. Thanks to David Brands from Marvia for sponsoring the work on this feature, participating in discussion and providing feedback! ([#137](https://github.com/amannn/next-intl/issues/137)) ([91f7489](https://github.com/amannn/next-intl/commit/91f748972008b8587553b48aa36c95d7348b4b0c))





## 2.7.6 (2022-09-22)

**Note:** Version bump only for package example-advanced
Expand Down
4 changes: 2 additions & 2 deletions packages/example-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-advanced",
"version": "2.7.6",
"version": "2.8.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,7 +14,7 @@
"date-fns": "^2.16.1",
"lodash": "^4.17.21",
"next": "^12.1.4",
"next-intl": "^2.7.6",
"next-intl": "^2.8.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "^4.6.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.8.0 (2022-10-18)


### Features

* Provide `createTranslator` and `createIntl` by extracting a React-agnostic core library. Thanks to David Brands from Marvia for sponsoring the work on this feature, participating in discussion and providing feedback! ([#137](https://github.com/amannn/next-intl/issues/137)) ([91f7489](https://github.com/amannn/next-intl/commit/91f748972008b8587553b48aa36c95d7348b4b0c))





## 2.7.6 (2022-09-22)

**Note:** Version bump only for package example
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "2.7.6",
"version": "2.8.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,7 +13,7 @@
"date-fns": "^2.16.1",
"lodash": "^4.17.21",
"next": "^12.1.4",
"next-intl": "^2.7.6",
"next-intl": "^2.8.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "^4.6.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/next-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.8.0 (2022-10-18)


### Features

* Provide `createTranslator` and `createIntl` by extracting a React-agnostic core library. Thanks to David Brands from Marvia for sponsoring the work on this feature, participating in discussion and providing feedback! ([#137](https://github.com/amannn/next-intl/issues/137)) ([91f7489](https://github.com/amannn/next-intl/commit/91f748972008b8587553b48aa36c95d7348b4b0c))





## 2.7.6 (2022-09-22)

**Note:** Version bump only for package next-intl
Expand Down
4 changes: 2 additions & 2 deletions packages/next-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-intl",
"version": "2.7.6",
"version": "2.8.0",
"sideEffects": false,
"author": "Jan Amann <[email protected]>",
"description": "A minimal, but complete solution for internationalization in Next.js apps.",
Expand Down Expand Up @@ -42,7 +42,7 @@
"testEnvironment": "jsdom"
},
"dependencies": {
"use-intl": "^2.7.6"
"use-intl": "^2.8.0"
},
"peerDependencies": {
"next": "^10.0.0 || ^11.0.0 || ^12.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.8.0 (2022-10-18)


### Features

* Provide `createTranslator` and `createIntl` by extracting a React-agnostic core library. Thanks to David Brands from Marvia for sponsoring the work on this feature, participating in discussion and providing feedback! ([#137](https://github.com/amannn/next-intl/tree/main/packages/use-intl/issues/137)) ([91f7489](https://github.com/amannn/next-intl/tree/main/packages/use-intl/commit/91f748972008b8587553b48aa36c95d7348b4b0c))





## 2.7.6 (2022-09-22)

**Note:** Version bump only for package use-intl
Expand Down
2 changes: 1 addition & 1 deletion packages/use-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-intl",
"version": "2.7.6",
"version": "2.8.0",
"sideEffects": false,
"author": "Jan Amann <[email protected]>",
"description": "Minimal, but complete solution for managing internationalization in React apps.",
Expand Down
11 changes: 11 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.8.0 (2022-10-18)


### Features

* Provide `createTranslator` and `createIntl` by extracting a React-agnostic core library. Thanks to David Brands from Marvia for sponsoring the work on this feature, participating in discussion and providing feedback! ([#137](https://github.com/amannn/next-intl/issues/137)) ([91f7489](https://github.com/amannn/next-intl/commit/91f748972008b8587553b48aa36c95d7348b4b0c))





## 2.7.6 (2022-09-22)

**Note:** Version bump only for package website
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.7.6",
"version": "2.8.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit a924207

@vercel
Copy link

@vercel vercel bot commented on a924207 Oct 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-intl – ./

next-intl-git-main-amann.vercel.app
next-intl-docs.vercel.app
next-intl-amann.vercel.app

Please sign in to comment.