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

Prepare 2.1.0 - Fixing Typescript exports #553

Merged
merged 2 commits into from Jul 11, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## 2.1.0 - 2023-07-23
### Fixed
- Set explicit file extensions for package entry files to allow usage with `module` packages \([\#513](https://github.com/nextcloud/nextcloud-initial-state/pull/513)\)
- Fix package exports to support Typescript projects with module resolution of `node16` or `nodenext` \([\#543](https://github.com/nextcloud/nextcloud-initial-state/pull/543)\)

### Changed
- Dependency updates

## 2.0.0 - 2022-08-23

### Changed
Expand All @@ -20,7 +28,7 @@ All notable changes to this project will be documented in this file.

## 1.2.0 - 2020-04-06
### Added
- Add optional fallback parameter to laodState method
- Add optional fallback parameter to loadState method

## 1.1.2 - 2020-04-06
### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/initial-state",
"version": "2.0.0",
"version": "2.1.0",
"description": "Access data from the nextcloud server-side initial state API within apps.",
"type": "module",
"main": "dist/index.cjs",
Expand Down