Skip to content

Commit

Permalink
Release v28
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 31, 2024
1 parent 93a160e commit 58feaf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simple-icons
Submodule simple-icons updated 49 files
+1 −1 .github/renovate.json5
+30 −6 .github/workflows/add-labels-priority.yml
+9 −1 .github/workflows/autoclose-issues.yml
+13 −8 .github/workflows/create-release.yml
+6 −1 .github/workflows/merge-release.yml
+6 −1 .github/workflows/potential-duplicates.yml
+22 −7 .github/workflows/publish.yml
+18 −3 .github/workflows/remove-labels.yml
+3 −1 .github/workflows/verify.yml
+4 −4 .jsonschema.json
+1 −1 .npmrc
+0 −9 .prettierignore
+2 −1 .prettierrc.json
+50 −0 .xo-config.json
+33 −33 README.md
+79 −0 _data/simple-icons.json
+1 −0 icons/amazoncognito.svg
+1 −0 icons/amazonelasticache.svg
+1 −0 icons/awselasticloadbalancing.svg
+1 −0 icons/awssecretsmanager.svg
+1 −0 icons/ethers.svg
+1 −0 icons/jhipster.svg
+1 −0 icons/keycloak.svg
+1 −0 icons/redash.svg
+1 −0 icons/syncthing.svg
+17 −13 package.json
+16 −13 scripts/add-icon-data.js
+23 −15 scripts/build/clean.js
+37 −28 scripts/build/package.js
+0 −0 scripts/build/templates/icon-object.js.template
+3 −5 scripts/get-filename.js
+6 −5 scripts/lint/jsonlint.js
+23 −17 scripts/lint/ourlint.js
+13 −11 scripts/release/reformat-markdown.js
+12 −11 scripts/release/update-cdn-urls.js
+20 −16 scripts/release/update-sdk-ts-defs.js
+8 −6 scripts/release/update-slugs-table.js
+11 −9 scripts/release/update-svgs-count.js
+8 −8 scripts/utils.js
+6 −6 sdk.d.ts
+33 −29 sdk.mjs
+9 −0 slugs.md
+311 −257 svglint.config.mjs
+5 −3 svgo.config.mjs
+5 −5 tests/docs.test.js
+2 −2 tests/index.test.js
+2 −2 tests/min-reporter.cjs
+5 −5 tests/test-icon.js
+3 −2 types.d.ts
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
27
28

0 comments on commit 58feaf6

Please sign in to comment.