Skip to content

Commit

Permalink
v1.0.0-alpha.50
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Jul 13, 2021
1 parent be8181b commit 0339a37
Show file tree
Hide file tree
Showing 29 changed files with 140 additions and 30 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.0.0-alpha.50 (2021-07-13)


### Bug Fixes

* **sockets:** Publish proper files ([be8181b](https://github.com/tolgee/tolgee-js/commit/be8181b7ffffb829cf7b9d340002c2554850038c))





# 1.0.0-alpha.49 (2021-07-13)


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.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"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.0.0-alpha.50 (2021-07-13)


### Bug Fixes

* **sockets:** Publish proper files ([be8181b](https://github.com/tolgee/tolgee-js/commit/be8181b7ffffb829cf7b9d340002c2554850038c))





# 1.0.0-alpha.49 (2021-07-13)


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.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "Library providing ability to translate messages directly in context of developed application.",
"main": "dist/tolgee.umd.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.0.0-alpha.50 (2021-07-13)


### Bug Fixes

* **sockets:** Publish proper files ([be8181b](https://github.com/tolgee/tolgee-js/commit/be8181b7ffffb829cf7b9d340002c2554850038c))





# 1.0.0-alpha.49 (2021-07-13)


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.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"keywords": [
"localization",
"internationalization",
Expand All @@ -27,7 +27,7 @@
"@angular/platform-browser": "~11.1.1",
"@angular/platform-browser-dynamic": "~11.1.1",
"@angular/router": "~11.1.1",
"@tolgee/core": "^1.0.0-alpha.49",
"@tolgee/core": "^1.0.0-alpha.50",
"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.0.0-alpha.50 (2021-07-13)


### Bug Fixes

* **sockets:** Publish proper files ([be8181b](https://github.com/tolgee/tolgee-js/commit/be8181b7ffffb829cf7b9d340002c2554850038c))





# 1.0.0-alpha.49 (2021-07-13)


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.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"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.0.0-alpha.50 (2021-07-13)


### Bug Fixes

* **sockets:** Publish proper files ([be8181b](https://github.com/tolgee/tolgee-react/commit/be8181b7ffffb829cf7b9d340002c2554850038c))





# 1.0.0-alpha.49 (2021-07-13)


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.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "React implementation for tolgee localization framework",
"main": "dist/tolgee-react.umd.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,14 +33,14 @@
"react": "^16.14.0 || ^17.0.1"
},
"dependencies": {
"@tolgee/core": "^1.0.0-alpha.49"
"@tolgee/core": "^1.0.0-alpha.50"
},
"devDependencies": {
"@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.0.0-alpha.49",
"@tolgee/ui": "^1.0.0-alpha.50",
"@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.0.0-alpha.50 (2021-07-13)


### Bug Fixes

* **sockets:** Publish proper files ([be8181b](https://github.com/tolgee/tolgee-js/commit/be8181b7ffffb829cf7b9d340002c2554850038c))





# 1.0.0-alpha.49 (2021-07-13)


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.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "Client library for Tolgee Socket.io server",
"main": "dist/tolgee.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.0.0-alpha.50 (2021-07-13)


### Bug Fixes

* **sockets:** Publish proper files ([be8181b](https://github.com/tolgee/tolgee-js/commit/be8181b7ffffb829cf7b9d340002c2554850038c))





# 1.0.0-alpha.49 (2021-07-13)


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.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "Translation mode UI for @tolgee/core package",
"main": "dist/tolgee.umd.js",
"types": "lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"dist/**/*"
],
"dependencies": {
"@tolgee/core": "^1.0.0-alpha.49",
"@tolgee/core": "^1.0.0-alpha.50",
"@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.0.0-alpha.50 (2021-07-13)


### Bug Fixes

* **sockets:** Publish proper files ([be8181b](https://github.com/tolgee/tolgee-js/commit/be8181b7ffffb829cf7b9d340002c2554850038c))





# 1.0.0-alpha.49 (2021-07-13)


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.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"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.0.0-alpha.49",
"@tolgee/ui": "^1.0.0-alpha.49",
"@tolgee/core": "^1.0.0-alpha.50",
"@tolgee/ui": "^1.0.0-alpha.50",
"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/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.0.0-alpha.50 (2021-07-13)


### Bug Fixes

* **sockets:** Publish proper files ([be8181b](https://github.com/tolgee/tolgee-js/commit/be8181b7ffffb829cf7b9d340002c2554850038c))





# 1.0.0-alpha.49 (2021-07-13)


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.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -19,9 +19,9 @@
"@angular/platform-browser": "~11.1.1",
"@angular/platform-browser-dynamic": "~11.1.1",
"@angular/router": "~11.1.1",
"@tolgee/core": "^1.0.0-alpha.49",
"@tolgee/ngx": "^1.0.0-alpha.49",
"@tolgee/ui": "^1.0.0-alpha.49",
"@tolgee/core": "^1.0.0-alpha.50",
"@tolgee/ngx": "^1.0.0-alpha.50",
"@tolgee/ui": "^1.0.0-alpha.50",
"@types/react": "^16.9.55",
"rxjs": "~6.6.3",
"serve": "^11.3.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.0.0-alpha.50 (2021-07-13)


### Bug Fixes

* **sockets:** Publish proper files ([be8181b](https://github.com/tolgee/tolgee-js/commit/be8181b7ffffb829cf7b9d340002c2554850038c))





# 1.0.0-alpha.49 (2021-07-13)


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.

Loading

0 comments on commit 0339a37

Please sign in to comment.