Skip to content

Commit

Permalink
Bumping V-Calendar
Browse files Browse the repository at this point in the history
Adding Lunr Remove Step
  • Loading branch information
nikuscs committed Nov 15, 2022
1 parent 4406ba2 commit d694cdc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"clean": "rimraf node_modules packages/vanilla-components/node_modules packages/vanilla-components/dist packages/documentation/node_modules packages/documentation/.vitepress/dist",
"release": "bumpp package.json packages/vanilla-components/package.json --execute 'nr --filter @flavorly/vanilla-components build' && na --filter @flavorly/vanilla-components publish --no-git-checks",
"docs:index:build": "nr --filter @flavorly/vanilla-components-documentation index:build",
"lunr:remove": "rm packages/documentation/.vitepress/index/lunr.cjs",
"lunr:start": "cp packages/documentation/.vitepress/index/lunr.demo.cjs packages/documentation/.vitepress/index/lunr.cjs",
"lunr:index": "nr --filter @flavorly/vanilla-components-documentation index:build"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@docsearch/css": "^3.3.0",
"@docsearch/js": "^3.3.0",
"@faker-js/faker": "^7.6.0",
"@flavorly/v-calendar": "3.0.0-alpha.10",
"@flavorly/v-calendar": "3.0.0-alpha.11",
"@flavorly/vanilla-components": "workspace:0.7.3",
"@headlessui/vue": "^1.7.4",
"@heroicons/vue": "^2.0.13",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Create a file somewhere in your project and name it for ex: `v-calendar.pcss` an

:::details 👉 Click here to check the full CSS file
```css
@import 'v-calendar/dist/style.css';
@import '@flavorly/v-calendar/dist/style.css';

@tailwind components;

Expand Down
4 changes: 2 additions & 2 deletions packages/vanilla-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"format": "prettier ../.. --write"
},
"dependencies": {
"@flavorly/v-calendar": "3.0.0-alpha.10",
"@flavorly/v-calendar": "3.0.0-alpha.11",
"@headlessui/vue": "^1.7.4",
"@popperjs/core": "^2.11.6",
"@vueuse/core": "^9.5.0",
Expand All @@ -60,7 +60,7 @@
"vue": "^3.2.45"
},
"peerDependencies": {
"@flavorly/v-calendar": "3.0.0-alpha.10",
"@flavorly/v-calendar": "3.0.0-alpha.11",
"@headlessui/vue": "^1.7.0",
"@popperjs/core": "^2.11.6",
"axios": "^1.1.2",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit d694cdc

Please sign in to comment.