Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Sep 13, 2021
1 parent 4ffc8ee commit a28b084
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"publishConfig": {
"access": "public"
},
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"useWorkspaces": true,
"version": "1.0.1",
"version": "1.0.2",
"command": {
"publish": {
"allowBranch": "main",
Expand Down
2 changes: 1 addition & 1 deletion packages/ios-symbols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ios-symbols",
"version": "1.0.1",
"version": "1.0.2",
"description": "A collection of every symbol from SF Symbols.",
"author": "Marc Bouchenoire",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"lint-staged": {
"**/*.{ts,tsx}": [
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"clsx": "^1.1.1",
"framer-motion": "^4.1.17",
"ios-symbols": "^1.0.1",
"ios-symbols": "^1.0.2",
"just-debounce-it": "^1.5.0",
"leva": "^0.9.13",
"next": "^11.1.0",
Expand Down

1 comment on commit a28b084

@vercel
Copy link

@vercel vercel bot commented on a28b084 Sep 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.