Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Apr 5, 2023
1 parent ec4e56f commit 66f1dc5
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/nandorojo/dripsy/compare/v4.0.0...v4.0.2) (2023-04-05)


### Bug Fixes

* pressable types ([a33a05c](https://github.com/nandorojo/dripsy/commit/a33a05cb62f4d4ae8640e67c123d77fb551be746))
* transforms ([f662761](https://github.com/nandorojo/dripsy/commit/f662761a205480e4f04f7e8ce51b7cfe331eeeda))





## [4.0.1](https://github.com/nandorojo/dripsy/compare/v4.0.0...v4.0.1) (2023-04-05)


Expand Down
8 changes: 8 additions & 0 deletions examples/next-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/nandorojo/dripsy/compare/v4.0.0...v4.0.2) (2023-04-05)

**Note:** Version bump only for package next-dripsy-example





## [4.0.1](https://github.com/nandorojo/dripsy/compare/v4.0.0...v4.0.1) (2023-04-05)

**Note:** Version bump only for package next-dripsy-example
Expand Down
2 changes: 1 addition & 1 deletion examples/next-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-dripsy-example",
"version": "4.0.1",
"version": "4.0.2",
"main": "__generated__/AppEntry.js",
"dependencies": {
"expo": "^40.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.0.1",
"version": "4.0.2",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
12 changes: 12 additions & 0 deletions packages/dripsy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/nandorojo/dripsy/compare/v4.0.0...v4.0.2) (2023-04-05)


### Bug Fixes

* pressable types ([a33a05c](https://github.com/nandorojo/dripsy/commit/a33a05cb62f4d4ae8640e67c123d77fb551be746))
* transforms ([f662761](https://github.com/nandorojo/dripsy/commit/f662761a205480e4f04f7e8ce51b7cfe331eeeda))





## [4.0.1](https://github.com/nandorojo/dripsy/compare/v4.0.0...v4.0.1) (2023-04-05)


Expand Down

1 comment on commit 66f1dc5

@vercel
Copy link

@vercel vercel bot commented on 66f1dc5 Apr 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.