Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Mar 10, 2022
1 parent 4460419 commit 3302234
Show file tree
Hide file tree
Showing 59 changed files with 362 additions and 74 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* Use invisible wrapping instead of span component ([3848cda](https://github.com/tolgee/tolgee-js/commit/3848cdaf70fe9c76fd56c88d3c7399b87ff0f88b))


### BREAKING CHANGES

* default invisible mode, defaultValue





# [3.6.0](https://github.com/tolgee/tolgee-js/compare/v3.5.0...v3.6.0) (2022-02-28)


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.6.0",
"version": "4.0.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* Use invisible wrapping instead of span component ([3848cda](https://github.com/tolgee/tolgee-js/commit/3848cdaf70fe9c76fd56c88d3c7399b87ff0f88b))


### BREAKING CHANGES

* default invisible mode, defaultValue





# [3.6.0](https://github.com/tolgee/tolgee-js/compare/v3.5.0...v3.6.0) (2022-02-28)


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": "3.6.0",
"version": "4.0.0",
"description": "Library providing ability to translate messages directly in context of developed application.",
"main": "index.js",
"module": "./dist/tolgee.esm.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* Use invisible wrapping instead of span component ([3848cda](https://github.com/tolgee/tolgee-js/commit/3848cdaf70fe9c76fd56c88d3c7399b87ff0f88b))


### BREAKING CHANGES

* default invisible mode, defaultValue





# [3.6.0](https://github.com/tolgee/tolgee-js/compare/v3.5.0...v3.6.0) (2022-02-28)

**Note:** Version bump only for package @tolgee/i18next
Expand Down
2 changes: 1 addition & 1 deletion packages/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 packages/i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/i18next",
"version": "3.6.0",
"version": "4.0.0",
"description": "Tolgee i18n integration.",
"main": "index.js",
"module": "./dist/tolgee-i18next.esm.js",
Expand Down Expand Up @@ -66,6 +66,6 @@
"i18next": "^21.5.4"
},
"dependencies": {
"@tolgee/core": "^3.6.0"
"@tolgee/core": "^4.0.0"
}
}
16 changes: 16 additions & 0 deletions packages/ngx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* Use invisible wrapping instead of span component ([3848cda](https://github.com/tolgee/tolgee-js/commit/3848cdaf70fe9c76fd56c88d3c7399b87ff0f88b))


### BREAKING CHANGES

* default invisible mode, defaultValue





# [3.6.0](https://github.com/tolgee/tolgee-js/compare/v3.5.0...v3.6.0) (2022-02-28)

**Note:** Version bump only for package @tolgee/ngx-workspace
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": "3.6.0",
"version": "4.0.0",
"keywords": [
"localization",
"internationalization",
Expand All @@ -27,7 +27,7 @@
"@angular/platform-browser": "~13.1.3",
"@angular/platform-browser-dynamic": "~13.2.5",
"@angular/router": "~13.1.3",
"@tolgee/core": "^3.6.0",
"@tolgee/core": "^4.0.0",
"rxjs": "~7.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.11.5"
Expand Down
16 changes: 16 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,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* Use invisible wrapping instead of span component ([3848cda](https://github.com/tolgee/tolgee-js/commit/3848cdaf70fe9c76fd56c88d3c7399b87ff0f88b))


### BREAKING CHANGES

* default invisible mode, defaultValue





# [3.6.0](https://github.com/tolgee/tolgee-js/compare/v3.5.0...v3.6.0) (2022-02-28)

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

4 changes: 2 additions & 2 deletions packages/ngx/projects/ngx-tolgee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"url": "https://github.com/tolgee/tolgee-js"
},
"dependencies": {
"@tolgee/core": "^3.6.0"
"@tolgee/core": "^4.0.0"
},
"version": "3.6.0",
"version": "4.0.0",
"publishConfig": {
"directory": "../../dist/ngx-tolgee",
"access": "public"
Expand Down
16 changes: 16 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* Use invisible wrapping instead of span component ([3848cda](https://github.com/tolgee/tolgee-js/commit/3848cdaf70fe9c76fd56c88d3c7399b87ff0f88b))


### BREAKING CHANGES

* default invisible mode, defaultValue





# [3.6.0](https://github.com/tolgee/tolgee-js/compare/v3.5.0...v3.6.0) (2022-02-28)

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

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": "3.6.0",
"version": "4.0.0",
"description": "React implementation for tolgee localization framework",
"main": "index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,14 +36,14 @@
"react": "^16.14.0 || ^17.0.1"
},
"dependencies": {
"@tolgee/core": "^3.6.0"
"@tolgee/core": "^4.0.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "8.3.1",
"@testing-library/dom": "^8.7.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^12.1.2",
"@tolgee/ui": "^3.6.0",
"@tolgee/ui": "^4.0.0",
"@types/jest": "^27.0.2",
"@types/node": "^17.0.8",
"@types/react": "^17.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/socketio-client/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.0.0](https://github.com/tolgee/tolgee-js/compare/v3.6.0...v4.0.0) (2022-03-10)

**Note:** Version bump only for package @tolgee/socketio-client





# [3.0.0](https://github.com/tolgee/tolgee-js/compare/v2.8.2...v3.0.0) (2021-12-17)

**Note:** Version bump only for package @tolgee/socketio-client
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": "3.0.0",
"version": "4.0.0",
"description": "Client library for Tolgee Socket.io server",
"main": "dist/tolgee-socketio-client.umd.js",
"types": "./lib/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* Use invisible wrapping instead of span component ([3848cda](https://github.com/tolgee/tolgee-js/commit/3848cdaf70fe9c76fd56c88d3c7399b87ff0f88b))


### BREAKING CHANGES

* default invisible mode, defaultValue





# [3.6.0](https://github.com/tolgee/tolgee-js/compare/v3.5.0...v3.6.0) (2022-02-28)

**Note:** Version bump only for package @tolgee/svelte
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/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/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/svelte",
"version": "3.6.0",
"version": "4.0.0",
"scripts": {
"build": "svelte-kit package",
"clean": "rm -rf build build-e2e dist dist-e2e lib .svelte-kit",
Expand All @@ -19,7 +19,7 @@
"@sveltejs/kit": "next",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/svelte": "3.0.3",
"@tolgee/core": "^3.6.0",
"@tolgee/core": "^4.0.0",
"@types/jest": "27.4.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.14.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/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.0.0](https://github.com/tolgee/tolgee-js/compare/v3.6.0...v4.0.0) (2022-03-10)

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





# [3.6.0](https://github.com/tolgee/tolgee-js/compare/v3.5.0...v3.6.0) (2022-02-28)

**Note:** Version bump only for package @tolgee/ui
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": "3.6.0",
"version": "4.0.0",
"description": "Translation mode UI for @tolgee/core package",
"main": "index.js",
"module": "./dist/tolgee-ui.esm.js",
Expand All @@ -25,7 +25,7 @@
"index.js"
],
"dependencies": {
"@tolgee/core": "^3.6.0"
"@tolgee/core": "^4.0.0"
},
"devDependencies": {
"@emotion/react": "^11.4.1",
Expand Down
Loading

0 comments on commit 3302234

Please sign in to comment.