Skip to content

Commit

Permalink
chore(packages): publish packages (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 5, 2024
1 parent a1f09b3 commit ccebee7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/ninety-peaches-bathe.md

This file was deleted.

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

## 10.2.7

### Patch Changes

- [`a1f09b3`](https://github.com/DuCanhGH/next-pwa/commit/a1f09b3eee624cc1cdf0d751731b460d910002bd) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - chore(next-pwa): removed `clean-webpack-plugin`

- This plugin is... unmaintained, and we could use `fs.rmSync` anyway.

## 10.2.6

### Patch Changes
Expand Down
19 changes: 15 additions & 4 deletions packages/next-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
{
"name": "@ducanh2912/next-pwa",
"version": "10.2.6",
"version": "10.2.7",
"type": "module",
"private": false,
"description": "PWA for Next.js, powered by Workbox.",
"keywords": ["nextjs", "pwa", "workbox", "web", "service-worker"],
"keywords": [
"nextjs",
"pwa",
"workbox",
"web",
"service-worker"
],
"author": "ShadowWalker <w@weiw.io>, DuCanhGH",
"license": "MIT",
"repository": "https://github.com/DuCanhGH/next-pwa",
"bugs": "https://github.com/DuCanhGH/next-pwa/issues",
"homepage": "https://ducanh-next-pwa.vercel.app",
"files": ["dist", "!dist/dts"],
"files": [
"dist",
"!dist/dts"
],
"source": "./src/index.ts",
"imports": {
"#utils/*.js": "./src/utils/*.ts"
Expand Down Expand Up @@ -40,7 +49,9 @@
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"workbox": ["./dist/sw-entry.d.ts"]
"workbox": [
"./dist/sw-entry.d.ts"
]
}
},
"scripts": {
Expand Down

0 comments on commit ccebee7

Please sign in to comment.