Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.0.0 #208

Merged
merged 12 commits into from
Sep 14, 2021
Prev Previous commit
Next Next commit
Trigger publish on 'magic-sdk' and '@magic-sdk/react-native'
  • Loading branch information
smithki committed Sep 13, 2021
commit 1339a151cca2df60fe175f8bb9eb3acaf9dfebd6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"author": "Magic Labs <[email protected]>",
"auto": {
"plugins": [
["npm", { "forcePublish": true }],
"npm",
"released"
]
}
Expand Down
2 changes: 2 additions & 0 deletions packages/@magic-sdk/react-native/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

import 'regenerator-runtime/runtime';

// Force-publish

import { createSDK } from '@magic-sdk/provider';
import * as processPolyfill from 'process';
import localForage from 'localforage';
Expand Down
2 changes: 2 additions & 0 deletions packages/magic-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { IframeController } from './iframe-controller';

export * from '@magic-sdk/commons';

// Force-publish

export const Magic = createSDK(SDKBase, {
platform: 'web',
sdkName: 'magic-sdk',
Expand Down