Skip to content

Commit d55d438

Browse files
authored
chore: merge feature-7.4
2 parents 19fbe0b + 70135ed commit d55d438

10 files changed

+47
-8
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.4.0](https://github.com/ionic-team/ionicons/compare/v7.3.1...v7.4.0) (2024-05-01)
7+
8+
9+
### Features
10+
11+
* add X logo ([#1371](https://github.com/ionic-team/ionicons/issues/1371)) ([0963fe2](https://github.com/ionic-team/ionicons/commit/0963fe20b77a03b0b8b7f4e94b646cd5d7b25f03)), closes [#1249](https://github.com/ionic-team/ionicons/issues/1249)
12+
* export setAssetPath ([#1372](https://github.com/ionic-team/ionicons/issues/1372)) ([87f2094](https://github.com/ionic-team/ionicons/commit/87f2094890c22b7b03bf754b6fd2651a83fe20ed)), closes [#1302](https://github.com/ionic-team/ionicons/issues/1302)
13+
* update server icon ([#1259](https://github.com/ionic-team/ionicons/issues/1259)) ([b4ade9d](https://github.com/ionic-team/ionicons/commit/b4ade9d887c0d5ecc29e25f8e12b576106de712a)), closes [#407](https://github.com/ionic-team/ionicons/issues/407)
14+
15+
16+
17+
18+
619
## [7.3.1](https://github.com/ionic-team/ionicons/compare/v7.3.0...v7.3.1) (2024-03-27)
720

821

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"./"
44
],
5-
"version": "7.3.1"
5+
"version": "7.4.0"
66
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionicons",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"description": "Premium icons for Ionic.",
55
"files": [
66
"components/",

src/data.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -6669,7 +6669,8 @@
66696669
"name": "logo-twitter",
66706670
"tags": [
66716671
"logo",
6672-
"twitter"
6672+
"twitter",
6673+
"x"
66736674
]
66746675
},
66756676
{
@@ -6750,6 +6751,14 @@
67506751
"wordpress"
67516752
]
67526753
},
6754+
{
6755+
"name": "logo-x",
6756+
"tags": [
6757+
"logo",
6758+
"twitter",
6759+
"x"
6760+
]
6761+
},
67536762
{
67546763
"name": "logo-xbox",
67556764
"tags": [

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
export { setAssetPath } from '@stencil/core';
2+
13
export { addIcons } from './components/icon/utils';
24
export type { Components, JSX } from './components';

src/svg/logo-x.svg

+3
Loading

src/svg/server-outline.svg

+5-1
Loading

src/svg/server-sharp.svg

+5-1
Loading

src/svg/server.svg

+5-1
Loading

0 commit comments

Comments
 (0)