Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Sep 7, 2021
1 parent 17e1cb4 commit 5811f90
Show file tree
Hide file tree
Showing 32 changed files with 153 additions and 32 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.1.1 (2021-09-07)


### Bug Fixes

* Fix socket.io bundle TG-271 ([#423](https://github.com/tolgee/tolgee-js/issues/423)) ([17e1cb4](https://github.com/tolgee/tolgee-js/commit/17e1cb42f66428ea2588330e19294357c1932d12))





# 1.1.0 (2021-09-07)


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.1.0",
"version": "1.1.1",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.1.1 (2021-09-07)


### Bug Fixes

* Fix socket.io bundle TG-271 ([#423](https://github.com/tolgee/tolgee-js/issues/423)) ([17e1cb4](https://github.com/tolgee/tolgee-js/commit/17e1cb42f66428ea2588330e19294357c1932d12))





# 1.1.0 (2021-09-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/core",
"version": "1.1.0",
"version": "1.1.1",
"description": "Library providing ability to translate messages directly in context of developed application.",
"main": "index.js",
"types": "./lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/ngx/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.1.1 (2021-09-07)


### Bug Fixes

* Fix socket.io bundle TG-271 ([#423](https://github.com/tolgee/tolgee-js/issues/423)) ([17e1cb4](https://github.com/tolgee/tolgee-js/commit/17e1cb42f66428ea2588330e19294357c1932d12))





# 1.1.0 (2021-09-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/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 packages/ngx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tolgee/ngx-workspace",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"keywords": [
"localization",
"internationalization",
Expand All @@ -27,7 +27,7 @@
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"@tolgee/core": "^1.1.0",
"@tolgee/core": "^1.1.1",
"rxjs": "~6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/ngx/projects/ngx-tolgee/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.1.1 (2021-09-07)


### Bug Fixes

* Fix socket.io bundle TG-271 ([#423](https://github.com/tolgee/tolgee-js/issues/423)) ([17e1cb4](https://github.com/tolgee/tolgee-js/commit/17e1cb42f66428ea2588330e19294357c1932d12))





# 1.1.0 (2021-09-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/ngx/projects/ngx-tolgee/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/ngx/projects/ngx-tolgee/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tolgee/ngx",
"description": "Angular implementation of tolgee translation framework",
"version": "1.1.0",
"version": "1.1.1",
"publishConfig": {
"directory": "../../dist/ngx-tolgee",
"access": "public"
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.1.1 (2021-09-07)


### Bug Fixes

* Fix socket.io bundle TG-271 ([#423](https://github.com/tolgee/tolgee-react/issues/423)) ([17e1cb4](https://github.com/tolgee/tolgee-react/commit/17e1cb42f66428ea2588330e19294357c1932d12))





# 1.1.0 (2021-09-07)


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.

6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/react",
"version": "1.1.0",
"version": "1.1.1",
"description": "React implementation for tolgee localization framework",
"main": "index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,15 +34,15 @@
"react": "^16.14.0 || ^17.0.1"
},
"dependencies": {
"@tolgee/core": "^1.1.0"
"@tolgee/core": "^1.1.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "8.2.5",
"@testing-library/dom": "^7.24.5",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.1",
"@tolgee/core": "^1.0.0-alpha.36",
"@tolgee/ui": "^1.1.0",
"@tolgee/ui": "^1.1.1",
"@types/jest": "^26.0.14",
"@types/node": "^13.9.2",
"@types/react": "^17.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/socketio-client/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.1.1 (2021-09-07)


### Bug Fixes

* Fix socket.io bundle TG-271 ([#423](https://github.com/tolgee/tolgee-js/issues/423)) ([17e1cb4](https://github.com/tolgee/tolgee-js/commit/17e1cb42f66428ea2588330e19294357c1932d12))





# 1.1.0 (2021-09-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/socketio-client/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/socketio-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/socketio-client",
"version": "1.1.0",
"version": "1.1.1",
"description": "Client library for Tolgee Socket.io server",
"main": "dist/tolgee-socketio-client.umd.js",
"types": "./lib/index.d.ts",
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.

## 1.1.1 (2021-09-07)


### Bug Fixes

* Fix socket.io bundle TG-271 ([#423](https://github.com/tolgee/tolgee-js/issues/423)) ([17e1cb4](https://github.com/tolgee/tolgee-js/commit/17e1cb42f66428ea2588330e19294357c1932d12))





# 1.1.0 (2021-09-07)


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.

4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/ui",
"version": "1.1.0",
"version": "1.1.1",
"description": "Translation mode UI for @tolgee/core package",
"main": "index.js",
"types": "lib/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"index.js"
],
"dependencies": {
"@tolgee/core": "^1.1.0",
"@tolgee/core": "^1.1.1",
"@types/react": "^17.0.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions testapps/core/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.1.1 (2021-09-07)


### Bug Fixes

* Fix socket.io bundle TG-271 ([#423](https://github.com/tolgee/tolgee-js/issues/423)) ([17e1cb4](https://github.com/tolgee/tolgee-js/commit/17e1cb42f66428ea2588330e19294357c1932d12))





# 1.1.0 (2021-09-07)


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.

6 changes: 3 additions & 3 deletions testapps/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/testapps-core",
"version": "1.1.0",
"version": "1.1.1",
"description": "Test applications for Tolgee JS core.",
"main": "index.js",
"private": true,
Expand All @@ -12,8 +12,8 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@tolgee/core": "^1.1.0",
"@tolgee/ui": "^1.1.0",
"@tolgee/core": "^1.1.1",
"@tolgee/ui": "^1.1.1",
"copy-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^4.5.1",
"serve": "^11.3.2",
Expand Down
11 changes: 11 additions & 0 deletions testapps/gatsby/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.1.1 (2021-09-07)


### Bug Fixes

* Fix socket.io bundle TG-271 ([#423](https://github.com/tolgee/tolgee-js/issues/423)) ([17e1cb4](https://github.com/tolgee/tolgee-js/commit/17e1cb42f66428ea2588330e19294357c1932d12))





# 1.1.0 (2021-09-07)


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.

2 changes: 1 addition & 1 deletion 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.1.0",
"version": "1.1.1",
"private": true,
"description": "Tolgee Gatsby TestApp",
"author": "Jan Cizmar",
Expand Down
11 changes: 11 additions & 0 deletions testapps/ngx/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.1.1 (2021-09-07)


### Bug Fixes

* Fix socket.io bundle TG-271 ([#423](https://github.com/tolgee/tolgee-js/issues/423)) ([17e1cb4](https://github.com/tolgee/tolgee-js/commit/17e1cb42f66428ea2588330e19294357c1932d12))





# 1.1.0 (2021-09-07)


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.

8 changes: 4 additions & 4 deletions testapps/ngx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -19,9 +19,9 @@
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"@tolgee/core": "^1.1.0",
"@tolgee/ngx": "^1.1.0",
"@tolgee/ui": "^1.1.0",
"@tolgee/core": "^1.1.1",
"@tolgee/ngx": "^1.1.1",
"@tolgee/ui": "^1.1.1",
"@types/react": "^16.9.55",
"rxjs": "~6.6.3",
"serve": "^11.3.2",
Expand Down
Loading

0 comments on commit 5811f90

Please sign in to comment.