Skip to content

Commit 2838db2

Browse files
v1.1.0
1 parent 0573da7 commit 2838db2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"packages/*"
99
],
1010
"useWorkspaces": true,
11-
"version": "1.0.2",
11+
"version": "1.1.0",
1212
"command": {
1313
"publish": {
1414
"allowBranch": "main",

packages/ios-symbols/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-symbols",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "A collection of every symbol from SF Symbols.",
55
"author": "Marc Bouchenoire",
66
"license": "MIT",

packages/site/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "site",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"private": true,
55
"lint-staged": {
66
"**/*.{ts,tsx}": [
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"clsx": "^1.1.1",
2929
"framer-motion": "^5.0.0",
30-
"ios-symbols": "^1.0.2",
30+
"ios-symbols": "^1.1.0",
3131
"just-debounce-it": "^2.0.0",
3232
"leva": "^0.9.13",
3333
"next": "^12.0.1",

0 commit comments

Comments
 (0)