Skip to content

publishing v 3.7.1 #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
1976bdf
fix: change default duration
Guiw5 Apr 2, 2022
1a019d2
chore: setup package
Guiw5 Apr 2, 2022
2f2bc5f
chore(release): 3.4.1 [skip ci]
semantic-release-bot Apr 2, 2022
41075d6
feat: expose scrollRef
Guiw5 Apr 5, 2022
1c26ba4
Merge branch 'main' of github.com:Guiw5/react-spring-bottom-sheet int…
Guiw5 Apr 5, 2022
87b6d6c
chore(release): 3.5.0 [skip ci]
semantic-release-bot Apr 5, 2022
8da8e6e
fix: useRef
Guiw5 Apr 5, 2022
6571281
Merge branch 'main' of github.com:Guiw5/react-spring-bottom-sheet int…
Guiw5 Apr 5, 2022
93b3c29
chore(release): 3.5.1 [skip ci]
semantic-release-bot Apr 5, 2022
2652ca8
fix: allow null ref
Guiw5 Apr 5, 2022
001158d
Merge branch 'main' of github.com:Guiw5/react-spring-bottom-sheet int…
Guiw5 Apr 5, 2022
b9f3249
chore(release): 3.5.2 [skip ci]
semantic-release-bot Apr 5, 2022
829148f
feat: expose scrollElement into sheetRef
Guiw5 Apr 6, 2022
e300b5f
Merge branch 'main' of github.com:Guiw5/react-spring-bottom-sheet int…
Guiw5 Apr 6, 2022
07b74ae
chore(release): 3.6.0 [skip ci]
semantic-release-bot Apr 6, 2022
de05fb0
feat: keep bottomSheet mounted
Guiw5 Apr 7, 2022
a457e3b
Merge branch 'main' of github.com:Guiw5/react-spring-bottom-sheet int…
Guiw5 Apr 7, 2022
0c762b0
chore(release): 3.7.0 [skip ci]
semantic-release-bot Apr 7, 2022
d0afeb6
update
JasGH Feb 7, 2024
16b2bab
update
JasGH Feb 7, 2024
9721323
update
JasGH Feb 7, 2024
7ef8c5c
update
JasGH Feb 7, 2024
34b010f
update
JasGH Feb 7, 2024
df047f0
update
JasGH Feb 7, 2024
7dabf7b
update
JasGH Feb 7, 2024
e52c69c
update
JasGH Feb 7, 2024
9796034
(chore): updated project to react 18 and xstate v5
Cylop Apr 19, 2024
ee8a41f
(chore): fixed link in package json
Cylop Apr 19, 2024
190ef52
(docs): updated readme
Cylop Apr 19, 2024
85c08d5
(docs): updated links in readme
Cylop Apr 19, 2024
200bf63
(docs): updated readme to use proper imports and install name
Cylop Apr 19, 2024
7e93c6c
(docs): updated install name for package
Cylop Apr 19, 2024
ce195e6
Merge remote-tracking branch 'upstream/main'
Guiw5 May 6, 2025
0d6f1ea
chore(release): 3.7.1 [skip ci]
semantic-release-bot May 6, 2025
ddb4cde
Merge remote-tracking branch 'upstream2/main'
Guiw5 May 6, 2025
e5967e7
Merge branch 'main' of github.com:Guiw5/react-spring-bottom-sheet
Guiw5 May 6, 2025
4418438
feat: exposing more props for springConfig + keepMounted
Guiw5 May 6, 2025
cc839f1
chore: workflows
Guiw5 May 6, 2025
45b625b
chore: trying
Guiw5 May 6, 2025
3ff832f
chore: almost there
Guiw5 May 6, 2025
b35343e
chore(release): 3.8.0 [skip ci]
semantic-release-bot May 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14]
node: [20]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

- run: npm ci

- name: Test
run: npm test
run: npm test
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- name: npm install
run: |
npm install
Expand All @@ -27,11 +27,11 @@ jobs:
needs: [test]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- name: npm install
run: |
npm install
Expand All @@ -40,4 +40,4 @@ jobs:
npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
# [3.8.0](https://github.com/guiw5/react-spring-bottom-sheet/compare/v3.7.1...v3.8.0) (2025-05-06)


### Features

* exposing more props for springConfig + keepMounted ([4418438](https://github.com/guiw5/react-spring-bottom-sheet/commit/44184387e30c1b0c2951c23ed580f8940a575007))

## [3.7.1](https://github.com/guiw5/react-spring-bottom-sheet/compare/v3.7.0...v3.7.1) (2025-05-06)


### Bug Fixes

* add 18 to react peer dep ([d89c0bb](https://github.com/guiw5/react-spring-bottom-sheet/commit/d89c0bbbd28e89bfc9aaf5136c83b6f254d2430b))

# [3.7.0](https://github.com/guiw5/react-spring-bottom-sheet/compare/v3.6.0...v3.7.0) (2022-04-07)


### Features

* keep bottomSheet mounted ([de05fb0](https://github.com/guiw5/react-spring-bottom-sheet/commit/de05fb0a4148753e235d3ee80aa06613f86181ac))

# [3.6.0](https://github.com/guiw5/react-spring-bottom-sheet/compare/v3.5.2...v3.6.0) (2022-04-06)


### Features

* expose scrollElement into sheetRef ([829148f](https://github.com/guiw5/react-spring-bottom-sheet/commit/829148f0a5ffd33fe75f6ebd693a3c370c4f9756))

## [3.5.2](https://github.com/guiw5/react-spring-bottom-sheet/compare/v3.5.1...v3.5.2) (2022-04-05)


### Bug Fixes

* allow null ref ([2652ca8](https://github.com/guiw5/react-spring-bottom-sheet/commit/2652ca89ebf8e5046fa97f123e5358616d5bb708))

## [3.5.1](https://github.com/guiw5/react-spring-bottom-sheet/compare/v3.5.0...v3.5.1) (2022-04-05)


### Bug Fixes

* useRef ([8da8e6e](https://github.com/guiw5/react-spring-bottom-sheet/commit/8da8e6e331bb3a4513dd0eeb7712d5542a7895d9))

# [3.5.0](https://github.com/guiw5/react-spring-bottom-sheet/compare/v3.4.1...v3.5.0) (2022-04-05)


### Features

* expose scrollRef ([41075d6](https://github.com/guiw5/react-spring-bottom-sheet/commit/41075d6e81ea4c4002ba9401d291239678fdb4b2))

## [3.4.1](https://github.com/guiw5/react-spring-bottom-sheet/compare/v3.4.0...v3.4.1) (2022-04-02)


### Bug Fixes

* change default duration ([1976bdf](https://github.com/guiw5/react-spring-bottom-sheet/commit/1976bdf76241c7366835ca93ee45c9f9392e3128))

## [3.4.1](https://github.com/stipsan/react-spring-bottom-sheet/compare/v3.4.0...v3.4.1) (2022-06-01)


Expand Down
Loading