Skip to content

Commit

Permalink
v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Jan 25, 2023
1 parent 19df629 commit e767bf9
Show file tree
Hide file tree
Showing 7 changed files with 108 additions and 61 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.0.2](https://github.com/tolgee/tolgee-js/compare/v5.0.1...v5.0.2) (2023-01-25)


### Bug Fixes

* make svelte work vite 4 ([#3145](https://github.com/tolgee/tolgee-js/issues/3145)) ([19df629](https://github.com/tolgee/tolgee-js/commit/19df629719b423ee87b873670627f3bf45bc9c23))





## [5.0.1](https://github.com/tolgee/tolgee-js/compare/v5.0.0...v5.0.1) (2023-01-17)

**Note:** Version bump only for package root
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.0.1",
"version": "5.0.2",
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/svelte/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.0.2](https://github.com/tolgee/tolgee-js/compare/v5.0.1...v5.0.2) (2023-01-25)


### Bug Fixes

* make svelte work vite 4 ([#3145](https://github.com/tolgee/tolgee-js/issues/3145)) ([19df629](https://github.com/tolgee/tolgee-js/commit/19df629719b423ee87b873670627f3bf45bc9c23))





## [5.0.1](https://github.com/tolgee/tolgee-js/compare/v5.0.0...v5.0.1) (2023-01-17)

**Note:** Version bump only for package @tolgee/svelte
Expand Down
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": "5.0.1",
"version": "5.0.2",
"scripts": {
"dev": "npm run develop",
"develop": "sleep 5 && nodemon --exec svelte-package",
Expand Down
Loading

0 comments on commit e767bf9

Please sign in to comment.