Skip to content

Commit

Permalink
chore(release): publish new version 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jun 20, 2024
1 parent e7f73a3 commit 61291c9
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.

## [1.6.5](https://github.com/nativescript-community/text/compare/v1.6.4...v1.6.5) (2024-06-20)

### Bug Fixes

* **android:** html string not working in production builds ([e7f73a3](https://github.com/nativescript-community/text/commit/e7f73a3dd0de33b5951728cc4e80ddba2ea71312))

## [1.6.4](https://github.com/nativescript-community/text/compare/v1.6.3...v1.6.4) (2024-05-23)

### 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": "1.6.4",
"version": "1.6.5",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/text/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.

## [1.6.5](https://github.com/nativescript-community/text/compare/v1.6.4...v1.6.5) (2024-06-20)

### Bug Fixes

* **android:** html string not working in production builds ([e7f73a3](https://github.com/nativescript-community/text/commit/e7f73a3dd0de33b5951728cc4e80ddba2ea71312))

## [1.6.4](https://github.com/nativescript-community/text/compare/v1.6.3...v1.6.4) (2024-05-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/text",
"version": "1.6.4",
"version": "1.6.5",
"description": "Expands the capabilities of NativeScript's text property.",
"main": "./index",
"sideEffects": false,
Expand Down

0 comments on commit 61291c9

Please sign in to comment.