diff --git a/.changeset/cool-cows-march.md b/.changeset/cool-cows-march.md deleted file mode 100644 index 8f96ec171..000000000 --- a/.changeset/cool-cows-march.md +++ /dev/null @@ -1,110 +0,0 @@ ---- -"@hopper-ui/svg-icons": minor ---- - -Modified the following SVG rich icons: - -**Added** - -| SVG Name | -|-------------------------| -| action-list-24.svg | -| action-list-32.svg | -| action-list-40.svg | -| anonymous-24.svg | -| anonymous-32.svg | -| anonymous-40.svg | -| caution-24.svg | -| caution-32.svg | -| caution-40.svg | -| conversation-24.svg | -| conversation-32.svg | -| conversation-40.svg | -| custom-24.svg | -| custom-32.svg | -| custom-40.svg | -| decreasing-score-24.svg | -| decreasing-score-32.svg | -| decreasing-score-40.svg | -| email-24.svg | -| email-32.svg | -| email-40.svg | -| feedback-24.svg | -| feedback-32.svg | -| feedback-40.svg | -| goal-individiual-24.svg | -| goal-individiual-32.svg | -| goal-individiual-40.svg | -| goal-team-24.svg | -| goal-team-32.svg | -| goal-team-40.svg | -| growth-24.svg | -| growth-32.svg | -| growth-40.svg | -| idea-24.svg | -| idea-32.svg | -| idea-40.svg | -| info-24.svg | -| info-32.svg | -| info-40.svg | -| likert-scale-24.svg | -| likert-scale-32.svg | -| likert-scale-40.svg | -| multiple-choice-24.svg | -| multiple-choice-32.svg | -| multiple-choice-40.svg | -| one-on-one-24.svg | -| one-on-one-32.svg | -| one-on-one-40.svg | -| opinion-scale-24.svg | -| opinion-scale-32.svg | -| opinion-scale-40.svg | -| organization-24.svg | -| organization-32.svg | -| organization-40.svg | -| people-24.svg | -| people-32.svg | -| people-40.svg | -| question-24.svg | -| question-32.svg | -| question-40.svg | -| reminder-24.svg | -| reminder-32.svg | -| reminder-40.svg | -| review-24.svg | -| review-32.svg | -| review-40.svg | -| rising-score-24.svg | -| rising-score-32.svg | -| rising-score-40.svg | -| rocket-24.svg | -| rocket-32.svg | -| rocket-40.svg | -| script-24.svg | -| script-32.svg | -| script-40.svg | -| settings-24.svg | -| settings-32.svg | -| settings-40.svg | -| sparkles-24.svg | -| sparkles-32.svg | -| sparkles-40.svg | -| star-24.svg | -| star-32.svg | -| star-40.svg | -| success-24.svg | -| success-32.svg | -| success-40.svg | -| support-24.svg | -| support-32.svg | -| support-40.svg | -| template-24.svg | -| template-32.svg | -| template-40.svg | -| text-answer-24.svg | -| text-answer-32.svg | -| text-answer-40.svg | -| upsell-24.svg | -| upsell-32.svg | -| upsell-40.svg | - diff --git a/.changeset/fast-jobs-grab.md b/.changeset/fast-jobs-grab.md deleted file mode 100644 index 839dd423b..000000000 --- a/.changeset/fast-jobs-grab.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -"@hopper-ui/icons": minor ---- - -Modified the following icons: - -**Added** - -| Icon Name | -|-------------------------| -| ActionListRichIcon | -| AnonymousRichIcon | -| CautionRichIcon | -| ConversationRichIcon | -| CustomRichIcon | -| DecreasingScoreRichIcon | -| EmailRichIcon | -| FeedbackRichIcon | -| GoalIndividiualRichIcon | -| GoalTeamRichIcon | -| GrowthRichIcon | -| IdeaRichIcon | -| InfoRichIcon | -| LikertScaleRichIcon | -| MultipleChoiceRichIcon | -| OneOnOneRichIcon | -| OpinionScaleRichIcon | -| OrganizationRichIcon | -| PeopleRichIcon | -| QuestionRichIcon | -| ReminderRichIcon | -| ReviewRichIcon | -| RisingScoreRichIcon | -| RocketRichIcon | -| ScriptRichIcon | -| SettingsRichIcon | -| SparklesRichIcon | -| StarRichIcon | -| SuccessRichIcon | -| SupportRichIcon | -| TemplateRichIcon | -| TextAnswerRichIcon | -| UpsellRichIcon | diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 16c288b58..04735dad2 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,49 @@ # @hopper-ui/icons +## 1.8.0 + +### Minor Changes + +- 6bb38e1: Modified the following icons: + + **Added** + + | Icon Name | + | ----------------------- | + | ActionListRichIcon | + | AnonymousRichIcon | + | CautionRichIcon | + | ConversationRichIcon | + | CustomRichIcon | + | DecreasingScoreRichIcon | + | EmailRichIcon | + | FeedbackRichIcon | + | GoalIndividiualRichIcon | + | GoalTeamRichIcon | + | GrowthRichIcon | + | IdeaRichIcon | + | InfoRichIcon | + | LikertScaleRichIcon | + | MultipleChoiceRichIcon | + | OneOnOneRichIcon | + | OpinionScaleRichIcon | + | OrganizationRichIcon | + | PeopleRichIcon | + | QuestionRichIcon | + | ReminderRichIcon | + | ReviewRichIcon | + | RisingScoreRichIcon | + | RocketRichIcon | + | ScriptRichIcon | + | SettingsRichIcon | + | SparklesRichIcon | + | StarRichIcon | + | SuccessRichIcon | + | SupportRichIcon | + | TemplateRichIcon | + | TextAnswerRichIcon | + | UpsellRichIcon | + ## 1.7.0 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 61202b5ca..8e0ad15d4 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/icons", "author": "Workleap", - "version": "1.7.0", + "version": "1.8.0", "description": "The icons package.", "license": "Apache-2.0", "repository": { diff --git a/packages/svg-icons/CHANGELOG.md b/packages/svg-icons/CHANGELOG.md index 79ad4df5e..1a9b96aeb 100644 --- a/packages/svg-icons/CHANGELOG.md +++ b/packages/svg-icons/CHANGELOG.md @@ -1,5 +1,115 @@ # @hopper-ui/svg-icons +## 2.7.0 + +### Minor Changes + +- 6bb38e1: Modified the following SVG rich icons: + + **Added** + + | SVG Name | + | ----------------------- | + | action-list-24.svg | + | action-list-32.svg | + | action-list-40.svg | + | anonymous-24.svg | + | anonymous-32.svg | + | anonymous-40.svg | + | caution-24.svg | + | caution-32.svg | + | caution-40.svg | + | conversation-24.svg | + | conversation-32.svg | + | conversation-40.svg | + | custom-24.svg | + | custom-32.svg | + | custom-40.svg | + | decreasing-score-24.svg | + | decreasing-score-32.svg | + | decreasing-score-40.svg | + | email-24.svg | + | email-32.svg | + | email-40.svg | + | feedback-24.svg | + | feedback-32.svg | + | feedback-40.svg | + | goal-individiual-24.svg | + | goal-individiual-32.svg | + | goal-individiual-40.svg | + | goal-team-24.svg | + | goal-team-32.svg | + | goal-team-40.svg | + | growth-24.svg | + | growth-32.svg | + | growth-40.svg | + | idea-24.svg | + | idea-32.svg | + | idea-40.svg | + | info-24.svg | + | info-32.svg | + | info-40.svg | + | likert-scale-24.svg | + | likert-scale-32.svg | + | likert-scale-40.svg | + | multiple-choice-24.svg | + | multiple-choice-32.svg | + | multiple-choice-40.svg | + | one-on-one-24.svg | + | one-on-one-32.svg | + | one-on-one-40.svg | + | opinion-scale-24.svg | + | opinion-scale-32.svg | + | opinion-scale-40.svg | + | organization-24.svg | + | organization-32.svg | + | organization-40.svg | + | people-24.svg | + | people-32.svg | + | people-40.svg | + | question-24.svg | + | question-32.svg | + | question-40.svg | + | reminder-24.svg | + | reminder-32.svg | + | reminder-40.svg | + | review-24.svg | + | review-32.svg | + | review-40.svg | + | rising-score-24.svg | + | rising-score-32.svg | + | rising-score-40.svg | + | rocket-24.svg | + | rocket-32.svg | + | rocket-40.svg | + | script-24.svg | + | script-32.svg | + | script-40.svg | + | settings-24.svg | + | settings-32.svg | + | settings-40.svg | + | sparkles-24.svg | + | sparkles-32.svg | + | sparkles-40.svg | + | star-24.svg | + | star-32.svg | + | star-40.svg | + | success-24.svg | + | success-32.svg | + | success-40.svg | + | support-24.svg | + | support-32.svg | + | support-40.svg | + | template-24.svg | + | template-32.svg | + | template-40.svg | + | text-answer-24.svg | + | text-answer-32.svg | + | text-answer-40.svg | + | upsell-24.svg | + | upsell-32.svg | + | upsell-40.svg | + ## 2.6.0 ### Minor Changes diff --git a/packages/svg-icons/package.json b/packages/svg-icons/package.json index d055fb80d..9061bb0c7 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/svg-icons", "author": "Workleap", - "version": "2.6.0", + "version": "2.7.0", "description": "A set of icons handcrafted by Workleap", "license": "Apache-2.0", "repository": {