Skip to content

Commit

Permalink
v5.29.6-prerelease.1efc495b.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Oct 25, 2024
1 parent 1efc495 commit 08a9972
Show file tree
Hide file tree
Showing 47 changed files with 383 additions and 105 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.29.6-prerelease.1efc495b.0](https://github.com/tolgee/tolgee-js/compare/v5.29.5...v5.29.6-prerelease.1efc495b.0) (2024-10-25)


### Bug Fixes

* next-app ([fc7efe8](https://github.com/tolgee/tolgee-js/commit/fc7efe8fc657ae93167f1d633e589d82ab6d55ab))
* next-app ([fbe4a23](https://github.com/tolgee/tolgee-js/commit/fbe4a2329670730cd9c2ad550b0173764fc0fdf0))
* tolgee provider ([aedf479](https://github.com/tolgee/tolgee-js/commit/aedf479da819a21de7120d6832f193dcb08a3ab7))


### Features

* add next app with cookies based localization ([19ca60c](https://github.com/tolgee/tolgee-js/commit/19ca60c8e18bc67d727d2698f1ecc0c1e8b817d5))
* improve naming ([dcc1eee](https://github.com/tolgee/tolgee-js/commit/dcc1eee9dbfc0d08126488b4e48bd90e4e7fec5e))
* improve naming ([528bd29](https://github.com/tolgee/tolgee-js/commit/528bd2923617dc8f9413a80f482289c4fd1aca82))
* improve naming ([69912cc](https://github.com/tolgee/tolgee-js/commit/69912cc6bcfe02d8586a04663d5577d221bdac51))
* improve naming ([c0be794](https://github.com/tolgee/tolgee-js/commit/c0be794a6d70ad7a64447bc81b0a2a6c33773690))
* improve ssr parameter ([1efc495](https://github.com/tolgee/tolgee-js/commit/1efc495b4bde6d013f7b54ea635b3d75d45b1f6b))
* improve ssr parameter ([1c836d7](https://github.com/tolgee/tolgee-js/commit/1c836d74debe72251c4d4148b070fde8e1141a75))
* internalize useTolgeeSSR ([c91bb6d](https://github.com/tolgee/tolgee-js/commit/c91bb6d5017f7bcf4b2f5bb176dc20e5f43a9b29))
* language detectors accessible from outside ([830499f](https://github.com/tolgee/tolgee-js/commit/830499f6f50df6990270261ba622cb62d5dfbe32))
* use language more than locale ([6c8410b](https://github.com/tolgee/tolgee-js/commit/6c8410bd9967d4592e47f77a87133fc79cc04521))





## [5.29.5](https://github.com/tolgee/tolgee-js/compare/v5.29.4...v5.29.5) (2024-10-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.29.5",
"version": "5.29.6-prerelease.1efc495b.0",
"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.

## [5.29.6-prerelease.1efc495b.0](https://github.com/tolgee/tolgee-js/compare/v5.29.5...v5.29.6-prerelease.1efc495b.0) (2024-10-25)


### Features

* use language more than locale ([6c8410b](https://github.com/tolgee/tolgee-js/commit/6c8410bd9967d4592e47f77a87133fc79cc04521))





## [5.29.5](https://github.com/tolgee/tolgee-js/compare/v5.29.4...v5.29.5) (2024-10-15)

**Note:** Version bump only for package @tolgee/core
Expand Down
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": "5.29.5",
"version": "5.29.6-prerelease.1efc495b.0",
"description": "Library providing ability to translate messages directly in context of developed application.",
"main": "./dist/tolgee.cjs.js",
"module": "./dist/tolgee.esm.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/format-icu/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.

## [5.29.6-prerelease.1efc495b.0](https://github.com/tolgee/tolgee-js/compare/v5.29.5...v5.29.6-prerelease.1efc495b.0) (2024-10-25)


### Features

* improve naming ([c0be794](https://github.com/tolgee/tolgee-js/commit/c0be794a6d70ad7a64447bc81b0a2a6c33773690))





## [5.29.5](https://github.com/tolgee/tolgee-js/compare/v5.29.4...v5.29.5) (2024-10-15)

**Note:** Version bump only for package @tolgee/format-icu
Expand Down
4 changes: 2 additions & 2 deletions packages/format-icu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/format-icu",
"version": "5.29.5",
"version": "5.29.6-prerelease.1efc495b.0",
"description": "Tolgee format-icu plugin.",
"main": "./dist/tolgee-format-icu.cjs.js",
"module": "./dist/tolgee-format-icu.esm.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.4",
"@testing-library/jest-dom": "^5.16.5",
"@tolgee/core": "5.29.5",
"@tolgee/core": "5.29.6-prerelease.1efc495b.0",
"@types/jest": "^27.0.2",
"@types/node": "^17.0.8",
"@types/testing-library__jest-dom": "^5.14.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [5.29.6-prerelease.1efc495b.0](https://github.com/tolgee/tolgee-js/compare/v5.29.5...v5.29.6-prerelease.1efc495b.0) (2024-10-25)

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





## [5.29.5](https://github.com/tolgee/tolgee-js/compare/v5.29.4...v5.29.5) (2024-10-15)

**Note:** Version bump only for package @tolgee/i18next
Expand Down
6 changes: 3 additions & 3 deletions packages/i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/i18next",
"version": "5.29.5",
"version": "5.29.6-prerelease.1efc495b.0",
"description": "Tolgee i18n integration.",
"main": "./dist/tolgee-i18next.cjs.js",
"module": "./dist/tolgee-i18next.esm.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@rollup/plugin-typescript": "8.3.4",
"@testing-library/dom": "^8.7.1",
"@testing-library/jest-dom": "^5.11.4",
"@tolgee/testing": "5.29.5",
"@tolgee/testing": "5.29.6-prerelease.1efc495b.0",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.1",
"concurrently": "7.3.0",
Expand Down Expand Up @@ -77,7 +77,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tolgee/web": "5.29.5"
"@tolgee/web": "5.29.6-prerelease.1efc495b.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [5.29.6-prerelease.1efc495b.0](https://github.com/tolgee/tolgee-js/compare/v5.29.5...v5.29.6-prerelease.1efc495b.0) (2024-10-25)

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





## [5.29.5](https://github.com/tolgee/tolgee-js/compare/v5.29.4...v5.29.5) (2024-10-15)

**Note:** Version bump only for package @tolgee/ngx-workspace
Expand Down
8 changes: 4 additions & 4 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": "5.29.5",
"version": "5.29.6-prerelease.1efc495b.0",
"keywords": [
"localization",
"internationalization",
Expand All @@ -27,7 +27,7 @@
"@angular/platform-browser": "17.3.7",
"@angular/platform-browser-dynamic": "17.3.7",
"@angular/router": "17.3.7",
"@tolgee/web": "5.29.5",
"@tolgee/web": "5.29.6-prerelease.1efc495b.0",
"rxjs": "~7.5.7",
"tslib": "^2.6.2",
"zone.js": "0.14.5"
Expand All @@ -39,8 +39,8 @@
"@angular/language-service": "17.3.7",
"@testing-library/angular": "^16.0.0",
"@testing-library/jest-dom": "^6.4.5",
"@tolgee/format-icu": "5.29.5",
"@tolgee/testing": "5.29.5",
"@tolgee/format-icu": "5.29.6-prerelease.1efc495b.0",
"@tolgee/testing": "5.29.6-prerelease.1efc495b.0",
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "^29.5.12",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.29.6-prerelease.1efc495b.0](https://github.com/tolgee/tolgee-js/compare/v5.29.5...v5.29.6-prerelease.1efc495b.0) (2024-10-25)

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





## [5.29.5](https://github.com/tolgee/tolgee-js/compare/v5.29.4...v5.29.5) (2024-10-15)

**Note:** Version bump only for package @tolgee/ngx
Expand Down
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 @@ -9,9 +9,9 @@
"build": "ng build --configuration production"
},
"dependencies": {
"@tolgee/web": "5.29.5"
"@tolgee/web": "5.29.6-prerelease.1efc495b.0"
},
"version": "5.29.5",
"version": "5.29.6-prerelease.1efc495b.0",
"publishConfig": {
"directory": "../../dist/ngx-tolgee",
"access": "public"
Expand Down
17 changes: 17 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.29.6-prerelease.1efc495b.0](https://github.com/tolgee/tolgee-js/compare/v5.29.5...v5.29.6-prerelease.1efc495b.0) (2024-10-25)


### Bug Fixes

* tolgee provider ([aedf479](https://github.com/tolgee/tolgee-js/commit/aedf479da819a21de7120d6832f193dcb08a3ab7))


### Features

* improve ssr parameter ([1c836d7](https://github.com/tolgee/tolgee-js/commit/1c836d74debe72251c4d4148b070fde8e1141a75))
* internalize useTolgeeSSR ([c91bb6d](https://github.com/tolgee/tolgee-js/commit/c91bb6d5017f7bcf4b2f5bb176dc20e5f43a9b29))





## [5.29.5](https://github.com/tolgee/tolgee-js/compare/v5.29.4...v5.29.5) (2024-10-15)

**Note:** Version bump only for package @tolgee/react
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/react",
"version": "5.29.5",
"version": "5.29.6-prerelease.1efc495b.0",
"description": "React implementation for Tolgee localization framework",
"main": "./dist/tolgee-react.cjs.js",
"module": "./dist/tolgee-react.esm.js",
Expand Down Expand Up @@ -38,16 +38,16 @@
"react": "^16.14.0 || ^17.0.1 || ^18.1.0"
},
"dependencies": {
"@tolgee/web": "5.29.5"
"@tolgee/web": "5.29.6-prerelease.1efc495b.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "8.3.4",
"@testing-library/dom": "^8.7.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^14.0.0",
"@tolgee/format-icu": "5.29.5",
"@tolgee/testing": "5.29.5",
"@tolgee/format-icu": "5.29.6-prerelease.1efc495b.0",
"@tolgee/testing": "5.29.6-prerelease.1efc495b.0",
"@types/jest": "^27.0.2",
"@types/node": "^17.0.8",
"@types/react": "^18.2.42",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/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.

## [5.29.6-prerelease.1efc495b.0](https://github.com/tolgee/tolgee-js/compare/v5.29.5...v5.29.6-prerelease.1efc495b.0) (2024-10-25)

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





## [5.29.5](https://github.com/tolgee/tolgee-js/compare/v5.29.4...v5.29.5) (2024-10-15)

**Note:** Version bump only for package @tolgee/svelte
Expand Down
8 changes: 4 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/svelte",
"version": "5.29.5",
"version": "5.29.6-prerelease.1efc495b.0",
"description": "Svelte implementation for Tolgee localization framework",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"svelte": "^4.0.0"
},
"dependencies": {
"@tolgee/web": "5.29.5"
"@tolgee/web": "5.29.6-prerelease.1efc495b.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
Expand All @@ -61,8 +61,8 @@
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/svelte": "^5.2.3",
"@tolgee/format-icu": "5.29.5",
"@tolgee/testing": "5.29.5",
"@tolgee/format-icu": "5.29.6-prerelease.1efc495b.0",
"@tolgee/testing": "5.29.6-prerelease.1efc495b.0",
"@types/eslint": "^9.6.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/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.

## [5.29.6-prerelease.1efc495b.0](https://github.com/tolgee/tolgee-js/compare/v5.29.5...v5.29.6-prerelease.1efc495b.0) (2024-10-25)

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





## [5.29.5](https://github.com/tolgee/tolgee-js/compare/v5.29.4...v5.29.5) (2024-10-15)

**Note:** Version bump only for package @tolgee/testing
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/testing",
"version": "5.29.5",
"version": "5.29.6-prerelease.1efc495b.0",
"description": "Shared testing tools",
"main": "index.ts",
"private": true,
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.

## [5.29.6-prerelease.1efc495b.0](https://github.com/tolgee/tolgee-js/compare/v5.29.5...v5.29.6-prerelease.1efc495b.0) (2024-10-25)

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





## [5.29.5](https://github.com/tolgee/tolgee-js/compare/v5.29.4...v5.29.5) (2024-10-15)

**Note:** Version bump only for package @tolgee/vue
Expand Down
8 changes: 4 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/vue",
"version": "5.29.5",
"version": "5.29.6-prerelease.1efc495b.0",
"description": "Vue implementation for Tolgee localization framework",
"module": "dist/tolgee-vue.esm.js",
"main": "dist/tolgee-vue.cjs.js",
Expand Down Expand Up @@ -38,15 +38,15 @@
"vue": "^3.0.0"
},
"dependencies": {
"@tolgee/web": "5.29.5"
"@tolgee/web": "5.29.6-prerelease.1efc495b.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "11.0.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/vue": "^6.6.1",
"@tolgee/format-icu": "5.29.5",
"@tolgee/testing": "5.29.5",
"@tolgee/format-icu": "5.29.6-prerelease.1efc495b.0",
"@tolgee/testing": "5.29.6-prerelease.1efc495b.0",
"@types/jest": "^27.0.2",
"@types/testing-library__jest-dom": "^5.14.5",
"@vue/vue3-jest": "^27.0.0-alpha.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.29.6-prerelease.1efc495b.0](https://github.com/tolgee/tolgee-js/compare/v5.29.5...v5.29.6-prerelease.1efc495b.0) (2024-10-25)


### Features

* internalize useTolgeeSSR ([c91bb6d](https://github.com/tolgee/tolgee-js/commit/c91bb6d5017f7bcf4b2f5bb176dc20e5f43a9b29))
* language detectors accessible from outside ([830499f](https://github.com/tolgee/tolgee-js/commit/830499f6f50df6990270261ba622cb62d5dfbe32))
* use language more than locale ([6c8410b](https://github.com/tolgee/tolgee-js/commit/6c8410bd9967d4592e47f77a87133fc79cc04521))





## [5.29.5](https://github.com/tolgee/tolgee-js/compare/v5.29.4...v5.29.5) (2024-10-15)


Expand Down
Loading

0 comments on commit 08a9972

Please sign in to comment.