Skip to content

Commit

Permalink
RELEASING: Releasing 1 package(s) (#8)
Browse files Browse the repository at this point in the history
Releases:
  @ducanh2912/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
DuCanhGH and github-actions[bot] authored Jan 28, 2023
1 parent ecc1fe7 commit e754066
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/brave-bananas-melt.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/next-pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @ducanh2912/next-pwa

## 7.3.3

### Patch Changes

- ecc1fe7: fix(core): fixed user's webpack config being overridden if the plugin is disabled

- Before this patch, the plugin used to override user-defined or other plugins' Webpack custom config because it early returned the config (without calling `nextConfig.webpack?.()`) if it was disabled. This fixes it by calling `nextConfig.webpack?.()` before doing anything else.

chore(types): changed `compilerOptions.moduleResolution` to `"nodeNext"`.

- This shouldn't impact users. It is only meant to force me to write `.js` at the end of import paths and stuff.

docs(README): refined main README.md

- Rewrote README.md to fix grammar issues and decouple tips into TIPS.md. I also fixed/removed some broken links.

chore(deps): ran deps:update-all

- Nothing too special...

## 7.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ducanh2912/next-pwa",
"version": "7.3.2",
"version": "7.3.3",
"type": "module",
"description": "PWA for Next.js, powered by Workbox.",
"repository": "https://github.com/DuCanhGH/next-pwa",
Expand Down

0 comments on commit e754066

Please sign in to comment.