Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Mar 10, 2022
1 parent 0136741 commit f25fc37
Show file tree
Hide file tree
Showing 17 changed files with 69 additions and 15 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.

## [4.1.1](https://github.com/tolgee/tolgee-js/compare/v4.1.0...v4.1.1) (2022-03-10)


### Bug Fixes

* t function returning array ([0136741](https://github.com/tolgee/tolgee-js/commit/01367411c0bf62bcbd11e5beaf405a0b3d9c811f))





# [4.1.0](https://github.com/tolgee/tolgee-js/compare/v4.0.0...v4.1.0) (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"testapps/*",
"packages/ngx/projects/ngx-tolgee"
],
"version": "4.1.0",
"version": "4.1.1",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/react/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.

## [4.1.1](https://github.com/tolgee/tolgee-js/compare/v4.1.0...v4.1.1) (2022-03-10)


### Bug Fixes

* t function returning array ([0136741](https://github.com/tolgee/tolgee-js/commit/01367411c0bf62bcbd11e5beaf405a0b3d9c811f))





# [4.1.0](https://github.com/tolgee/tolgee-js/compare/v4.0.0...v4.1.0) (2022-03-10)

**Note:** Version bump only for package @tolgee/react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/react",
"version": "4.1.0",
"version": "4.1.1",
"description": "React implementation for tolgee localization framework",
"main": "index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions testapps/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.1](https://github.com/tolgee/tolgee-js/compare/v4.1.0...v4.1.1) (2022-03-10)

**Note:** Version bump only for package @tolgee/gatsby-testapp





# [4.1.0](https://github.com/tolgee/tolgee-js/compare/v4.0.0...v4.1.0) (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion testapps/gatsby/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions testapps/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/gatsby-testapp",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"description": "Tolgee Gatsby TestApp",
"author": "Jan Cizmar",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@tolgee/core": "^4.1.0",
"@tolgee/react": "^4.1.0",
"@tolgee/react": "^4.1.1",
"@tolgee/ui": "^4.1.0",
"gatsby": "^3.13.0",
"gatsby-plugin-react-intl": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions testapps/next-internal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.1](https://github.com/tolgee/tolgee-js/compare/v4.1.0...v4.1.1) (2022-03-10)

**Note:** Version bump only for package @tolgee/next-internal-testapp





# [4.1.0](https://github.com/tolgee/tolgee-js/compare/v4.0.0...v4.1.0) (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion testapps/next-internal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions testapps/next-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/next-internal-testapp",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,7 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@tolgee/react": "^4.1.0",
"@tolgee/react": "^4.1.1",
"@tolgee/ui": "^4.1.0",
"next": "11.1.2",
"react": "17.0.2",
Expand Down
8 changes: 8 additions & 0 deletions testapps/next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.1](https://github.com/tolgee/tolgee-js/compare/v4.1.0...v4.1.1) (2022-03-10)

**Note:** Version bump only for package @tolgee/next-testapp





# [4.1.0](https://github.com/tolgee/tolgee-js/compare/v4.0.0...v4.1.0) (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion testapps/next/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions testapps/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/next-testapp",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,7 +12,7 @@
"lint": "next lint"
},
"dependencies": {
"@tolgee/react": "^4.1.0",
"@tolgee/react": "^4.1.1",
"@tolgee/ui": "^4.1.0",
"next": "12.0.3",
"react": "17.0.2",
Expand Down
8 changes: 8 additions & 0 deletions testapps/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.1](https://github.com/tolgee/tolgee-js/compare/v4.1.0...v4.1.1) (2022-03-10)

**Note:** Version bump only for package @tolgee/react-testapp





# [4.1.0](https://github.com/tolgee/tolgee-js/compare/v4.0.0...v4.1.0) (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion testapps/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions testapps/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/react-testapp",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"dependencies": {
"@emotion/react": "^11.8.1",
Expand All @@ -9,7 +9,7 @@
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.3.0",
"@tolgee/react": "^4.1.0",
"@tolgee/react": "^4.1.1",
"@tolgee/ui": "^4.1.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
Expand Down

0 comments on commit f25fc37

Please sign in to comment.