64dd070d67
build(dev-build): correctly pass secrets to publish task ( #24194 )
2021-11-10 12:52:00 -05:00
a1f95264e7
chore(): remove core/components from separate package release ( #23018 )
2021-03-04 13:38:09 -05:00
0de75afbef
feat(custom-elements): add experimental custom elements build ( #22863 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-02-11 12:08:00 -05:00
aec1d89454
chore(): add legacy peer deps to install step
2020-11-05 12:39:17 -05:00
41eac8abf4
chore(): add legacy peer deps to link process
2020-11-05 12:27:25 -05:00
32196bc4e8
chore(): remove beta script changes
2020-10-08 16:38:05 +00:00
a7f564b818
feat(vue): add hardware back button hook ( #22069 )
2020-09-11 11:20:48 -04:00
5ffa65f84a
feat(vue): add ionic vue beta ( #22062 )
2020-09-10 15:20:49 -04:00
3f1fe13c29
chore(scripts): run npm i add package lock false
2020-08-27 17:26:56 -04:00
6dae5d1dfe
chore(dependencies): add missing package lock files to packages ( #21951 )
...
- Add `package-lock.json` to `angular`, `angular-server`, `react`, `react-router` and the root
- Ran `npm audit` on all, fixed vulnerabilities
- Ran `npm outdated` on all, updated minor and patch versions
- Ran `npm update` on all
2020-08-21 16:00:40 -04:00
a0735b97bf
fix(build): Fixes to dev build for react ( #21684 )
...
* fix(react): removing lock files in react to get npm llink to work
* fix(scripts) updating ionic/react dep in react-router
* fix(scripts): linking ionic/react in router
* removing log
2020-07-06 21:11:45 -05:00
c680705162
chore(): update scripts to use colorette instead of turbocolor ( #21349 )
2020-05-20 13:33:53 -04:00
cefb08fe32
chore(release): update to latest octokit and usage ( #20601 )
...
- rename all references of `tag` to either `gitTag` or `npmTag` based on what they contain since this was confusing throughout
- add the code to publish to git as a prerelease if the npm tag is `next`
- log the version when asking if the npm tag is correct
2020-02-24 11:46:09 -05:00
d21b5df523
chore(scripts): include v4-lts as a choice tag for release
2020-02-11 10:53:19 -05:00
fc35dd3efe
chore(scripts): update angular versions in dist directly
2020-01-06 11:38:17 -05:00
0feace4f89
chore(scripts): update main and dist package files for angular
2020-01-03 16:58:29 -05:00
cb94d8d978
chore(scripts): comment out tests for release, remove core update
2020-01-03 14:31:25 -05:00
83f77e2972
chore(release): update release script to pass proper path
2020-01-02 16:02:47 -05:00
2344d0b272
feat(angular): angular 9 support ( #19515 )
...
* init ivy support
* chore(): angular prerelease
* chore: update
* updates
* angular 8 deps
* chore(angular): update sync script
* updates
* chore(): remove console log
* chore(): updates
* chore(): update release script
* fix(): remove comments
* fix(): remove test version
* fix(): failing angular test
* fix(): failing angular tests
* fix(): update ci steps
* fix(): fix sync script
* chore(): refactor angular proxies
* chore(): updates
* chore(): updates
* chore(): lint
* chore(): updates
* chore(ssr): check for window
* chore(): fix virtual scroll angular tests
* chore(): lint
* chore(): add server to link
* chore(scripts): update release script
* chore(): bump version check
* style(scripts): spacing
2019-12-18 18:43:59 -05:00
16815b3cc8
chore(build): awaiting on test task
2019-10-30 13:16:15 -06:00
ce0bed4cf3
chore(release): update release script to move the npm link
2019-10-14 20:07:55 -04:00
94c13c2994
chore(scripts): update release script to include tag for rc
...
- adds support for changing the tag from `latest` to `next`
- checks the user's confirmation on the prepare and tag to end the script if the user selects no
- adds support for passing --dry-run to see what the publish will be
2019-10-14 20:07:55 -04:00
889f282450
fix(build): properly update peer dependencies ( #19639 )
2019-10-14 11:13:20 -06:00
1cb97504d9
chore(release): npm link react package for the release script ( #19657 )
2019-10-14 12:54:30 -04:00
8706ecf9c3
chore(): React Build Scripts ( #19501 )
2019-10-07 10:37:20 -06:00
fb18f3ba25
feat(): support for stackblitz ( #18846 )
2019-07-23 01:01:36 +02:00
cd0f03e4b6
chore(scripts): fix typo of hotfix
2019-03-07 11:32:37 -05:00
f8861a5e28
chore(release): update release script to check for release or hotfix branches
2019-03-06 11:55:41 -05:00
90740ce2c2
chore(): no-install flag
2019-01-16 17:15:43 +01:00
564fd61541
chore(build): add release.dev npm build script ( #17104 )
2019-01-14 22:01:45 +01:00
c65734dd40
chore(): lint before update package.json
2018-12-13 17:03:18 +01:00
1a27bce7fd
chore(): release script for docs ( #16620 )
2018-12-07 01:26:53 +01:00
1badf58014
chore(): bypass version check
2018-11-01 19:50:09 +01:00
65ebb53d68
chore(): build after test
2018-09-26 21:00:55 +02:00
fef751d718
chore(): do not install on build
2018-08-16 15:47:49 +02:00
b69098a77d
chore(): update deps
2018-07-29 01:44:45 +02:00
70bd1e88ea
chore(build): use install instead of ci for release
2018-07-16 13:38:39 -05:00
477316adb1
revert(): improve global build script
...
This reverts commit 39ab607fb662a21f188d07afd3249263d995b47f.
2018-07-10 12:02:09 -05:00
39ab607fb6
chore(): improve global build script
2018-07-10 00:11:01 +02:00
a7f1f4daa7
refactor(components): update to use shadow DOM and work with css variables
...
- updates components to use shadow DOM or scoped if they require css variables
- moves global styles to an external stylesheet that needs to be imported
- adds support for additional colors and removes the Sass loops to generate colors for each component
- several property renames, bug fixes, and test updates
Co-authored-by: Manu Mtz.-Almeida <manu.mtza@gmail.com>
Co-authored-by: Adam Bradley <adambradley25@gmail.com>
Co-authored-by: Cam Wiegert <cam@camwiegert.com>
2018-07-09 12:57:21 -04:00
904af3901b
chore(scripts): fix script
2018-04-04 16:57:55 +02:00
974b949754
fix(scripts): update dep version
2018-04-04 16:52:01 +02:00
f304480dfc
chore(deploy): update deploy scripts
2018-03-28 15:35:31 -05:00
f904fd111b
chore(all): monorepo release script
2018-03-21 23:53:25 +01:00