forked from google/blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(develop): release blockly 9.0.0 #238
Open
release-please
wants to merge
1
commit into
develop
Choose a base branch
from
release-please--branches--develop--components--blockly
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(develop): release blockly 9.0.0 #238
release-please
wants to merge
1
commit into
develop
from
release-please--branches--develop--components--blockly
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for the PR! The develop branch is currently frozen in preparation for the release so it may not be addressed until after release week. |
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
5 times, most recently
from
April 25, 2022 21:46
214a952
to
e28a74a
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
from
May 24, 2022 15:02
e28a74a
to
0a653d1
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
4 times, most recently
from
August 10, 2022 20:59
4b2a5e3
to
d5aebc8
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
3 times, most recently
from
August 17, 2022 18:23
7ec8170
to
43e2731
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
6 times, most recently
from
August 29, 2022 17:16
ed04942
to
529e88f
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
2 times, most recently
from
August 31, 2022 22:01
519c3e2
to
5d200c2
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
7 times, most recently
from
September 14, 2022 21:24
12eac08
to
772a2fb
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
from
September 29, 2022 16:49
772a2fb
to
2802f3c
Compare
rachel-fenichel
force-pushed
the
develop
branch
from
September 29, 2022 23:29
7ec0670
to
8530e6d
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
4 times, most recently
from
October 5, 2022 20:44
8291cea
to
84fd038
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
from
October 12, 2022 18:24
84fd038
to
9def8ed
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
from
October 13, 2022 23:27
9def8ed
to
888e8e9
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
from
October 14, 2022 18:37
888e8e9
to
619ac6e
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
from
October 17, 2022 17:29
619ac6e
to
a0e1a00
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
from
October 18, 2022 23:43
a0e1a00
to
4cec3f0
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
from
October 20, 2022 23:01
4cec3f0
to
1f186ed
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
from
October 25, 2022 17:42
1f186ed
to
0ee9fd4
Compare
release-please
bot
force-pushed
the
release-please--branches--develop--components--blockly
branch
from
October 25, 2022 21:26
0ee9fd4
to
7237a8d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
9.0.0 (2022-10-25)
⚠ BREAKING CHANGES
main.js
google/blockly#6260)goog.module.declareLegacyNamespace
. (refactor!: Remove remaining use ofgoog.module.declareLegacyNamespace
. google/blockly#6254)blocks_compressed.js
chunk will be accessed asBlockly.libraryBlocks
instead ofBlockly.blocks.all
when the chunk is loaded in a browser via a<script>
tag. There will be no changes visible when the chunk is loaded via ES moduleimport
or CJSrequire
.import ... from 'blockly/blocks'
) have changed; see above.import ... from 'blockly/blocks'
) have changed; see above.Features
core/
(#6220) (4070ffc)scripts/migration/renamings.js
(#5980) (3c723f0)Bug Fixes
//
isn't a legal comment in CSS (#6467) (84f6dfe)object.mixin
withObject.assign
(#6138) (df41c23)is3dSupported
(#6400) (55ea12b)--debug
fortest:compile:advanced
; fix some errors (and demote the rest to warnings) (#5983) (e11b583)Reverts
Miscellaneous Chores
Code Refactoring
goog.module.declareLegacyNamespace
. (#6254) (f947b3f)release
This PR was generated with Release Please. See documentation.