Skip to content

Commit

Permalink
chore(release): publish new version 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Sep 25, 2024
1 parent 5414e41 commit 49f1cb6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions 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.7](https://github.com/nativescript-community/additween/compare/v4.0.6...v4.0.7) (2024-09-25)

**Note:** Version bump only for package additween

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

### Bug Fixes
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.6",
"version": "4.0.7",
"$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.7](https://github.com/nativescript-community/additween/compare/v4.0.6...v4.0.7) (2024-09-25)

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

## [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
Expand Down
12 changes: 3 additions & 9 deletions packages/additween/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
{
"name": "@nativescript-community/additween",
"version": "4.0.6",
"version": "4.0.7",
"description": "Additive tweening library for smooth animations",
"main": "./index",
"sideEffects": false,
"typings": "./index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run tsc",
"build.all": "npm run build",
"readme": "readme generate -c ../../tools/readme/blueprint.json",
"tsc": "cpy '**/*.d.ts' '../../packages/additween' --parents --cwd=../../src/additween && tsc -skipLibCheck -d",
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
},
"nativescript": {
"platforms": {
"android": "6.0.0",
Expand All @@ -40,5 +33,6 @@
"url": "https://github.com/nativescript-community/additween"
},
"license": "Apache-2.0",
"readmeFilename": "README.md"
"readmeFilename": "README.md",
"gitHead": "30b4921e5658587468005698b1fe682b484da5cf"
}

0 comments on commit 49f1cb6

Please sign in to comment.