Skip to content

Commit

Permalink
chore(release): publish new version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Apr 18, 2024
1 parent 46cb8ba commit 48072fc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 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.3](https://github.com/nativescript-community/additween/compare/v4.0.2...v4.0.3) (2024-04-18)

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

## [4.0.2](https://github.com/nativescript-community/additween/compare/v4.0.1...v4.0.2) (2024-04-18)

**Note:** Version bump only for package additween
Expand Down
10 changes: 6 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.2",
"version": "4.0.3",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand All @@ -8,7 +8,6 @@
"useWorkspaces": true,
"command": {
"publish": {
"access": "public",
"cleanupTempFiles": true,
"removePackageFields": [
"devDependencies",
Expand All @@ -28,5 +27,8 @@
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md"
]
}
],
"publishConfig": {
"access": "public"
}
}
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.3](https://github.com/nativescript-community/additween/compare/v4.0.2...v4.0.3) (2024-04-18)

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

## [4.0.2](https://github.com/nativescript-community/additween/compare/v4.0.1...v4.0.2) (2024-04-18)

**Note:** Version bump only for package @nativescript-community/additween
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "4.0.3",
"description": "Additive tweening library for smooth animations",
"main": "./index",
"sideEffects": false,
Expand Down Expand Up @@ -31,5 +31,5 @@
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
"gitHead": "dcd1d999f1dd70f8ee227e4af28cdd6bc03c3fca"
"gitHead": "46cb8bafbf9e2e45cb2715c136eb11767e1a27a3"
}

0 comments on commit 48072fc

Please sign in to comment.