Skip to content

Commit

Permalink
Update docs with upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
craigharman committed Sep 6, 2022
1 parent b7a6cf8 commit 8005c94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/tailwindcss": "^5.0.4",
"@nuxtus/cli": "^1.4.0",
"@nuxtus/nuxt-module": "^1.0.4",
"@nuxtus/nuxt-module": "^1.0.5",
"nuxt": "^3.0.0-rc.8"
},
"dependencies": {
"@headlessui/vue": "^1.6.1",
"@heroicons/vue": "^1.0.6",
"nuxt-directus": "^2.3.0",
"nuxt-directus": "^3.0.3",
"aos": "^3.0.0-beta.6"
}
}
8 changes: 7 additions & 1 deletion docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@ build: {

## 1.5.1 > 1.5.2

1. Update @nuxtus/cli to 1.4.0 in `client/package.json` and `npm install`
1. Update @nuxtus/cli to 1.4.0 in `client/package.json` and `npm install`

## 1.5.2 > 1.6.0

1. Update @nuxtus/nuxt-module to 1.0.5 in `client/package.json`
2. Update "nuxt-directus" to "^3.0.3" in `client/package.json`
3. `npm install`

0 comments on commit 8005c94

Please sign in to comment.