Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 25, 2022
1 parent 32d07c2 commit fcadb9e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.0.1 (2022-05-25)


### Bug Fixes

* **deps:** update all non-major dependencies ([#2](https://github.com/openweblabs/table-elements/issues/2)) ([56aa3c1](https://github.com/openweblabs/table-elements/commit/56aa3c182d44f02b56cf7fd9731f9de7a31812aa))
* **deps:** update all non-major dependencies ([#5](https://github.com/openweblabs/table-elements/issues/5)) ([a747110](https://github.com/openweblabs/table-elements/commit/a74711088a1dcdde351e6cb5e8404a648c0162d1))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"src"
],
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"build": "vite build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"commit": "git-cz",
"coverage": "vitest run --coverage",
Expand All @@ -60,7 +60,7 @@
"commit-msg": "npx commitlint --config ./commitlint.config.ts --edit $1"
},
"dependencies": {
"meilisearch": "^0.25.1",
"@ow3/table-vue": "0.0.6",
"vue": "^3.2.36"
},
"devDependencies": {
Expand Down
29 changes: 23 additions & 6 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import '@vue/runtime-core'

declare module '@vue/runtime-core' {
export interface GlobalComponents {
'Table.ce': typeof import('./components/TableV2.ce.vue')['default']
TableBody: typeof import('./components/TableBody.vue')['default']
TableCellActionItems: typeof import('./components/TableCellActionItems.vue')['default']
TableFilters: typeof import('./components/TableFilters.vue')['default']
Expand Down

0 comments on commit fcadb9e

Please sign in to comment.