Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Feb 21, 2022
1 parent 2f08494 commit f63166c
Show file tree
Hide file tree
Showing 41 changed files with 162 additions and 44 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.

# [3.4.0](https://github.com/tolgee/tolgee-js/compare/v3.3.1...v3.4.0) (2022-02-21)


### Features

* UI popup stop closing on save ([2f08494](https://github.com/tolgee/tolgee-js/commit/2f084941947de8f34d573fe2078acb1d6c6a1ee9))





## [3.3.1](https://github.com/tolgee/tolgee-js/compare/v3.3.0...v3.3.1) (2022-02-15)


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": "3.3.1",
"version": "3.4.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

# [3.4.0](https://github.com/tolgee/tolgee-js/compare/v3.3.1...v3.4.0) (2022-02-21)

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





## [3.3.1](https://github.com/tolgee/tolgee-js/compare/v3.3.0...v3.3.1) (2022-02-15)

**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.

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/react",
"version": "3.3.1",
"version": "3.4.0",
"description": "React implementation for tolgee localization framework",
"main": "index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@testing-library/dom": "^8.7.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^12.1.2",
"@tolgee/ui": "^3.3.1",
"@tolgee/ui": "^3.4.0",
"@types/jest": "^27.0.2",
"@types/node": "^17.0.8",
"@types/react": "^17.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/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.

# [3.4.0](https://github.com/tolgee/tolgee-js/compare/v3.3.1...v3.4.0) (2022-02-21)


### Features

* UI popup stop closing on save ([2f08494](https://github.com/tolgee/tolgee-js/commit/2f084941947de8f34d573fe2078acb1d6c6a1ee9))





## [3.3.1](https://github.com/tolgee/tolgee-js/compare/v3.3.0...v3.3.1) (2022-02-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui/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/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/ui",
"version": "3.3.1",
"version": "3.4.0",
"description": "Translation mode UI for @tolgee/core package",
"main": "index.js",
"module": "./dist/tolgee-ui.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/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.

# [3.4.0](https://github.com/tolgee/tolgee-js/compare/v3.3.1...v3.4.0) (2022-02-21)

**Note:** Version bump only for package @tolgee/vue





## [3.3.1](https://github.com/tolgee/tolgee-js/compare/v3.3.0...v3.3.1) (2022-02-15)

**Note:** Version bump only for package @tolgee/vue
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/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 packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/vue",
"version": "3.3.1",
"version": "3.4.0",
"description": "Vue implementation for tolgee localization framework",
"module": "dist/tolgee-vue.esm.js",
"main": "dist/tolgee-vue.cjs.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@rollup/plugin-typescript": "8.3.0",
"@testing-library/vue": "^6.4.2",
"@tolgee/ui": "^3.3.1",
"@tolgee/ui": "^3.4.0",
"@types/jest": "^27.0.2",
"@vue/vue3-jest": "^27.0.0-alpha.3",
"concurrently": "7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions testapps/core/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.

# [3.4.0](https://github.com/tolgee/tolgee-js/compare/v3.3.1...v3.4.0) (2022-02-21)

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





## [3.3.1](https://github.com/tolgee/tolgee-js/compare/v3.3.0...v3.3.1) (2022-02-15)

**Note:** Version bump only for package @tolgee/core-testapp
Expand Down
2 changes: 1 addition & 1 deletion testapps/core/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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/core-testapp",
"version": "3.3.1",
"version": "3.4.0",
"description": "Test applications for Tolgee JS core.",
"main": "index.js",
"private": true,
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"devDependencies": {
"@tolgee/core": "^3.3.0",
"@tolgee/ui": "^3.3.1",
"@tolgee/ui": "^3.4.0",
"copy-webpack-plugin": "^10.2.4",
"html-webpack-plugin": "^5.5.0",
"serve": "^13.0.2",
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.

# [3.4.0](https://github.com/tolgee/tolgee-js/compare/v3.3.1...v3.4.0) (2022-02-21)

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





## [3.3.1](https://github.com/tolgee/tolgee-js/compare/v3.3.0...v3.3.1) (2022-02-15)

**Note:** Version bump only for package @tolgee/gatsby-testapp
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.

6 changes: 3 additions & 3 deletions testapps/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/gatsby-testapp",
"version": "3.3.1",
"version": "3.4.0",
"private": true,
"description": "Tolgee Gatsby TestApp",
"author": "Jan Cizmar",
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@tolgee/core": "^3.3.0",
"@tolgee/react": "^3.3.1",
"@tolgee/ui": "^3.3.1",
"@tolgee/react": "^3.4.0",
"@tolgee/ui": "^3.4.0",
"gatsby": "^3.13.0",
"gatsby-plugin-react-intl": "^3.0.2",
"react": "^17.0.1",
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.

# [3.4.0](https://github.com/tolgee/tolgee-js/compare/v3.3.1...v3.4.0) (2022-02-21)

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





## [3.3.1](https://github.com/tolgee/tolgee-js/compare/v3.3.0...v3.3.1) (2022-02-15)

**Note:** Version bump only for package @tolgee/next-internal-testapp
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.

6 changes: 3 additions & 3 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": "3.3.1",
"version": "3.4.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,8 +11,8 @@
"lint": "next lint"
},
"dependencies": {
"@tolgee/react": "^3.3.1",
"@tolgee/ui": "^3.3.1",
"@tolgee/react": "^3.4.0",
"@tolgee/ui": "^3.4.0",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "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.

# [3.4.0](https://github.com/tolgee/tolgee-js/compare/v3.3.1...v3.4.0) (2022-02-21)

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





## [3.3.1](https://github.com/tolgee/tolgee-js/compare/v3.3.0...v3.3.1) (2022-02-15)

**Note:** Version bump only for package @tolgee/next-testapp
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.

6 changes: 3 additions & 3 deletions testapps/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/next-testapp",
"version": "3.3.1",
"version": "3.4.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,8 +12,8 @@
"lint": "next lint"
},
"dependencies": {
"@tolgee/react": "^3.3.1",
"@tolgee/ui": "^3.3.1",
"@tolgee/react": "^3.4.0",
"@tolgee/ui": "^3.4.0",
"next": "12.0.3",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
8 changes: 8 additions & 0 deletions testapps/ngx/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.

# [3.4.0](https://github.com/tolgee/tolgee-js/compare/v3.3.1...v3.4.0) (2022-02-21)

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





## [3.3.1](https://github.com/tolgee/tolgee-js/compare/v3.3.0...v3.3.1) (2022-02-15)

**Note:** Version bump only for package @tolgee/ngx-testapp
Expand Down
2 changes: 1 addition & 1 deletion testapps/ngx/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/ngx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/ngx-testapp",
"version": "3.3.1",
"version": "3.4.0",
"scripts": {
"ng": "ng",
"develop": "ng serve --configuration=stage",
Expand All @@ -23,7 +23,7 @@
"@angular/router": "~13.1.3",
"@tolgee/core": "^3.3.0",
"@tolgee/ngx": "^3.3.0",
"@tolgee/ui": "^3.3.1",
"@tolgee/ui": "^3.4.0",
"@types/react": "^17.0.39",
"rxjs": "~7.5.4",
"serve": "^13.0.2",
Expand Down
8 changes: 8 additions & 0 deletions testapps/react-i18next/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.

# [3.4.0](https://github.com/tolgee/tolgee-js/compare/v3.3.1...v3.4.0) (2022-02-21)

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





## [3.3.1](https://github.com/tolgee/tolgee-js/compare/v3.3.0...v3.3.1) (2022-02-15)

**Note:** Version bump only for package @tolgee/react-i18next-testapp
Expand Down
2 changes: 1 addition & 1 deletion testapps/react-i18next/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-i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@tolgee/react-i18next-testapp",
"version": "3.3.1",
"version": "3.4.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@tolgee/core": "^3.3.0",
"@tolgee/i18next": "^3.3.0",
"@tolgee/ui": "^3.3.1",
"@tolgee/ui": "^3.4.0",
"concurrently": "^6.4.0",
"i18next": "^21.5.4",
"i18next-icu": "^2.0.3",
Expand Down
Loading

0 comments on commit f63166c

Please sign in to comment.