Skip to content
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

Update version and CHANGELOG to reflect changes in latest release and tags #485

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @samvera/ramp

## v3.1.3 tag (04/10/2024) -> (This is not a Release in NPM)
* Build active structure item classname into a single line by @Dananji in https://github.com/samvera-labs/ramp/pull/478

## 3.1.2 (04/09/2024)
* Adjust marker display on UI when end > canvas duration by @Dananji in https://github.com/samvera-labs/ramp/pull/471

## 3.1.0 (04/04/2024)
* Bump ip from 1.1.8 to 1.1.9 by @dependabot in https://github.com/samvera-labs/ramp/pull/425
* Parse playlist homepage as positional urls into structure links by @Dananji in https://github.com/samvera-labs/ramp/pull/424
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@samvera/ramp",
"version": "3.1.0",
"version": "3.1.2",
"description": "Ramp (React Avalon Media Player), React component library for rendering a media player for a IIIF 3.0 spec manifest",
"main": "dist/ramp.cjs.js",
"module": "dist/ramp.esm.js",
Expand Down