Paul
75a95469b2
feat(plugin-stripe): update plugin stripe for v3 ( #6019 )
2024-05-02 16:19:27 -03:00
Elliot DeNolf
c6132df866
chore: rename resend package ( #6168 )
2024-05-01 12:02:40 -04:00
Elliot DeNolf
17bee6a145
ci: reworks changelog and release notes generation ( #6164 )
2024-04-30 23:50:49 -04:00
Elliot DeNolf
dc31d9c715
test: parse and update tsconfig in before test hook
2024-04-30 00:24:06 -04:00
Elliot DeNolf
45b3f06e1b
chore: implement better tsconfig reset mechanism
2024-04-29 23:23:09 -04:00
Elliot DeNolf
888d6f8856
ci(scripts): adjust release publish limit
2024-04-29 17:19:36 -04:00
Elliot DeNolf
df6b9dd30b
ci(scripts): update pack-all-to-dest
2024-04-25 23:25:31 -04:00
Elliot DeNolf
e9004a93a4
ci(scripts): safer package details retrieval
2024-04-25 10:50:41 -04:00
Elliot DeNolf
7ef5493414
ci(scripts): misc improvements
2024-04-24 21:04:12 -04:00
Elliot DeNolf
332b8b6f34
ci(scripts): true publish with pLimit
2024-04-24 15:26:24 -04:00
Elliot DeNolf
95b3f6d40d
chore(scripts): add new packages to getPackageRegistryVersions
2024-04-23 09:10:25 -04:00
Elliot DeNolf
c258a4bef1
chore(scripts): add throttling to release script, optional git commit arg
2024-04-23 09:09:55 -04:00
Elliot DeNolf
4f566b088c
feat!: remove pointer files
2024-04-12 11:31:35 -04:00
Elliot DeNolf
2fc9885abc
chore(scripts): add getPackageRegistryVersions script
2024-04-10 21:26:50 -04:00
Elliot DeNolf
14d683fb9a
chore(scripts): update release script
2024-04-10 21:26:31 -04:00
Elliot DeNolf
5826048e7b
ci: publish script throttling
2024-04-09 09:50:23 -04:00
Elliot DeNolf
3a3a7f6e16
ci(scripts): remove p-map
2024-04-05 17:48:21 -04:00
Elliot DeNolf
ab6ca7910e
ci: release script concurrency ( #5657 )
...
* chore(deps): update turborepo
* chore: unprettified upload pointer files
* ci: use p-map in release script
2024-04-04 12:37:05 -04:00
Paul
8174230afe
chore: plugin form builder e2e ( #5612 )
...
* chore: update plugin files to esm
* chore: add e2e for plugin form builder
* chore: update release script and gh workflow
* chore: update build command for form builder plugin
2024-04-02 20:56:37 -03:00
Elliot DeNolf
390731c07b
ci: separate tests-unit, esm scripts ( #5607 )
...
* ci: script esm updates
* ci: separate out unit tests
2024-04-02 17:31:38 -04:00
Elliot DeNolf
317a443644
chore: remove unused update changelog script
2024-03-25 13:40:07 -04:00
Elliot DeNolf
c90de87f37
ci: release script updates
2024-03-22 16:32:23 -04:00
Elliot DeNolf
700e77ad43
chore(scripts): script:pack for packing to destination
2024-03-21 17:25:01 -04:00
Elliot DeNolf
30a1219f9d
ci: release script outputs stderr on publish
2024-03-13 15:06:02 -04:00
Dan Ribbens
601f2fb450
chore: add building plugins to release
2024-03-10 14:16:45 -04:00
Dan Ribbens
f276826b09
chore(plugin-search): esm imports
2024-03-10 11:28:54 -04:00
Elliot DeNolf
3e6a4073c4
chore(scripts): cleanup release script
2024-03-08 20:56:39 -05:00
Dan Ribbens
19d2a4d1cd
chore: esm compatible scripts
2024-03-06 12:24:25 -05:00
James
7815d5ac5d
chore: successful build
2024-03-06 11:57:24 -05:00
Dan Ribbens
c83eeefeb2
chore: release script tag and commit as default
2024-03-04 11:01:42 -05:00
Elliot DeNolf
5b86a8d7c9
ci: adjust whitelist of release script
2024-03-04 09:51:22 -05:00
Elliot DeNolf
399b799002
ci: update release script
2024-03-03 13:01:59 -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
Alessio Gravili
5de347ffff
feat(richtext-lexical)!: lazy import React components to prevent client-only code from leaking into the server ( #4290 )
...
* chore(richtext-lexical): lazy import all React things
* chore(richtext-lexical): use useMemo for lazy-loaded React Components to prevent lag and flashes when parent component re-renders
* chore: make exportPointerFiles.ts script usable for other packages as well by hoisting it up to the workspace root and making it configurable
* chore(richtext-lexical): make sure no client-side code is imported by default from Features
* chore(richtext-lexical): remove unnecessary scss files
* chore(richtext-lexical): adjust package.json exports
* chore(richtext-*): lazy-import Field & Cell Components, move Client-only exports to /components subpath export
* chore(richtext-lexical): make sure nothing client-side is directly exported from the / subpath export anymore
* add missing imports
* chore: remove breaking changes for Slate
* LazyCellComponent & LazyFieldComponent
2023-12-06 14:20:18 +01:00
Elliot DeNolf
62403584ad
chore(scripts): cleanup package details log
2023-11-21 10:28:17 -05:00
Elliot DeNolf
00a1ce754a
ci: conventional commits changelog ( #3843 )
...
* feat(live-preview): another oen
* wip: changelog script
* wippppp
* chore: this worked
* wip: changelog working
* chore(script): working changelog gen
* chore(script): update changelog during release
2023-10-24 14:10:14 -04:00
Elliot DeNolf
c8cc6ea1cc
chore(script): more prompts during publish
2023-10-18 21:29:26 -04:00
Elliot DeNolf
f50a392d59
chore(script): update release script [skip ci]
2023-10-17 17:00:14 -04:00
Elliot DeNolf
6cd4df3dc4
chore(script): properly version and publish non-latest packages
2023-10-17 11:30:09 -04:00
Elliot DeNolf
1fdff92525
chore(script): use semver to validate and show next version
2023-10-16 12:10:30 -04:00
Elliot DeNolf
ff5e174497
chore(script): multiselect publishing prompt
2023-10-15 20:53:16 -04:00
Elliot DeNolf
03b9ab0054
chore: cleanup scripts
2023-10-13 16:34:37 -04:00
Elliot DeNolf
71dce62646
chore(script): list packages ( #3590 )
...
* chore(script): list-packages script
* chore(script): show commits since last tag
2023-10-12 09:40:57 -04:00
Elliot DeNolf
d86bcc1495
chore: update publish script
2023-10-10 17:48:42 -04:00
Elliot DeNolf
229bdda2c1
chore: rename publish script
2023-10-10 10:48:51 -04:00
Elliot DeNolf
b398c44bfe
chore: update all references to main in docs, examples, and templates
2023-10-08 19:45:54 -04:00
Elliot DeNolf
1020b08fd1
chore: port publish script to ts
2023-10-08 13:20:43 -04:00
Elliot DeNolf
12bf78f41b
chore(script): pack_to_dest script
2023-10-04 16:48:18 -04:00
Elliot DeNolf
3ce9c9ef03
ci: create beta release script
2023-10-04 14:49:57 -04:00
Elliot DeNolf
0c977511f6
chore(script): list latest package versions from registry
2023-10-02 17:19:40 -04:00