Skip to content

Commit

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


### Bug Fixes

* support user `baseURL`, close [#506](https://github.com/nuxt/devtools/issues/506) ([2697340](https://github.com/nuxt/devtools/commit/269734087ad45046828459c658ec737f6aad7c88))
* tolerant parse error for local options, close [#518](https://github.com/nuxt/devtools/issues/518) ([e604124](https://github.com/nuxt/devtools/commit/e604124512c967cabd1ea623ef1c87e54a585192))


### Features

* disable devtools in test mode ([51e8de6](https://github.com/nuxt/devtools/commit/51e8de6da55f9f359da9d5e74bbb272a1b13ced4))



## [1.0.2](https://github.com/nuxt/devtools/compare/v1.0.1...v1.0.2) (2023-11-11)


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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"license": "MIT",
"homepage": "https://devtools.nuxt.com",
"repository": {
Expand Down

0 comments on commit e44196a

Please sign in to comment.