Skip to content

Commit

Permalink
chore: Prepare release
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Oct 2, 2023
1 parent f3194a0 commit de39d33
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Upstream-Name: nextcloud-vite-config
Upstream-Contact: Ferdinand Thiessen <rpm@fthiessen.de>
Source: https://github.com/susnux/nextcloud-vite-config

Files: package-lock.json package.json tsconfig.json .gitignore banner-template.txt README.md
Files: package-lock.json package.json tsconfig.json .gitignore banner-template.txt README.md CHANGELOG.md
Copyright: Ferdinand Thiessen <rpm@fthiessen.de>
License: AGPL-3.0-or-later
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## [v1.0.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v1.0.0) (2023-10-02)

[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/compare/v1.0.0-beta.1...v1.0.0)

### :rocket: Enhancements
- Allow to create vite config for Nextcloud apps
- Allow to create vite config for libraries targetting the Nextcloud ecosystem

### :bug: Fixed bugs

- fix\(app\): Build in app mode and not in lib mode while building Nextcloud apps [\#31](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/31) ([susnux](https://github.com/susnux))
- fix\(lib\): Make libconfig work when minification and css split is enabled [\#29](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/29) ([susnux](https://github.com/susnux))
- fix\(lib\): Include hash in assets name [\#16](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/16) ([susnux](https://github.com/susnux))
- fix\(libconfig\): Strip off `node:` prefix on core modules for webpack compatibility [\#10](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/10) ([susnux](https://github.com/susnux))
- fix: Make license information for 3rd party modules deterministic [\#12](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/12) ([susnux](https://github.com/susnux))
- fix\(app\): Polyfill node core modules by default when building apps [\#11](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/11) ([susnux](https://github.com/susnux))

### Closed pull requests

- chore: Prepare new bugfix release [\#17](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/17) ([susnux](https://github.com/susnux))
- Allow to properly include CSS in library builds by importing the CSS files [\#13](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/13) ([susnux](https://github.com/susnux))
- chore: Prepare first release with new package name \(nextcloud namespace\) [\#9](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/9) ([susnux](https://github.com/susnux))
- docs: Add link for the documentation to the README [\#8](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/8) ([susnux](https://github.com/susnux))
- feat: Add typedoc documentation for public API and interfaces [\#4](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/4) ([susnux](https://github.com/susnux))
- chore: Add some basic CI workflows [\#3](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/3) ([susnux](https://github.com/susnux))
- chore: Rename package to `@nextcloud/vite-config` [\#2](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/2) ([susnux](https://github.com/susnux))
- chore\(ci\): Add test workflow and scripts [\#30](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/30) ([susnux](https://github.com/susnux))
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"homepage": "https://github.com/nextcloud/nextcloud-vite-config",
"license": "AGPL-3.0-or-later",
"version": "1.0.0-beta.19",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit de39d33

Please sign in to comment.