Skip to content
Merged
22 changes: 11 additions & 11 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/languages/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const astro = {
packageManagers: ['npm', 'pnpm', 'Yarn', 'Bun'],
ecosystems: ['Web', 'Static Sites', 'Content'],
},
version: '7.2.9',
version: '7.3.0',
logo: 'https://astro.build/assets/press/astro-icon-light.svg',
color: '#FF5D01',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/clojure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const clojure = {
packageManagers: ['Clojure CLI', 'Leiningen', 'Boot', 'Maven'],
ecosystems: ['JVM', 'JavaScript', 'Data Processing', 'Web', 'REPL-driven Development'],
},
version: '1.12.5',
version: '1.12.6',
logo: 'https://cdn.simpleicons.org/clojure/5881D8',
color: '#5881D8',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const d = {
packageManagers: ['DUB'],
ecosystems: ['Systems Programming', 'Native Applications', 'Tooling', 'Game Development'],
},
version: '2.112.1',
version: '2.113.0',
logo: 'https://cdn.simpleicons.org/d/BA595E',
color: '#BA595E',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/dart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const dart = {
packageManagers: ['pub'],
ecosystems: ['Flutter', 'Web', 'Server-side'],
},
version: '3.13.2',
version: '3.13.3',
logo: 'https://commons.wikimedia.org/wiki/Special:FilePath/Dart_programming_language_logo.svg',
color: '#0175C2',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/erlang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const erlang = {
packageManagers: ['rebar3', 'Hex'],
ecosystems: ['BEAM', 'Telecom', 'Distributed Systems', 'Fault-tolerant Systems'],
},
version: 'OTP 29.0.5',
version: 'OTP 29.0.6',
logo: 'https://cdn.simpleicons.org/erlang/A90533',
color: '#A90533',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/go.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const go = {
packageManagers: ['Go modules'],
ecosystems: ['Cloud', 'DevOps', 'Networking'],
},
version: '1.27.0',
version: '1.27.1',
logo: 'https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg',
color: '#00ADD8',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/haml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const haml = {
packageManagers: ['RubyGems', 'Bundler'],
ecosystems: ['Ruby', 'Ruby on Rails', 'Web'],
},
version: '7.5.0',
version: '7.5.1',
logo: 'https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_haml.svg',
color: '#ECE2A9',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/janet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const janet = {
packageManagers: ['jpm'],
ecosystems: ['Scripting', 'Embedded systems', 'Command-line tools'],
},
version: '1.41.2',
version: '1.42.0',
logo: 'https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_janet.svg',
color: '#A5C8E4',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/less.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const less = {
packageManagers: ['npm', 'pnpm', 'Yarn', 'Bun'],
ecosystems: ['Web', 'Design Systems', 'Bootstrap'],
},
version: '4.9.0',
version: '4.9.1',
logo: 'https://upload.wikimedia.org/wikipedia/commons/8/81/LESS_Logo.svg',
color: '#1D365D',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/protobuf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const protobuf = {
packageManagers: ['Buf', 'npm', 'Maven', 'Go modules', 'NuGet', 'PyPI'],
ecosystems: ['gRPC', 'APIs', 'Microservices', 'Data Serialization'],
},
version: '36.0',
version: '36.1',
logo: 'https://cdn.simpleicons.org/google/4285F4',
color: '#4285F4',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/scala.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const scala = {
packageManagers: ['sbt', 'Maven', 'Gradle', 'Scala CLI'],
ecosystems: ['JVM', 'Web', 'Data Engineering', 'Distributed Systems'],
},
version: '3.8.4',
version: '3.9.0',
logo: 'https://cdn.simpleicons.org/scala/DC322F',
color: '#DC322F',
i18n: {
Expand Down