Skip to content

Commit

Permalink
chore(vite): release vite package v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Jan 19, 2024
1 parent 18ee045 commit f0245df
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-tomatoes-train.md

This file was deleted.

6 changes: 3 additions & 3 deletions integrations/svelte-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "integrations-svelte-kit",
"version": "0.0.0",
"private": true,
"type": "module",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"lint": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"test": "playwright test"
"test": "playwright test"
},
"devDependencies": {
"@content-collections/core": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @content-collections/vite

## 0.1.2

### Patch Changes

- [`7e0b2d6`](https://github.com/sdorra/content-collections/commit/7e0b2d621f2ab9c1244558ce1c36fe94e08dfdff) Thanks [@sdorra](https://github.com/sdorra)! - Add generated directory to list of allowed files. This required if vite is running with server.fs.strict.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/vite",
"description": "Use content-collections with Vite",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@content-collections/core": "0.2.0",
"@content-collections/vite": "0.1.1",
"@content-collections/vite": "0.1.2",
"@mdx-js/mdx": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/react-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@content-collections/core": "0.2.0",
"@content-collections/vite": "0.1.1",
"@content-collections/vite": "0.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion samples/remix-mdx-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@content-collections/core": "0.2.0",
"@content-collections/vite": "0.1.1",
"@content-collections/vite": "0.1.2",
"@mdx-js/rollup": "^3.0.0",
"@playwright/test": "^1.40.1",
"@remix-run/dev": "^2.5.0",
Expand Down

0 comments on commit f0245df

Please sign in to comment.