Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 6, 2025
1 parent ceac3a8 commit f4706a6
Show file tree
Hide file tree
Showing 4 changed files with 14 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.

## [0.0.3](https://github.com/nativescript-community/inapp-purchase/compare/v0.0.2...v0.0.3) (2025-01-06)

### Bug Fixes

* **android:** missing android dep ([ceac3a8](https://github.com/nativescript-community/inapp-purchase/commit/ceac3a8299b12e25ddedeb65761c660a5258b1eb))

## 0.0.2 (2025-01-06)

**Note:** Version bump only for package nativescript-inapp-purchase
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "0.0.3",
"packages": [
"packages/*"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/inapp-purchase/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.

## [0.0.3](https://github.com/nativescript-community/inapp-purchase/compare/v0.0.2...v0.0.3) (2025-01-06)

### Bug Fixes

* **android:** missing android dep ([ceac3a8](https://github.com/nativescript-community/inapp-purchase/commit/ceac3a8299b12e25ddedeb65761c660a5258b1eb))

## 0.0.2 (2025-01-06)

**Note:** Version bump only for package @akylas/nativescript-inapp-purchase
2 changes: 1 addition & 1 deletion packages/inapp-purchase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akylas/nativescript-inapp-purchase",
"version": "0.0.2",
"version": "0.0.3",
"description": "Universal links (IOS) and App Links (Android) support for NativeScript.",
"main": "./index",
"typings": "./index-common.d.ts",
Expand Down

0 comments on commit f4706a6

Please sign in to comment.