Skip to content

Commit

Permalink
v5.29.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Oct 7, 2024
1 parent 62ce0eb commit df09474
Show file tree
Hide file tree
Showing 45 changed files with 280 additions and 98 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.

## [5.29.2](https://github.com/tolgee/tolgee-js/compare/v5.29.1...v5.29.2) (2024-10-07)


### Bug Fixes

* new window correct background when browser in dark mode ([#3382](https://github.com/tolgee/tolgee-js/issues/3382)) ([62ce0eb](https://github.com/tolgee/tolgee-js/commit/62ce0eb8766117b29f881f6ef87922a9bd6eeaba))





## [5.29.1](https://github.com/tolgee/tolgee-js/compare/v5.29.0...v5.29.1) (2024-09-23)


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

## [5.29.2](https://github.com/tolgee/tolgee-js/compare/v5.29.1...v5.29.2) (2024-10-07)

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





## [5.29.1](https://github.com/tolgee/tolgee-js/compare/v5.29.0...v5.29.1) (2024-09-23)

**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.1",
"version": "5.29.2",
"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
8 changes: 8 additions & 0 deletions packages/format-icu/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.2](https://github.com/tolgee/tolgee-js/compare/v5.29.1...v5.29.2) (2024-10-07)

**Note:** Version bump only for package @tolgee/format-icu





## [5.29.1](https://github.com/tolgee/tolgee-js/compare/v5.29.0...v5.29.1) (2024-09-23)

**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.1",
"version": "5.29.2",
"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.1",
"@tolgee/core": "5.29.2",
"@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.2](https://github.com/tolgee/tolgee-js/compare/v5.29.1...v5.29.2) (2024-10-07)

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





## [5.29.1](https://github.com/tolgee/tolgee-js/compare/v5.29.0...v5.29.1) (2024-09-23)

**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.1",
"version": "5.29.2",
"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.1",
"@tolgee/testing": "5.29.2",
"@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.1"
"@tolgee/web": "5.29.2"
},
"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.2](https://github.com/tolgee/tolgee-js/compare/v5.29.1...v5.29.2) (2024-10-07)

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





## [5.29.1](https://github.com/tolgee/tolgee-js/compare/v5.29.0...v5.29.1) (2024-09-23)

**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.1",
"version": "5.29.2",
"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.1",
"@tolgee/web": "5.29.2",
"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.1",
"@tolgee/testing": "5.29.1",
"@tolgee/format-icu": "5.29.2",
"@tolgee/testing": "5.29.2",
"@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.2](https://github.com/tolgee/tolgee-js/compare/v5.29.1...v5.29.2) (2024-10-07)

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





## [5.29.1](https://github.com/tolgee/tolgee-js/compare/v5.29.0...v5.29.1) (2024-09-23)

**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.1"
"@tolgee/web": "5.29.2"
},
"version": "5.29.1",
"version": "5.29.2",
"publishConfig": {
"directory": "../../dist/ngx-tolgee",
"access": "public"
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.

## [5.29.2](https://github.com/tolgee/tolgee-js/compare/v5.29.1...v5.29.2) (2024-10-07)

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





## [5.29.1](https://github.com/tolgee/tolgee-js/compare/v5.29.0...v5.29.1) (2024-09-23)

**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.1",
"version": "5.29.2",
"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.1"
"@tolgee/web": "5.29.2"
},
"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.1",
"@tolgee/testing": "5.29.1",
"@tolgee/format-icu": "5.29.2",
"@tolgee/testing": "5.29.2",
"@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.2](https://github.com/tolgee/tolgee-js/compare/v5.29.1...v5.29.2) (2024-10-07)

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





## [5.29.1](https://github.com/tolgee/tolgee-js/compare/v5.29.0...v5.29.1) (2024-09-23)

**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.1",
"version": "5.29.2",
"description": "Svelte implementation for Tolgee localization framework",
"repository": "https://github.com/tolgee/tolgee-js",
"homepage": "https://tolgee.io",
Expand Down Expand Up @@ -31,16 +31,16 @@
"svelte": "^3.29.0 || ^4.0.0"
},
"dependencies": {
"@tolgee/web": "5.29.1"
"@tolgee/web": "5.29.2"
},
"devDependencies": {
"@sveltejs/adapter-auto": "1.0.2",
"@sveltejs/kit": "1.2.6",
"@sveltejs/package": "1.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@tolgee/format-icu": "5.29.1",
"@tolgee/testing": "5.29.1",
"@tolgee/format-icu": "5.29.2",
"@tolgee/testing": "5.29.2",
"@tsconfig/svelte": "^3.0.0",
"@types/jest": "^28.1.7",
"@typescript-eslint/eslint-plugin": "^5.34.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.2](https://github.com/tolgee/tolgee-js/compare/v5.29.1...v5.29.2) (2024-10-07)

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





## [5.29.1](https://github.com/tolgee/tolgee-js/compare/v5.29.0...v5.29.1) (2024-09-23)

**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.1",
"version": "5.29.2",
"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.2](https://github.com/tolgee/tolgee-js/compare/v5.29.1...v5.29.2) (2024-10-07)

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





## [5.29.1](https://github.com/tolgee/tolgee-js/compare/v5.29.0...v5.29.1) (2024-09-23)


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.1",
"version": "5.29.2",
"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.1"
"@tolgee/web": "5.29.2"
},
"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.1",
"@tolgee/testing": "5.29.1",
"@tolgee/format-icu": "5.29.2",
"@tolgee/testing": "5.29.2",
"@types/jest": "^27.0.2",
"@types/testing-library__jest-dom": "^5.14.5",
"@vue/vue3-jest": "^27.0.0-alpha.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/web/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.2](https://github.com/tolgee/tolgee-js/compare/v5.29.1...v5.29.2) (2024-10-07)


### Bug Fixes

* new window correct background when browser in dark mode ([#3382](https://github.com/tolgee/tolgee-js/issues/3382)) ([62ce0eb](https://github.com/tolgee/tolgee-js/commit/62ce0eb8766117b29f881f6ef87922a9bd6eeaba))





## [5.29.1](https://github.com/tolgee/tolgee-js/compare/v5.29.0...v5.29.1) (2024-09-23)

**Note:** Version bump only for package @tolgee/web
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/web",
"version": "5.29.1",
"version": "5.29.2",
"description": "Tolgee for web",
"declaration": true,
"type": "module",
Expand Down Expand Up @@ -45,7 +45,7 @@
"index.cjs"
],
"dependencies": {
"@tolgee/core": "5.29.1"
"@tolgee/core": "5.29.2"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
Expand Down
Loading

0 comments on commit df09474

Please sign in to comment.