VerteDinde
81160c598e
v7.3.0
2024-02-21 09:55:47 -08:00
George Xu
30af3b2a7f
v7.2.0
2023-11-30 15:54:44 -08:00
Erick Zhao
efaafef9d7
v7.1.0
2023-11-17 10:44:57 -08:00
George Xu
694d549857
v7.0.0
2023-11-15 15:10:47 -08:00
Keeley Hammond
4f419f5f3d
feat!: change electron-packager to @electron/packager ( #3408 )
...
* feat!: change electron-packager to @electron/packager
* chore: don't pin packager, @electron/get -> 3.0.0
2023-11-15 14:52:47 -08:00
Erik Moura
898921818f
build: update minimum Node.js version from `16.0.0` to `16.4.0` ( #3401 )
2023-11-03 14:19:42 -07:00
Erik Moura
0010e19dd3
build!: update minimum Node.js version from `14.17.5` to `16.0.0` ( #3399 )
2023-11-03 11:06:58 -07:00
George Xu
3e6fe25539
v6.4.2
2023-09-07 15:51:24 -07:00
Erick Zhao
198d703f9b
v6.4.1
2023-08-21 15:54:49 -07:00
Erick Zhao
0cd8fb7ed8
v6.4.0
2023-08-18 17:43:18 -07:00
Keeley Hammond
24d95ff08d
v6.3.0
2023-08-08 14:01:07 -07:00
Ultraman Mebius
bdc9108f17
chore: add `files` field for each package ( #3284 )
...
* chore: sync .npmignore to each package before publishing
* chore: ignore eslint config when publishing
* chore: add `files` field for each package
* chore: revert .npmignore for lint rule
* chore: add `src` into package for sourcemap
---------
Co-authored-by: Keeley Hammond <khammond@slack-corp.com>
2023-08-08 13:37:35 -07:00
Keeley Hammond
df8a722e20
v6.2.1
2023-06-15 16:15:00 -07:00
Keeley Hammond
34752e82a8
v6.2.0
2023-06-15 15:15:41 -07:00
Erick Zhao
f0eed936ba
feat(make): allow async maker configs ( #3248 )
...
Co-authored-by: Samuel Attard <sam@electronjs.org>
2023-06-15 14:15:44 -07:00
George Xu
22fb516651
build: migrate from github actions to circleci ( #3188 )
...
* initial config
tackle some validation errors
* debug windows and linux
* fix linux and windows workflows
* chore: dependency SMASH
* refactor cleanup
* remove snapcraft.yaml
* clean up
2023-06-05 13:41:55 -07:00
VerteDinde
5b40a8dbee
v6.1.1
2023-04-04 15:40:08 -07:00
Keeley Hammond
a1b18b44fe
v6.1.0
2023-03-27 15:43:12 -07:00
Erick Zhao
89d0cd290b
v6.0.5
2023-02-06 17:24:09 -08:00
Samuel Attard
dce53cacd7
build: enforce versions are in sync between packages ( #3106 )
2022-12-05 09:52:16 -08:00
Erick Zhao
7c93695696
v6.0.4
2022-11-30 14:00:43 -08:00
Erick Zhao
3dbaa339cd
docs: fix InternalOptions links in API docs ( #3083 )
...
5104cc0
changed the URLs to internal modules, which broke some links in
our generated API docs.
2022-11-17 10:02:08 -08:00
George Xu
5f6ec68553
v6.0.3
2022-11-14 16:35:53 -08:00
George Xu
11cf4b5835
v6.0.2
2022-11-14 15:12:48 -08:00
George Xu
f16a28bcf9
build: migrate to lerna from bolt ( #3058 )
...
* chore: init
* chore: migrate bolt to lerna
* chore: fix version
* add caching
* update scripts
* dont see why were piping
* contributing.md update
* add publishConfig
* update contributing.md
* fix wording
* delete bump and publish scripts
* Update ci.yml
* chore: lint
* update contributing.md
* chore: undo ts-ignores
* correctly remove yarn:coverage from rebase conflict
2022-11-14 11:12:29 -08:00
Keeley Hammond
540b1b92d3
Release 6.0.1
2022-11-08 11:40:44 -08:00
Keeley Hammond
6ef8230492
Release 6.0.0
2022-11-02 11:04:32 -07:00
Keeley Hammond
7e41df4960
Release 6.0.0-beta.75
2022-11-01 15:33:03 -07:00
Keeley Hammond
8fd6d8d0c0
Release 6.0.0-beta.74
2022-10-31 18:04:57 -07:00
Keeley Hammond
8555fd83b2
Release 6.0.0-beta.73
2022-10-31 17:22:40 -07:00
Keeley Hammond
79dc1bf495
Release 6.0.0-beta.72
2022-10-31 16:38:35 -07:00
Keeley Hammond
71f5907045
Release 6.0.0-beta.71
2022-10-31 16:20:57 -07:00
George Xu
d0f9c17301
Release 6.0.0 beta.70 ( #3018 )
...
* Release 6.0.0-beta.70
* Update CHANGELOG.md for 6.0.0-beta.70
* docs: add reminder to login to npm
* zzz
2022-10-28 16:23:39 -07:00
Keeley Hammond
07310399e7
Release 6.0.0 beta.69 ( #3011 )
...
* Release 6.0.0-beta.69
* Update CHANGELOG.md for 6.0.0-beta.69
2022-10-27 14:00:48 -07:00
George Xu
bfb7280063
chore: fix links from userland migration ( #3010 )
2022-10-27 13:56:33 -07:00
George Xu
8b78d7019e
docs: add READMEs to packages ( #2986 )
...
* docs: add maker module READMEs
* chore: remove sync-readmes script
* docs: add plugin READMEs
* docs: add packager module to READMEs
* docs: improve examples in READMEs
* docs: update README titles with module name
* fix: update CompileElectronPlugin name
Co-authored-by: Keeley Hammond <khammond@slack-corp.com>
2022-10-26 15:30:31 -07:00
Samuel Attard
493368c9e9
refactor: add / use named exports for plugins + makers + publishers ( #2996 )
2022-10-26 12:06:05 -07:00
Samuel Attard
247bcc8289
build: configure import/order eslint rule ( #2997 )
2022-10-26 10:37:16 -07:00
Keeley Hammond
442a30aad3
Release 6.0.0-beta.68
2022-10-24 10:39:53 -07:00
Erick Zhao
f5a9d811a4
chore: clean up unused eslint-disable directives ( #2953 )
2022-10-12 13:13:52 -07:00
Keeley Hammond
214fe4b0c5
Release 6.0.0-beta.67
2022-10-05 14:42:33 -07:00
Erick Zhao
5264607fd0
chore: Release 6.0.0-beta.66 ( #2932 )
...
* Release 6.0.0-beta.66
* Update CHANGELOG.md for 6.0.0-beta.66
2022-09-07 16:13:15 -07:00
Keeley Hammond
3b253c6c43
Release 6.0.0-beta.65
2022-07-25 13:51:34 -07:00
Calvin
460546b775
fix: add missing exports from packages ( #2920 )
...
Co-authored-by: Erick Zhao <erick@hotmail.ca>
2022-07-21 16:30:17 -07:00
Keeley Hammond
4dcca1cebb
feat!: upgrade Node.js to 14 LTS ( #2921 )
2022-07-21 16:08:38 -07:00
Samuel Attard
eb9ab9ba76
Release 6.0.0-beta.64
2022-06-16 11:20:27 -07:00
Mark Lee
46499bda7a
build(deps-dev): upgrade sinon to ^13.0.1
2022-02-11 19:33:08 -08:00
Mark Lee
87d642da47
Release 6.0.0-beta.63
2022-01-09 23:42:42 -08:00
Mark Lee
105f6c2a73
Release 6.0.0-beta.62
2022-01-09 12:02:50 -08:00
Mark Lee
822ffc0086
build(deps-dev): upgrade sinon to ^12.0.1
2022-01-09 10:29:46 -08:00