Elliot DeNolf
3d7c8277d7
chore(release): v3.0.0-beta.35 [skip ci]
2024-05-21 10:51:19 -04:00
Elliot DeNolf
0d544dacdb
chore(release): v3.0.0-beta.34 [skip ci]
2024-05-17 16:12:46 -04:00
Elliot DeNolf
eeb689dd55
chore(release): v3.0.0-beta.33 [skip ci]
2024-05-17 14:59:23 -04:00
Alessio Gravili
9d5c0d350c
feat!: upgrade minimum next version to 14.3.0-canary.68 & upgrade react packages, react-toastify ( #6387 )
...
**BREAKING:**
- The minimum required next version is now 14.3.0-canary.68. This is
because we are migrating away from the deprecated
experimental.serverComponentsExternalPackages next config key to
experimental.serverExternalPackages, which is not available in older
next canaries
- The minimum `react` and `react-dom` versions have been bumped to
^18.2.0 or ^19.0.0. This matches the minimum react version recommended
by next
2024-05-17 12:48:37 -04:00
Elliot DeNolf
0e9bbecbee
chore(release): v3.0.0-beta.32 [skip ci]
2024-05-14 17:33:28 -04:00
Elliot DeNolf
f52607f3b5
chore(release): v3.0.0-beta.31 [skip ci]
2024-05-14 12:37:38 -04:00
Elliot DeNolf
a70bcf81c0
chore(release): v3.0.0-beta.30 [skip ci]
2024-05-10 17:10:18 -04:00
Elliot DeNolf
ffa20aa7d0
chore(release): v3.0.0-beta.29 [skip ci]
2024-05-09 17:19:54 -04:00
Elliot DeNolf
ec556360b6
chore(release): v3.0.0-beta.28 [skip ci]
2024-05-08 14:08:09 -04:00
Elliot DeNolf
e95eea694c
chore(release): v3.0.0-beta.27 [skip ci]
2024-05-08 13:33:55 -04:00
Elliot DeNolf
259ae674a1
chore(release): v3.0.0-beta.26 [skip ci]
2024-05-08 11:18:39 -04:00
Elliot DeNolf
892b884745
chore(release): v3.0.0-beta.25 [skip ci]
2024-05-06 13:02:08 -04:00
Elliot DeNolf
e8dd0a7daf
chore: more type updates ( #6234 )
2024-05-06 12:57:50 -04:00
Elliot DeNolf
453e331014
chore: package.json author consistency
2024-05-06 11:05:44 -04:00
Paul
7f72006020
chore(plugin-stripe)!: add types exports and rename types to be more consistent with other plugins ( #6216 )
...
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2024-05-06 10:37:44 -04:00
Elliot DeNolf
2ce65dc1e0
chore(release): v3.0.0-beta.24 [skip ci]
2024-05-03 14:56:47 -04:00
Elliot DeNolf
cb90e9f622
chore(release): v3.0.0-beta.23 [skip ci]
2024-05-02 16:05:19 -04:00
Paul
75a95469b2
feat(plugin-stripe): update plugin stripe for v3 ( #6019 )
2024-05-02 16:19:27 -03:00
Jacob Fletcher
a4e8795666
fix(deps): dedupes react ( #6064 )
2024-04-26 13:22:12 -04:00
Elliot DeNolf
df77152851
chore: add sort-package-json, sort all package.json files
2024-04-25 22:19:37 -04:00
Alessio Gravili
1853fde379
chore: upgrade typescript and "@types/"-prefixed packages
2024-04-06 15:35:09 -04:00
Elliot DeNolf
5d4bb10106
chore: update all package.json repository urls and homepage ( #5655 )
2024-04-04 12:02:08 -04:00
Elliot DeNolf
1e10f021b5
chore: update all package.json main, types, exports, publishConfig
2024-03-19 00:45:50 -04:00
Dan Ribbens
a742f82370
chore: plugins peerDependencies payload workspace
2024-03-10 11:43:13 -04:00
James
f51434880f
chore: add type: module to all packages
2024-03-06 11:27:45 -05:00
Elliot DeNolf
6d89f2160d
ci: proper dependency graph for turbo to build in right order
2024-02-29 16:55:30 -05:00
Elliot DeNolf
6ff42d1627
ci: fixed versioning ( #5214 )
...
* chore(deps): add lerna-lite
* feat: update-1
* feat(db-mongodb): update 2
* chore: lerna init
* chore: add version option to lerna config
* chore(ci): add gh usernames to changelog and user root package.json for version
* chore(ci): whitelist poc branches
* chore(ci): add contributors section
* chore(ci): use turbo for prepublishOnly scripts, enable caching
* chore(deps): update turborepo, add execa
* feat(plugin-stripe): adjust type import
* chore: remove lerna-lite
* chore(ci): new and improved release script for fixed versioning
* chore: remove unused lerna-lite packages
* chore: sync root package.json version
* chore: remove remnants of bundler packages
* chore(plugin-seo): update packagea.json from main, disable build
* chore: disable turbo caching
* chore(ci): update release script
* chore: sync pnpm-lock.yaml
* chore: ci cleanup
2024-02-29 16:01:51 -05:00
Jarrod Flesch
65081d995e
chore: correct broken int test import paths
2024-02-22 16:19:40 -05:00
Alessio Gravili
293cee6f90
chore(plugin-stripe): rename build script to _build ( #4344 )
2023-12-01 10:04:37 +01:00
Patrik
37b765cce8
fix(plugin-stripe): vite support ( #4279 )
...
* chore: updates export of stripe plugin & bumps payload versions
* chore: handles type errors
* chore: adds alias for stripeREST & strepWebhooks
* fixes issues with bundling within demo
* chore: defaults plugin-stripe demo to use vite bundler
* chore: updates pnpm lock file
* chore: removes yarn lock file from plugin-stripe demo
* chore: bumps payload in demo & cleans up demo config
* chore: updates pnpm lock file
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-28 14:12:18 -05:00
Elliot DeNolf
c4561a4390
chore: proper clean scripts
2023-10-25 15:05:14 -04:00
Elliot DeNolf
8fe712cb66
chore(release): plugin-stripe/0.0.16 [skip ci]
2023-10-25 13:28:10 -04:00
Elliot DeNolf
459a55dfb6
chore(plugin-stripe): use payload 1.x as dev dep
2023-10-25 13:27:30 -04:00
Elliot DeNolf
0851ef41d7
chore(plugin-stripe): update peer deps
2023-10-25 12:19:22 -04:00
Elliot DeNolf
ae5b397bc8
test(plugin-stripe): stub tests
2023-10-23 00:11:19 -04:00
Elliot DeNolf
c86ae0a9d2
chore(plugin-stripe): cleanup after import
2023-10-22 17:38:56 -04:00
Elliot DeNolf
927a1ab049
chore(release): plugin-nested-stripe/0.0.15
2023-10-13 10:57:48 -04:00
Elliot DeNolf
f23ae28d45
chore(deps): add payload 2.0 to peer deps
2023-10-13 10:56:46 -04:00
Elliot DeNolf
36740b70d4
0.0.15-beta.0
2023-10-06 11:49:53 -04:00
Patrik Kozak
56cf767e18
chore: improves alias pattern
2023-10-05 15:37:01 -04:00
Jacob Fletcher
0a45389a25
0.0.14
2023-08-04 13:28:23 -04:00
Jacob Fletcher
741ab0487d
bumps demo to payload v1.8.2
2023-05-18 14:28:46 -04:00
Jacob Fletcher
8a513ba7af
chore: eslint and prettier
2023-05-18 14:28:41 -04:00
Jacob Fletcher
dfb9a93547
0.0.13
2023-05-01 17:40:57 -04:00
Jacob Fletcher
bfe8de3fd6
0.0.12
2023-03-29 13:27:09 -04:00
Jacob Fletcher
8ddbb67f07
0.0.11
2023-02-02 14:28:23 -05:00
Jacob Fletcher
a38b43dc4f
chore: handles stripe test keys
2023-01-04 16:53:18 -05:00
Jacob Fletcher
12e85f654e
Merge pull request #12 from payloadcms/fix/7
...
fix: auto-generates password for webhook-created users
2023-01-04 10:18:26 -05:00
Jacob Fletcher
c02463be69
fix: auto-generates password for webhook-created users
2023-01-04 10:16:41 -05:00
Jacob Fletcher
e59e6ed65e
fix: properly exports types
2023-01-04 09:44:15 -05:00