Skip to content

Commit

Permalink
chore(release): publish new version 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Sep 25, 2024
1 parent 39f35ad commit 30b4921
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.6](https://github.com/nativescript-community/additween/compare/v4.0.5...v4.0.6) (2024-09-25)

### Bug Fixes

* ensure global.window is set up correctly ([39f35ad](https://github.com/nativescript-community/additween/commit/39f35ad811ba9dbd2bc5450b4fe3cf9e49ac3827))

## [4.0.5](https://github.com/nativescript-community/additween/compare/v4.0.4...v4.0.5) (2024-04-19)

**Note:** Version bump only for package additween
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": "4.0.5",
"version": "4.0.6",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/additween/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.6](https://github.com/nativescript-community/additween/compare/v4.0.5...v4.0.6) (2024-09-25)

**Note:** Version bump only for package @nativescript-community/additween

## [4.0.5](https://github.com/nativescript-community/additween/compare/v4.0.4...v4.0.5) (2024-04-19)

**Note:** Version bump only for package @nativescript-community/additween
Expand Down
2 changes: 1 addition & 1 deletion packages/additween/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/additween",
"version": "4.0.5",
"version": "4.0.6",
"description": "Additive tweening library for smooth animations",
"main": "./index",
"sideEffects": false,
Expand Down

0 comments on commit 30b4921

Please sign in to comment.