-
Notifications
You must be signed in to change notification settings - Fork 20
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(master): release 11.0.0 #743
Merged
florian-sanders-cc
merged 1 commit into
master
from
release-please--branches--master--components--components
Jul 18, 2023
Merged
chore(master): release 11.0.0 #743
florian-sanders-cc
merged 1 commit into
master
from
release-please--branches--master--components--components
Jul 18, 2023
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
clevercloud-ci
changed the title
chore(master): release 10.5.1
chore(master): release 10.6.0
Apr 11, 2023
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
from
April 11, 2023 12:08
53f5dd6
to
11256d2
Compare
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
from
April 27, 2023 07:55
11256d2
to
47350a5
Compare
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
2 times, most recently
from
May 17, 2023 17:59
117662c
to
a4c54f5
Compare
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
3 times, most recently
from
June 5, 2023 07:57
6b63144
to
c785c9b
Compare
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
from
June 9, 2023 14:57
c785c9b
to
f80dfe6
Compare
clevercloud-ci
changed the title
chore(master): release 10.6.0
chore(master): release 11.0.0
Jun 20, 2023
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
from
June 20, 2023 14:11
f80dfe6
to
26cff75
Compare
clevercloud-ci
changed the title
chore(master): release 11.0.0
chore(master): release 10.6.0
Jun 20, 2023
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
from
June 20, 2023 15:43
26cff75
to
581928c
Compare
clevercloud-ci
changed the title
chore(master): release 10.6.0
chore(master): release 11.0.0
Jun 21, 2023
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
6 times, most recently
from
June 26, 2023 14:06
3c304c2
to
4d306af
Compare
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
3 times, most recently
from
July 3, 2023 15:42
e64cb7f
to
516731a
Compare
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
2 times, most recently
from
July 10, 2023 12:38
1233a19
to
df8e961
Compare
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
from
July 18, 2023 09:59
df8e961
to
886f384
Compare
clevercloud-ci
force-pushed
the
release-please--branches--master--components--components
branch
from
July 18, 2023 12:17
886f384
to
393f56a
Compare
florian-sanders-cc
deleted the
release-please--branches--master--components--components
branch
July 18, 2023 12:19
🤖 Release is at https://github.com/CleverCloud/clever-components/releases/tag/11.0.0 🌻 |
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
11.0.0 (2023-07-18)
⚠ BREAKING CHANGES
name
property. Make sure you filter out unwanted features using theaddonFeatures
(smart component usage) orproductFeatures
prop (directly set on thecc-pricing-product
component). See the related issue for more info.price
in theoptions
property is no more needed on components:error
property from an enum to a boolean.icon
property is nowimage
. It still requires a URL.icon
property now requires an icon object instead of a URL. If you want to pass a URL nevertheless, use the newimage
property instead.icon-alt
property is nowicon-accessible-name
.icon-src
property is nowicon
and requires an icon object instead of a URL.IconModel
interface should be imported fromsrc/components/common.types.d.ts
file and notsrc/components/cc-icon/cc-icon.types.d.ts
file anymore.cc-pricing-page
component a lot more. For instance, thecc-pricing-header
can now be positioned wherever one wants within thecc-pricing-page
because everything is slotted within thecc-pricing-page
. The smartcc-pricing-page
smart component was mainly interacting withcc-pricing-header
data (fetchingzones
). This is why we removed thecc-pricing-page.smart
part and added acc-pricing-header.smart
.cc-pricing-table
component has been merged into thecc-pricing-product
component.cc-pricing-table
sub-component to do so.cc-pricing-table
component and stories intocc-pricing-product
.Features
cc-icon
(0097bed)icon
property toimage
(1d0655a)cc-icon
(629806c)cc-icon
(14e6c28)cc-addon-option
icon property (fc76583)icon
property to receive an IconModel (b72e0b5)iconAlt
property toiconAccessibleName
(eb4494b)cc-icon
instead ofcc-img
(b48032d)cc-icon
(4f06188)icon
property toimage
and addicon
property to receive an IconModel (51e9bf9)cc-icon
(12828bb)cc-icon
(8619af3)cc-icon
(205265d)cc-icon
(285af26)cc-icon
(3863243)cc-icon
(eb3980a)cc-icon
(a26c6c2)cc-icon
(158c19e)cc-icon
(2296126)cc-icon
(e5d4b44)cc-icon
(3cebef0)cc-icon
(489e35d)cc-icon
(fac4c73)cc-icon
(8951bdf)cc-icon
(ec31ed4)cc-icon
(ec67cf3)cc-icon
(8450410)cc-icon
(73e98d6)cc-icon
(44a26b7)cc-icon
(29c03d9)cc-icon
(3386f32)cc-flex-gap
(64ab365)--cc-border-radius-default
and use it when relevant (a9f344a)--cc-border-radius-small
and use it when relevant (c321b79)--cc-color-border-neutral-disabled
and use it when relevant (3034296)--cc-color-border-neutral-focused
and use it when relevant (593fe51)--cc-color-border-neutral-hovered
and use it when relevant (8445e1b)--cc-color-border-neutral-strong
and use it when relevant (03aed66)--cc-color-border-neutral-weak
and use it when relevant (07fa2a6)--cc-color-border-neutral
and use it when relevant (8021678)Bug Fixes
cc-icon
in circle mode and loading state (95d4187)--cc-color-bg-neutral-readonly
when relevant (22bbc9c), closes #511<template>
insideunsafeHTML
expression (92b20ec), closes #784Miscellaneous Chores
Code Refactoring
IconModel
interface tocommon.types.d.ts
(89a6409)This PR was generated with Release Please. See documentation.