Skip to content

Commit

Permalink
v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Oct 13, 2021
1 parent c06f606 commit 2df5324
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 12 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.

## [1.7.5](https://github.com/tolgee/tolgee-js/compare/v1.7.4...v1.7.5) (2021-10-13)


### Bug Fixes

* **react sdk:** sets state while rendering TG-344 ([c06f606](https://github.com/tolgee/tolgee-js/commit/c06f606e4ac77b4d97f0ee6b1f14d459b51afb9b))





## 1.7.4 (2021-10-06)

**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
Expand Up @@ -4,7 +4,7 @@
"testapps/*",
"packages/ngx/projects/ngx-tolgee"
],
"version": "1.7.4",
"version": "1.7.5",
"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.

## [1.7.5](https://github.com/tolgee/tolgee-react/compare/v1.7.4...v1.7.5) (2021-10-13)


### Bug Fixes

* **react sdk:** sets state while rendering TG-344 ([c06f606](https://github.com/tolgee/tolgee-react/commit/c06f606e4ac77b4d97f0ee6b1f14d459b51afb9b))





## 1.7.4 (2021-10-06)

**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": "1.7.4",
"version": "1.7.5",
"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.

## [1.7.5](https://github.com/tolgee/tolgee-js/compare/v1.7.4...v1.7.5) (2021-10-13)

**Note:** Version bump only for package tolgee-gatsby-test-app





## 1.7.4 (2021-10-06)

**Note:** Version bump only for package tolgee-gatsby-test-app
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-test-app",
"version": "1.7.4",
"version": "1.7.5",
"private": true,
"description": "Tolgee Gatsby TestApp",
"author": "Jan Cizmar",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@tolgee/core": "^1.7.4",
"@tolgee/react": "^1.7.4",
"@tolgee/react": "^1.7.5",
"gatsby": "^3.13.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
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.

## [1.7.5](https://github.com/tolgee/tolgee-js/compare/v1.7.4...v1.7.5) (2021-10-13)

**Note:** Version bump only for package tolgee-next-example





## 1.7.4 (2021-10-06)

**Note:** Version bump only for package tolgee-next-example
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-example",
"version": "1.7.4",
"version": "1.7.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@tolgee/react": "^1.7.4",
"@tolgee/react": "^1.7.5",
"@tolgee/ui": "^1.7.4",
"next": "11.1.2",
"react": "17.0.2",
Expand Down
11 changes: 11 additions & 0 deletions testapps/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.

## [1.7.5](https://github.com/tolgee/tolgee-js/compare/v1.7.4...v1.7.5) (2021-10-13)


### Bug Fixes

* **react sdk:** sets state while rendering TG-344 ([c06f606](https://github.com/tolgee/tolgee-js/commit/c06f606e4ac77b4d97f0ee6b1f14d459b51afb9b))





## 1.7.4 (2021-10-06)

**Note:** Version bump only for package @tolgee/testapps-react
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,13 +1,13 @@
{
"name": "@tolgee/testapps-react",
"version": "1.7.4",
"version": "1.7.5",
"private": true,
"dependencies": {
"@material-ui/core": "4.12.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^12.1.1",
"@testing-library/user-event": "^13.3.0",
"@tolgee/react": "^1.7.4",
"@tolgee/react": "^1.7.5",
"@tolgee/ui": "^1.7.4",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
Expand Down

0 comments on commit 2df5324

Please sign in to comment.