Skip to content

Commit

Permalink
feat(): rename files, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos9413 committed Nov 22, 2023
1 parent 8e8f12c commit 76ab1c7
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covve/capacitor-stripe",
"version": "5.4.4",
"version": "5.4.7",
"engines": {
"node": ">=16.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = 'CapacitorCommunityStripeIdentity'
s.name = 'CovveCapacitorStripeIdentity'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
Expand Down
4 changes: 2 additions & 2 deletions packages/identity/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/stripe-identity",
"version": "5.4.3",
"version": "5.4.7",
"engines": {
"node": ">=16.0.0"
},
Expand All @@ -14,7 +14,7 @@
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorCommunityStripeIdentity.podspec"
"CovveCapacitorStripeIdentity.podspec"
],
"author": "Masahiko Sakakibara",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = 'CapacitorCommunityStripe'
s.name = 'CovveCapacitorStripe'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Foundation
import Capacitor
import StripePaymentSheet
import PassKit

class PaymentSheetExecutor: NSObject {
weak var plugin: StripePlugin?
Expand Down
4 changes: 2 additions & 2 deletions packages/payment/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/payment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covve/capacitor-stripe",
"version": "5.4.3",
"version": "5.4.7",
"engines": {
"node": ">=16.0.0"
},
Expand All @@ -26,7 +26,7 @@
"dist/",
"src/",
"ios/Plugin/",
"CapacitorCommunityStripe.podspec"
"CovveCapacitorStripe.podspec"
],
"author": "Masahiko Sakakibara <[email protected]>",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = 'CapacitorCommunityStripeTerminal'
s.name = 'CovveCapacitorStripeTerminal'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
Expand Down
4 changes: 2 additions & 2 deletions packages/terminal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/stripe-terminal",
"version": "5.4.3",
"version": "5.4.7",
"description": "Stripe SDK bindings for Capacitor Applications",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -11,7 +11,7 @@
"android/build.gradle",
"dist/",
"ios/Plugin/",
"CapacitorCommunityStripeTerminal.podspec"
"CovveCapacitorStripeTerminal.podspec"
],
"author": "Masahiko Sakakibara",
"license": "MIT",
Expand Down

0 comments on commit 76ab1c7

Please sign in to comment.