Skip to content

Commit

Permalink
chore: release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 27, 2023
1 parent 09384af commit 190bc7b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.0.4](https://github.com/nuxt/devtools/compare/v1.0.3...v1.0.4) (2023-11-27)


### Bug Fixes

* **pip:** check for https support ([#522](https://github.com/nuxt/devtools/issues/522)) ([5360cf4](https://github.com/nuxt/devtools/commit/5360cf48b8d8e151d3ced83428e3c84dd1b90264))
* require auth token with `getImageMeta` and `getTextAssetContent` ([69316c4](https://github.com/nuxt/devtools/commit/69316c477455332bd2b2037956fa6cfe02610d2f))
* require token for `restartNuxt` ([09384af](https://github.com/nuxt/devtools/commit/09384afe58dee0a7a4f8e3faaf8503e7a57f97b2))


### Features

* **devtools:** support for xdg-home-config ([#526](https://github.com/nuxt/devtools/issues/526)) ([4abd280](https://github.com/nuxt/devtools/commit/4abd2807613b61fe74a399a1851a9ac2e3313ab4))
* error tab ([#520](https://github.com/nuxt/devtools/issues/520)) ([68b8cfc](https://github.com/nuxt/devtools/commit/68b8cfc725400935faef722ae381f79ebf44f161))



## [1.0.3](https://github.com/nuxt/devtools/compare/v1.0.2...v1.0.3) (2023-11-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt-devtools/monorepo",
"type": "module",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"packageManager": "[email protected]",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/devtools-kit",
"type": "module",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"homepage": "https://devtools.nuxt.com/module/utils-kit",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/devtools-ui-kit",
"type": "module",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"homepage": "https://devtools.nuxt.com/module/ui-kit",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-wizard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/devtools-wizard",
"type": "module",
"version": "1.0.3",
"version": "1.0.4",
"description": "CLI Wizard to toggle Nuxt DevTools",
"license": "MIT",
"homepage": "https://devtools.nuxt.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/devtools",
"type": "module",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"homepage": "https://devtools.nuxt.com",
"repository": {
Expand Down

0 comments on commit 190bc7b

Please sign in to comment.