Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Feb 18, 2024
1 parent d4e7ae7 commit 277382d
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 14 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.27.2](https://github.com/nandorojo/moti/compare/v0.27.1...v0.27.2) (2023-11-15)

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





## [0.27.1](https://github.com/nandorojo/moti/compare/v0.27.0...v0.27.1) (2023-11-15)

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





# [0.27.0](https://github.com/nandorojo/moti/compare/v0.26.0...v0.27.0) (2023-10-12)

**Note:** Version bump only for package moti
Expand Down
16 changes: 16 additions & 0 deletions examples/with-expo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.27.2](https://github.com/nandorojo/moti/compare/v0.27.1...v0.27.2) (2023-11-15)

**Note:** Version bump only for package with-expo





## [0.27.1](https://github.com/nandorojo/moti/compare/v0.27.0...v0.27.1) (2023-11-15)

**Note:** Version bump only for package with-expo





# [0.27.0](https://github.com/nandorojo/moti/compare/v0.26.0...v0.27.0) (2023-10-12)

**Note:** Version bump only for package with-expo
Expand Down
4 changes: 2 additions & 2 deletions examples/with-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-expo",
"description": "Example app for moti",
"version": "0.27.0",
"version": "0.27.2",
"private": true,
"scripts": {
"android": "expo run:android",
Expand All @@ -23,7 +23,7 @@
"react-dom": "18.2.0",
"react-native": "0.72.5",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-reanimated": "3.5.4",
"react-native-svg": "13.9.0",
"react-native-unimodules": "~0.15.0",
"react-native-web": "~0.19.6"
Expand Down
16 changes: 16 additions & 0 deletions examples/with-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.27.2](https://github.com/nandorojo/moti/compare/v0.27.1...v0.27.2) (2023-11-15)

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





## [0.27.1](https://github.com/nandorojo/moti/compare/v0.27.0...v0.27.1) (2023-11-15)

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





# [0.27.0](https://github.com/nandorojo/moti/compare/v0.26.0...v0.27.0) (2023-10-12)

**Note:** Version bump only for package next-dripsy-example
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-dripsy-example",
"version": "0.27.0",
"version": "0.27.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 @@ -5,7 +5,7 @@
],
"npmClient": "npm",
"useWorkspaces": true,
"version": "0.27.0",
"version": "0.27.2",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
16 changes: 16 additions & 0 deletions packages/moti/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.27.2](https://github.com/nandorojo/moti/compare/v0.27.1...v0.27.2) (2023-11-15)

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





## [0.27.1](https://github.com/nandorojo/moti/compare/v0.27.0...v0.27.1) (2023-11-15)

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





# [0.27.0](https://github.com/nandorojo/moti/compare/v0.26.0...v0.27.0) (2023-10-12)

**Note:** Version bump only for package moti
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22180,16 +22180,6 @@ react-native-reanimated@3.5.4:
convert-source-map "^2.0.0"
invariant "^2.2.4"

react-native-reanimated@~3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.3.0.tgz#80f9d58e28fddf62fe4c1bc792337b8ab57936ab"
integrity sha512-LzfpPZ1qXBGy5BcUHqw3pBC0qSd22qXS3t8hWSbozXNrBkzMhhOrcILE/nEg/PHpNNp1xvGOW8NwpAMF006roQ==
dependencies:
"@babel/plugin-transform-object-assign" "^7.16.7"
"@babel/preset-typescript" "^7.16.7"
convert-source-map "^2.0.0"
invariant "^2.2.4"

react-native-safe-area-context@3.1.9:
version "3.1.9"
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.1.9.tgz#48864ea976b0fa57142a2cc523e1fd3314e7247e"
Expand Down

0 comments on commit 277382d

Please sign in to comment.