Skip to content

Commit

Permalink
chore(release): 1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.2](v1.3.1...v1.3.2) (2024-01-15)

### Bug Fixes

* support android gradle plugin version >= 8 ([d7cbf1e](d7cbf1e))
  • Loading branch information
semantic-release-bot committed Jan 15, 2024
1 parent ae6f740 commit a32494e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.2](https://github.com/pchmn/expo-material3-theme/compare/v1.3.1...v1.3.2) (2024-01-15)


### Bug Fixes

* support android gradle plugin version >= 8 ([d7cbf1e](https://github.com/pchmn/expo-material3-theme/commit/d7cbf1e51278ee77fb325dd45c02f706753fb120))

## [1.3.1](https://github.com/pchmn/expo-material3-theme/compare/v1.3.0...v1.3.1) (2023-07-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pchmn/expo-material3-theme",
"version": "1.3.1",
"version": "1.3.2",
"description": "Manage Material 3 theme in your React Native App",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit a32494e

Please sign in to comment.