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

Deprecate core module export #124

Merged
merged 5 commits into from
May 9, 2023
Merged

Conversation

igordanchenko
Copy link
Owner

@igordanchenko igordanchenko commented May 9, 2023

import { ... } from "yet-another-react-lightbox/core";

is deprecate in favor of

import { ... } from "yet-another-react-lightbox";

/core export path will be removed in v4

@igordanchenko igordanchenko merged commit f8004fc into main May 9, 2023
@igordanchenko igordanchenko deleted the deprecate-core-module-export branch May 9, 2023 21:37
@github-actions
Copy link

github-actions bot commented May 9, 2023

🎉 This PR is included in version 3.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Implemented and released label May 9, 2023
@igordanchenko igordanchenko mentioned this pull request May 23, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
released Implemented and released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant