Skip to content

Commit

Permalink
chore(packages): publish packages (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 16, 2024
1 parent d43ba6c commit b405677
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/witty-pigs-do.md

This file was deleted.

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

## 10.2.8

### Patch Changes

- [`d43ba6c`](https://github.com/DuCanhGH/next-pwa/commit/d43ba6c2cd0ed0df0a03d1d5e0eb6b7a733ee8b7) Thanks [@DuCanhGH](https://github.com/DuCanhGH)! - chore(deps): monthly dependencies maintenance

## 10.2.7

### 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.7",
"version": "10.2.8",
"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 b405677

Please sign in to comment.