Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStrausz authored Jan 24, 2025
2 parents f3bb627 + f45a9ee commit 383a119
Show file tree
Hide file tree
Showing 71 changed files with 167 additions and 71 deletions.
4 changes: 4 additions & 0 deletions action-sheet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.0-rc.0...@capacitor/action-sheet@7.0.0) (2025-01-20)

**Note:** Version bump only for package @capacitor/action-sheet

# [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.0-alpha.2...@capacitor/action-sheet@7.0.0-rc.0) (2025-01-13)

**Note:** Version bump only for package @capacitor/action-sheet
Expand Down
2 changes: 1 addition & 1 deletion action-sheet/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["ActionSheetPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions action-sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/action-sheet",
"version": "7.0.0-rc.0",
"version": "7.0.0",
"description": "The Action Sheet API provides access to native Action Sheets, which come up from the bottom of the screen and display actions a user can take.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0-rc.0"
"@capacitor/core": ">=7.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
4 changes: 4 additions & 0 deletions app-launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@7.0.0-rc.0...@capacitor/app-launcher@7.0.0) (2025-01-20)

**Note:** Version bump only for package @capacitor/app-launcher

# [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@7.0.0-alpha.2...@capacitor/app-launcher@7.0.0-rc.0) (2025-01-13)

**Note:** Version bump only for package @capacitor/app-launcher
Expand Down
2 changes: 1 addition & 1 deletion app-launcher/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["AppLauncherPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions app-launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/app-launcher",
"version": "7.0.0-rc.0",
"version": "7.0.0",
"description": "The AppLauncher API allows to open other apps",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0-rc.0"
"@capacitor/core": ">=7.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
4 changes: 4 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@7.0.0-rc.0...@capacitor/app@7.0.0) (2025-01-20)

**Note:** Version bump only for package @capacitor/app

# [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@7.0.0-alpha.2...@capacitor/app@7.0.0-rc.0) (2025-01-13)

**Note:** Version bump only for package @capacitor/app
Expand Down
2 changes: 1 addition & 1 deletion app/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["AppPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/app",
"version": "7.0.0-rc.0",
"version": "7.0.0",
"description": "The App API handles high level App state and events.For example, this API emits events when the app enters and leaves the foreground, handles deeplinks, opens other apps, and manages persisted plugin state.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0-rc.0"
"@capacitor/core": ">=7.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
4 changes: 4 additions & 0 deletions browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@7.0.0-rc.0...@capacitor/browser@7.0.0) (2025-01-20)

**Note:** Version bump only for package @capacitor/browser

# [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@7.0.0-alpha.2...@capacitor/browser@7.0.0-rc.0) (2025-01-13)

**Note:** Version bump only for package @capacitor/browser
Expand Down
2 changes: 1 addition & 1 deletion browser/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["BrowserPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/browser",
"version": "7.0.0-rc.0",
"version": "7.0.0",
"description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0-rc.0"
"@capacitor/core": ">=7.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
4 changes: 4 additions & 0 deletions camera/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@7.0.0-rc.0...@capacitor/camera@7.0.0) (2025-01-20)

**Note:** Version bump only for package @capacitor/camera

# [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@7.0.0-alpha.2...@capacitor/camera@7.0.0-rc.0) (2025-01-13)

**Note:** Version bump only for package @capacitor/camera
Expand Down
2 changes: 1 addition & 1 deletion camera/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["CameraPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions camera/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/camera",
"version": "7.0.0-rc.0",
"version": "7.0.0",
"description": "The Camera API provides the ability to take a photo with the camera or choose an existing one from the photo album.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0-rc.0"
"@capacitor/core": ">=7.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
4 changes: 4 additions & 0 deletions clipboard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@7.0.0-rc.0...@capacitor/clipboard@7.0.0) (2025-01-20)

**Note:** Version bump only for package @capacitor/clipboard

# [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@7.0.0-alpha.2...@capacitor/clipboard@7.0.0-rc.0) (2025-01-13)

**Note:** Version bump only for package @capacitor/clipboard
Expand Down
2 changes: 1 addition & 1 deletion clipboard/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["ClipboardPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/clipboard",
"version": "7.0.0-rc.0",
"version": "7.0.0",
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0-rc.0"
"@capacitor/core": ">=7.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
4 changes: 4 additions & 0 deletions device/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@7.0.0-rc.0...@capacitor/device@7.0.0) (2025-01-20)

**Note:** Version bump only for package @capacitor/device

# [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@7.0.0-alpha.2...@capacitor/device@7.0.0-rc.0) (2025-01-13)

**Note:** Version bump only for package @capacitor/device
Expand Down
2 changes: 1 addition & 1 deletion device/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["DevicePlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/device",
"version": "7.0.0-rc.0",
"version": "7.0.0",
"description": "The Device API exposes internal information about the device, such as the model and operating system version, along with user information such as unique ids.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
"uvu": "^0.5.1"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0-rc.0"
"@capacitor/core": ">=7.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
4 changes: 4 additions & 0 deletions dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@7.0.0-rc.0...@capacitor/dialog@7.0.0) (2025-01-20)

**Note:** Version bump only for package @capacitor/dialog

# [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@7.0.0-alpha.2...@capacitor/dialog@7.0.0-rc.0) (2025-01-13)

**Note:** Version bump only for package @capacitor/dialog
Expand Down
2 changes: 1 addition & 1 deletion dialog/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["DialogPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/dialog",
"version": "7.0.0-rc.0",
"version": "7.0.0",
"description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0-rc.0"
"@capacitor/core": ">=7.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
4 changes: 4 additions & 0 deletions filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@7.0.0-rc.0...@capacitor/filesystem@7.0.0) (2025-01-20)

**Note:** Version bump only for package @capacitor/filesystem

# [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@7.0.0-alpha.2...@capacitor/filesystem@7.0.0-rc.0) (2025-01-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion filesystem/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["FilesystemPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/filesystem",
"version": "7.0.0-rc.0",
"version": "7.0.0",
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0-rc.0"
"@capacitor/core": ">=7.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
4 changes: 4 additions & 0 deletions geolocation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@7.0.0-rc.0...@capacitor/geolocation@7.0.0) (2025-01-20)

**Note:** Version bump only for package @capacitor/geolocation

# [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@7.0.0-alpha.2...@capacitor/geolocation@7.0.0-rc.0) (2025-01-13)

**Note:** Version bump only for package @capacitor/geolocation
Expand Down
2 changes: 1 addition & 1 deletion geolocation/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["GeolocationPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions geolocation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/geolocation",
"version": "7.0.0-rc.0",
"version": "7.0.0",
"description": "The Geolocation API provides simple methods for getting and tracking the current position of the device using GPS, along with altitude, heading, and speed information if available.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0-rc.0"
"@capacitor/core": ">=7.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
4 changes: 4 additions & 0 deletions haptics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@7.0.0-rc.0...@capacitor/haptics@7.0.0) (2025-01-20)

**Note:** Version bump only for package @capacitor/haptics

# [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@7.0.0-alpha.2...@capacitor/haptics@7.0.0-rc.0) (2025-01-13)

**Note:** Version bump only for package @capacitor/haptics
Expand Down
2 changes: 1 addition & 1 deletion haptics/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["HapticsPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
],
targets: [
.target(
Expand Down
Loading

0 comments on commit 383a119

Please sign in to comment.