Skip to content

Commit

Permalink
docs: move docs to package so it shows on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericoo committed Sep 21, 2023
1 parent 76a7d5e commit a8cbe0f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/vite-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vite

## 0.0.3

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-vite",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/swr-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-router-typesafe

## 0.3.2

### Patch Changes

- Docs: move readme to package so it shows on npm

## 0.3.1

### Patch Changes
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/swr-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swr-loader",
"version": "0.3.1",
"version": "0.3.2",
"description": "ux-centric data loading and caching",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit a8cbe0f

Please sign in to comment.