Skip to content

Commit

Permalink
semantic-release-bot: 1.2.0
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2023-09-09)

### Features

* Monorepo for app complete ([cdbf612](cdbf612))
* Monorepo npm complete ([a4b3f31](a4b3f31))
* npm mono repo complete ([2e77f42](2e77f42))
* Storybook ([e83ef07](e83ef07))
  • Loading branch information
semantic-release-bot committed Sep 9, 2023
1 parent ed49896 commit 3f45edd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.2.0](https://github.com/marcuzgabriel/react-native-reanimated-skeleton/compare/v1.1.0...v1.2.0) (2023-09-09)


### Features

* Monorepo for app complete ([cdbf612](https://github.com/marcuzgabriel/react-native-reanimated-skeleton/commit/cdbf612f33c5dfaeb59caa8f6d01a85e69cfd372))
* Monorepo npm complete ([a4b3f31](https://github.com/marcuzgabriel/react-native-reanimated-skeleton/commit/a4b3f31f5ebdbb54d9dd25a9081c48a578c97f3f))
* npm mono repo complete ([2e77f42](https://github.com/marcuzgabriel/react-native-reanimated-skeleton/commit/2e77f427d674aa7017735753edb0135c79b8f47e))
* Storybook ([e83ef07](https://github.com/marcuzgabriel/react-native-reanimated-skeleton/commit/e83ef079056be0ba698043fe5b1657e3c60d44c3))

# [1.1.0](https://github.com/marcuzgabriel/react-native-reanimated-skeleton/compare/v1.0.2...v1.1.0) (2023-09-08)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"homepage": "https://marcuzgabriel.github.io/react-native-reanimated-skeleton/",
"name": "@rnrs/monorepo",
"author": "Marcuz Gabriel Larsen <[email protected]>",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"scripts": {
"qa": "yarn format; yarn lint; yarn tsc",
"format": "prettier --write --list-different '**/*.{json,ts,tsx}' --loglevel warn",
Expand Down

0 comments on commit 3f45edd

Please sign in to comment.