Skip to content

Commit e16c10f

Browse files
Version Packages (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ba4c91f commit e16c10f

5 files changed

Lines changed: 17 additions & 8 deletions

File tree

.changeset/chubby-lemons-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# web
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ba4c91f`](https://github.com/stevesarmiento/symbols-dev/commit/ba4c91fdbd69a16833f17c0dec6c1204f2c87987)]:
8+
- symbols-react@1.3.0

apps/web/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -90,4 +90,3 @@
9090
"typescript": "^5.9.3"
9191
}
9292
}
93-

packages/symbols/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# symbols-react
2+
3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#3](https://github.com/stevesarmiento/symbols-dev/pull/3) [`ba4c91f`](https://github.com/stevesarmiento/symbols-dev/commit/ba4c91fdbd69a16833f17c0dec6c1204f2c87987) Thanks [@stevesarmiento](https://github.com/stevesarmiento)! - Fix icon component typings to accept standard SVG props.

packages/symbols/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symbols-react",
33
"sideEffects": false,
4-
"version": "1.2.7",
4+
"version": "1.3.0",
55
"description": "S̶F̶ symbols for the web",
66
"keywords": [
77
"icons",

0 commit comments

Comments
 (0)