From 19f2cbb43f1417eeefe94c9133f80771654d21dd Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Fri, 14 Aug 2026 18:07:53 -0300 Subject: [PATCH] chore: migrate local notifications to new repo --- README.md | 2 +- local-notifications/CHANGELOG.md | 4 ++++ local-notifications/README.md | 6 ++++++ nx.json | 1 - package.json | 1 - 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 788938408..12dcbd0f9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ This repository contains the official Capacitor plugins maintained by the Capaci | [`@capacitor/clipboard`](https://capacitorjs.com/docs/apis/clipboard) | [`./clipboard`](./clipboard) | [![npm badge](https://img.shields.io/npm/v/@capacitor/clipboard?style=flat-square)](https://www.npmjs.com/package/@capacitor/clipboard) | [`@capacitor/device`](https://capacitorjs.com/docs/apis/device) | [`./device`](./device) | [![npm badge](https://img.shields.io/npm/v/@capacitor/device?style=flat-square)](https://www.npmjs.com/package/@capacitor/device) | [`@capacitor/dialog`](https://capacitorjs.com/docs/apis/dialog) | [`./dialog`](./dialog) | [![npm badge](https://img.shields.io/npm/v/@capacitor/dialog?style=flat-square)](https://www.npmjs.com/package/@capacitor/dialog) -| [`@capacitor/local-notifications`](https://capacitorjs.com/docs/apis/local-notifications) | [`./local-notifications`](./local-notifications) | [![npm badge](https://img.shields.io/npm/v/@capacitor/local-notifications?style=flat-square)](https://www.npmjs.com/package/@capacitor/local-notifications) | [`@capacitor/motion`](https://capacitorjs.com/docs/apis/motion) | [`./motion`](./motion) | [![npm badge](https://img.shields.io/npm/v/@capacitor/motion?style=flat-square)](https://www.npmjs.com/package/@capacitor/motion) | [`@capacitor/network`](https://capacitorjs.com/docs/apis/network) | [`./network`](./network) | [![npm badge](https://img.shields.io/npm/v/@capacitor/network?style=flat-square)](https://www.npmjs.com/package/@capacitor/network) | [`@capacitor/preferences`](https://capacitorjs.com/docs/apis/preferences) | [`./preferences`](./preferences) | [![npm badge](https://img.shields.io/npm/v/@capacitor/preferences?style=flat-square)](https://www.npmjs.com/package/@capacitor/preferences) @@ -52,6 +51,7 @@ These are official Capacitor plugins that are not contained in this repository. | [Google Maps](https://github.com/ionic-team/capacitor-google-maps) | [`@capacitor/google-maps`](https://capacitorjs.com/docs/apis/google-maps) | [![npm badge](https://img.shields.io/npm/v/@capacitor/google-maps?style=flat-square)](https://www.npmjs.com/package/@capacitor/google-maps) | | [Haptics](https://github.com/ionic-team/capacitor-haptics) (*) | [`@capacitor/haptics`](https://capacitorjs.com/docs/apis/haptics) | [![npm badge](https://img.shields.io/npm/v/@capacitor/haptics?style=flat-square)](https://www.npmjs.com/package/@capacitor/haptics) | | [Keyboard](https://github.com/ionic-team/capacitor-keyboard) (*) | [`@capacitor/keyboard`](https://capacitorjs.com/docs/apis/keyboard) | [![npm badge](https://img.shields.io/npm/v/@capacitor/keyboard?style=flat-square)](https://www.npmjs.com/package/@capacitor/keyboard) | +| [Local Notifications](https://github.com/ionic-team/capacitor-local-notifications) (*) | [`@capacitor/local-notifications`](https://capacitorjs.com/docs/apis/local-notifications) | [![npm badge](https://img.shields.io/npm/v/@capacitor/local-notifications?style=flat-square)](https://www.npmjs.com/package/@capacitor/local-notifications) | (*) These plugins were once part of this repository, but have been since been revamped and/or migrated to a separate repository. The code pre-migration [still remains in this repository](https://github.com/ionic-team/capacitor-plugins/tree/7.x) for historic purposes. diff --git a/local-notifications/CHANGELOG.md b/local-notifications/CHANGELOG.md index 2e6a8ad8a..d7b12e273 100644 --- a/local-notifications/CHANGELOG.md +++ b/local-notifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# ⓘ Plugin migrated + +**From version 8.3.0 onwards, this plugin is now hosted in a separate repository. Refer to the [updated CHANGELOG](https://github.com/ionic-team/capacitor-local-notifications/blob/main/CHANGELOG.md).** + # Change Log All notable changes to this project will be documented in this file. diff --git a/local-notifications/README.md b/local-notifications/README.md index c88bde1a3..2b948657a 100644 --- a/local-notifications/README.md +++ b/local-notifications/README.md @@ -1,3 +1,9 @@ +# ⓘ Plugin migrated + +**From version 8.3.0 onwards, this plugin is now hosted in a separate repository. Refer to [capacitor-local-notifications repository](https://github.com/ionic-team/capacitor-local-notifications).** + +This file remains here to serve as documentation for version 8.2.1. + # @capacitor/local-notifications The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications). diff --git a/nx.json b/nx.json index 7e51533bf..cb877a20f 100644 --- a/nx.json +++ b/nx.json @@ -19,7 +19,6 @@ "{projectRoot}/clipboard/dist", "{projectRoot}/device/dist", "{projectRoot}/dialog/dist", - "{projectRoot}/local-notifications/dist", "{projectRoot}/motion/dist", "{projectRoot}/network/dist", "{projectRoot}/preferences/dist", diff --git a/package.json b/package.json index 4cf06e152..c26059843 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,6 @@ "clipboard", "device", "dialog", - "local-notifications", "motion", "network", "preferences",