Skip to content

Commit

Permalink
Merge pull request #30 from MKAbuMattar/dev
Browse files Browse the repository at this point in the history
fix: optimize and fix the svgs
  • Loading branch information
MKAbuMattar authored Aug 26, 2024
2 parents 6c2f5c2 + e1a5248 commit d4e0fc1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluentui-emoji-docs",
"version": "1.0.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/assets/data/build.data.flat.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/assets/data/build.data.high-contrast.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/assets/data/build.data.modern.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"svg:optmize:modern": "svgo --config svgo.config.cjs -f svg/modern -o icons/modern",
"svg:optmize": "npm run fluentui-emoji:clean:icons && npm run svg:optmize:flat && npm run svg:optmize:high-contrast && npm run svg:optmize:modern",
"svg:get-data": "tsx script/build.data.ts",
"build": "npm run fluentui-emoji:clone && npm run fluentui-emoji:svg && npm run svg:optmize && npm run svg:get-data && npm run fluentui-emoji:icons && npm run fluentui-emoji:clean:svg && npm run fluentui-emoji:clean:icons",
"build": "npm run fluentui-emoji:clone && npm run fluentui-emoji:svg && npm run svg:optmize && npm run svg:get-data && npm run fluentui-emoji:icons && npm run fluentui-emoji:clean:clone && npm run fluentui-emoji:clean:svg && npm run fluentui-emoji:clean:icons",
"lint": "biome check ./script",
"lint:fix": "biome check ./script --fix",
"fmt": "biome format ./script",
Expand Down
2 changes: 1 addition & 1 deletion packages/fluentui-emoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluentui-emoji",
"version": "1.1.0",
"version": "1.1.1",
"description": "Fluentui Emoji an npm package contains a number of well-known, cordial, and contemporary emoji, build into @microsoft/fluentui-emoji",
"keywords": ["fluentui", "emoji", "fluentui-emoji", "icons", "svg"],
"license": "MIT",
Expand Down

0 comments on commit d4e0fc1

Please sign in to comment.