Skip to content

Commit

Permalink
v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Jun 3, 2022
1 parent b260553 commit 4b77d56
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 6 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.7.1](https://github.com/tolgee/tolgee-js/compare/v4.7.0...v4.7.1) (2022-06-03)


### Bug Fixes

* loop of svelte getTranslate store ([e7d73af](https://github.com/tolgee/tolgee-js/commit/e7d73af97ce555f82f4a1abd00cc25491adb8043))


### Reverts

* Revert "fix loop of svelte getTranslate store" ([b591abe](https://github.com/tolgee/tolgee-js/commit/b591abec0e0772787668b5bac2452e3c711df359))





# [4.7.0](https://github.com/tolgee/tolgee-js/compare/v4.6.1...v4.7.0) (2022-05-30)


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": "4.7.0",
"version": "4.7.1",
"command": {
"publish": {
"conventionalCommits": true
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.7.1](https://github.com/tolgee/tolgee-js/compare/v4.7.0...v4.7.1) (2022-06-03)


### Bug Fixes

* loop of svelte getTranslate store ([e7d73af](https://github.com/tolgee/tolgee-js/commit/e7d73af97ce555f82f4a1abd00cc25491adb8043))


### Reverts

* Revert "fix loop of svelte getTranslate store" ([b591abe](https://github.com/tolgee/tolgee-js/commit/b591abec0e0772787668b5bac2452e3c711df359))





# [4.7.0](https://github.com/tolgee/tolgee-js/compare/v4.6.1...v4.7.0) (2022-05-30)

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

2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/svelte",
"version": "4.7.0",
"version": "4.7.1",
"scripts": {
"build": "svelte-kit package",
"clean": "rm -rf build build-e2e dist dist-e2e lib .svelte-kit",
Expand Down
8 changes: 8 additions & 0 deletions testapps/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.

## [4.7.1](https://github.com/tolgee/tolgee-js/compare/v4.7.0...v4.7.1) (2022-06-03)

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





# [4.7.0](https://github.com/tolgee/tolgee-js/compare/v4.6.1...v4.7.0) (2022-05-30)

**Note:** Version bump only for package @tolgee/svelte-testapp
Expand Down
2 changes: 1 addition & 1 deletion testapps/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 testapps/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/svelte-testapp",
"version": "4.7.0",
"version": "4.7.1",
"private": true,
"scripts": {
"dev": "svelte-kit dev",
Expand All @@ -20,7 +20,7 @@
"@sveltejs/adapter-static": "1.0.0-next.23",
"@sveltejs/kit": "1.0.0-next.206",
"@tolgee/core": "^4.7.0",
"@tolgee/svelte": "^4.7.0",
"@tolgee/svelte": "^4.7.1",
"@tolgee/ui": "^4.7.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.27.0",
Expand Down

0 comments on commit 4b77d56

Please sign in to comment.