Nick the Sick
1fc534f17f
chore: fix notation
2024-07-03 20:44:36 +02:00
Nick the Sick
76063d7f3b
chore: coalesce the two steps together
2024-07-03 20:39:20 +02:00
Nick the Sick
fc71c11cdf
chore: rm from changeset for releasing
2024-07-03 20:17:14 +02:00
Nick the Sick
8995a16d17
chore: add cache to publish step
2024-07-03 20:16:06 +02:00
Nick the Sick
3169879c8b
chore: add turbo to cached files
2024-07-03 20:13:55 +02:00
github-actions[bot]
a20b18cdf0
chore(release): publish a new pre-release version (pre)
2024-07-03 19:55:20 +02:00
Nick the Sick
74a37ffa51
chore: add a changeset
2024-07-03 19:47:33 +02:00
Nick the Sick
0c4396e7fe
chore: title PRs
2024-07-03 19:40:43 +02:00
github-actions[bot]
42af7a1b7b
chore: version packages (pre) ( #5308 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-03 19:00:05 +02:00
Mathias Stang
d5e10dc4b0
fix: make blockquote shortcut work in starter-kit ( #4995 )
...
* fix: make blockquote shortcut work in starter-kit
Because blockquote uses Mod-Shift-b, and bold uses Mod-b,
the bold shortcut will override the blockquote shortcut if added
to the extensions later.
Fixes #4994
* chore: add changeset
---------
Co-authored-by: Nick Perez <nicholas.perez@tiptap.dev>
2024-07-03 18:43:35 +02:00
dependabot[bot]
5ccc2ad68f
build(deps): bump cypress-io/github-action from 6.6.0 to 6.7.1 ( #5240 )
...
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action ) from 6.6.0 to 6.7.1.
- [Release notes](https://github.com/cypress-io/github-action/releases )
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/github-action/compare/v6.6.0...v6.7.1 )
---
updated-dependencies:
- dependency-name: cypress-io/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03 18:38:59 +02:00
Nick the Sick
f1446a24ee
chore: on push of develop
2024-07-03 18:36:41 +02:00
Nick the Sick
a43afc3209
chore: allow PR writes
2024-07-03 18:35:46 +02:00
Nick the Sick
14a00f48d7
chore: use vite in prod mode during tests
2024-07-03 18:28:14 +02:00
Nick the Sick
826ffbcd8e
chore: allow pushing tags
2024-07-03 18:18:23 +02:00
Nick the Sick
780bff84ba
feat: add turbo for parallel builds
2024-07-03 18:02:34 +02:00
Nick the Sick
05271c98fe
build: try to update gh action step versions
2024-07-03 17:42:50 +02:00
github-actions[bot]
4cbb09ef6d
chore: version packages
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-02 22:26:28 +02:00
Segev Finer
509676ed4a
fix(vue-3): fix editor.state updating too late during a transaction due to reactiveState fixes #4870 ( #5252 )
2024-07-02 21:58:46 +02:00
Nick the Sick
dfacb3b987
chore: regenerate package-lock
2024-07-02 20:13:22 +02:00
svenadlung
f79f22308a
Merge branch 'main' into develop
2024-07-02 18:13:21 +02:00
svenadlung
d0010d470c
docs: fix drawing demo
2024-07-02 18:13:08 +02:00
Nick the Sick
c96d332364
Merge branch 'main' into develop
2024-07-02 16:21:06 +02:00
Sven Adlung
d13e841da3
docs: move docs to own repository ( #5304 )
...
* docs: move docs
* docs: remove navigation file
* test: pre-optimize highlight.js
2024-07-02 16:07:10 +02:00
github-actions[bot]
d1c5c97e95
chore: version Packages (pre) ( #5280 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-02 05:31:09 +02:00
Martin Kriegeskorte
dba186c9b6
remove deprecated ci workflows
2024-07-01 09:51:27 +02:00
Nick Perez
89fefab9ac
fix: placeholders now check for empty content compared to their "true" empty state ( #5278 )
...
* fix: placeholders now check for empty content compared to their "true" empty state
* chore: add changeset
2024-06-28 09:05:43 +02:00
bdbch
dbc0f09414
cancel running build runs in concurrency
2024-06-28 08:44:18 +02:00
bdbch
10c537aac9
move CHANGELOG notice to correct file
2024-06-28 08:44:12 +02:00
bdbch
4bb9d8ffe8
add manual trigger for release
2024-06-28 08:44:06 +02:00
bdbch
8b0c87d148
cancel running runs that are obsolete
2024-06-28 08:44:00 +02:00
bdbch
cfd5350fa1
add run url to notification
2024-06-28 08:43:52 +02:00
bdbch
00a43afbae
fix publish script
2024-06-28 08:43:44 +02:00
bdbch
f33f91dd83
exit pre release branch for changesets
2024-06-28 08:29:46 +02:00
bdbch
2a63d23ad3
switch from lerna to changesets for versioning and publishing ( #5274 )
...
* chore: get rid of lerna and install changesets
* chore: dont ignore demos in changesets
* chore: add deprecation notice for global CHANGELOG.md
* chore: remove commitlint from husky
* update package-lock
* join pre track for develop
* add new publish workflow with changesets
* update CONTRIBUTING guidelines
* fix typo in CONTRIBUTING
* update PR template
* rename release script to publish
* added pre actions
* use singular workflow for publishing
2024-06-28 08:28:59 +02:00
Nick the Sick
045d9871f1
chore: update package versions for prosemirror
2024-06-28 08:17:13 +02:00
bdbch
c2e4ad9845
cancel running build runs in concurrency
2024-06-27 18:20:16 +02:00
bdbch
f3ff7cae3a
move CHANGELOG notice to correct file
2024-06-27 18:19:22 +02:00
bdbch
f86bf5cfc9
add manual trigger for release
2024-06-27 18:15:54 +02:00
bdbch
d78370dd92
cancel running runs that are obsolete
2024-06-27 18:12:56 +02:00
bdbch
359d808c48
add run url to notification
2024-06-27 18:08:34 +02:00
bdbch
d471b6b104
fix publish script
2024-06-27 18:05:39 +02:00
bdbch
58e43bb2ae
switch from lerna to changesets for versioning and publishing ( #5274 )
...
* chore: get rid of lerna and install changesets
* chore: dont ignore demos in changesets
* chore: add deprecation notice for global CHANGELOG.md
* chore: remove commitlint from husky
* update package-lock
* join pre track for develop
* add new publish workflow with changesets
* update CONTRIBUTING guidelines
* fix typo in CONTRIBUTING
* update PR template
* rename release script to publish
* added pre actions
* use singular workflow for publishing
2024-06-27 17:48:30 +02:00
Nick the Sick
de04a9f993
chore: ignore
2024-06-27 17:37:27 +02:00
Nick the Sick
e986853ea4
chore: update package-lock
2024-06-27 16:37:43 +02:00
Dominik Biedebach
6af368e703
chore: removed old rollup plugin sizes plugin
2024-06-27 16:15:04 +02:00
bdbch
c2a6177564
Merge branch 'main' into next
2024-06-26 23:57:15 +02:00
bdbch
1c9e2f6417
chore: adjust build gh action branches
2024-06-26 23:56:54 +02:00
bdbch
8c017d88f6
chore: merged main branch into beta branch
2024-06-26 23:53:44 +02:00
bdbch
729d1073bf
chore: revert dev dependencies in demos package to ensure peer dependency compatibility
2024-06-26 23:53:07 +02:00