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

[pull] dove from feathersjs:dove #71

Merged
merged 4 commits into from
Sep 6, 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
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02)

### Bug Fixes

- **knex:** use driver name to identify client ([#3527](https://github.com/feathersjs/feathers/issues/3527)) ([bb075ec](https://github.com/feathersjs/feathers/commit/bb075ec8beb3ac9b0a1a8aebc3c3756d970cc6a4))

## [5.0.29](https://github.com/feathersjs/feathers/compare/v5.0.28...v5.0.29) (2024-07-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Feathers Contributors
Copyright (c) 2024 Feathers Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ npm test

# License

Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).
36 changes: 18 additions & 18 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,33 @@
"start": "npm run dev"
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^11.0.3",
"date-fns": "^3.6.0",
"element-plus": "^2.7.6",
"query-string": "^9.0.0",
"shiki": "^1.10.3",
"vue": "^3.4.31"
"element-plus": "^2.8.1",
"query-string": "^9.1.0",
"shiki": "^1.15.2",
"vue": "^3.4.38"
},
"devDependencies": {
"@feathersjs/generators": "^5.0.27",
"@iconify-json/carbon": "^1.1.36",
"@types/node": "^20.14.10",
"@unocss/preset-typography": "^0.61.3",
"@unocss/reset": "^0.61.3",
"@unocss/transformer-directives": "^0.61.3",
"@vitejs/plugin-vue": "^5.0.5",
"@feathersjs/generators": "^5.0.29",
"@iconify-json/carbon": "^1.1.37",
"@types/node": "^22.5.1",
"@unocss/preset-typography": "^0.62.3",
"@unocss/reset": "^0.62.3",
"@unocss/transformer-directives": "^0.62.3",
"@vitejs/plugin-vue": "^5.1.3",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"flexsearch": "^0.7.43",
"https-localhost": "^4.7.1",
"markdown-it": "^14.1.0",
"sass": "^1.77.7",
"sass": "^1.77.8",
"sitemap": "^8.0.0",
"unocss": "^0.61.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.2",
"vite-plugin-pwa": "^0.20.0",
"vitepress": "^1.3.0",
"unocss": "^0.62.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite-plugin-pwa": "^0.20.2",
"vitepress": "^1.3.4",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-search": "^1.0.4-alpha.22",
"workbox-window": "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ci": false,
"packages": ["packages/*"],
"version": "5.0.29",
"version": "5.0.30",
"command": {
"bootstrap": {
"hoist": true
Expand Down
Loading
Loading