Skip to content

Commit

Permalink
chore: release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 21, 2024
1 parent c43500a commit ff2f952
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 14 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.1.2](https://github.com/nuxt/devtools/compare/v1.1.1...v1.1.2) (2024-03-21)


### Bug Fixes

* **pinia:** pinia module searching null safety ([#628](https://github.com/nuxt/devtools/issues/628)) ([8937b78](https://github.com/nuxt/devtools/commit/8937b783cbb8d5e4a480d7b82c32626abaea5c8d))
* scheduledTasks can be undefined ([#626](https://github.com/nuxt/devtools/issues/626)) ([7044c47](https://github.com/nuxt/devtools/commit/7044c47fad36fe90ebbc2e1bef3d92783a1aa596))


### Features

* enable picture in picture for localhost ([#627](https://github.com/nuxt/devtools/issues/627)) ([c43500a](https://github.com/nuxt/devtools/commit/c43500ae2f2cdf30ccf4592e729fbda7c20995e8))



## [1.1.1](https://github.com/nuxt/devtools/compare/v1.1.0...v1.1.1) (2024-03-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.1.1",
"version": "1.1.2",
"private": true,
"packageManager": "pnpm@8.15.5",
"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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"license": "MIT",
"homepage": "https://devtools.nuxt.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/empty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "empty",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"main": "nuxt.config.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/module-starter/client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "my-module-client",
"version": "1.1.1",
"version": "1.1.2",
"private": true
}
2 changes: 1 addition & 1 deletion playgrounds/module-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/module-starter/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "my-module-playground",
"version": "1.1.1",
"version": "1.1.2",
"private": true
}
2 changes: 1 addition & 1 deletion playgrounds/tab-layers/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/tab-pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"dev": "nuxi dev",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/tab-seo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/tab-server-route/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/tab-timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit ff2f952

Please sign in to comment.