Skip to content

Commit

Permalink
chore: re-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Dec 4, 2023
1 parent e33ee25 commit 096ac75
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-cars-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-reanimated-carousel': patch
---

re-calculate when window size changed in browser. (re-bump for alpha.3)
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
- name: install dependencies
run: yarn install

- name: create and publish versions

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
version: yarn run version
commit: "chore: update versions"
title: "chore: update versions"
publish: yarn run publish
publish: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,19 @@
"pods": "cd exampleExpo && pod-install --quiet",
"bootstrap": "yarn && yarn pods",
"deploy": "cd exampleExpo && yarn deploy",
"publish": "yarn run prepare && changeset publish",
"clean": "del-cli lib",
"postinstall": "yarn clean && yarn prepare",
"version": "changeset version"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/dohooo/react-native-reanimated-carousel",
"repository": {
"type": "git",
"url": "git+https://github.com/dohooo/react-native-reanimated-carousel.git"
},
"author": "Doho <[email protected]> (https://github.com/dohooo)",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -66,6 +70,7 @@
"babel-plugin-module-resolver": "^4.1.0",
"commitlint": "^11.0.0",
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^5.0.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.1.3",
Expand Down
Loading

0 comments on commit 096ac75

Please sign in to comment.