Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@2.35.5
uses: shivammathur/setup-php@2.36.0
with:
php-version: '8.4'
tools: composer
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@2.35.5
uses: shivammathur/setup-php@2.36.0
with:
php-version: '8.4'
tools: composer
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v5.0.0

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Use cached node_modules
uses: actions/cache@v4.3.0
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v5.0.0

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Use cached node_modules
uses: actions/cache@v4.3.0
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v5.0.0

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Use cached node_modules
uses: actions/cache@v4.3.0
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v5.0.0

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Use cached node_modules
uses: actions/cache@v4.3.0
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- uses: actions/checkout@v5.0.0

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Use cached node_modules
uses: actions/cache@v4.3.0
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

[Compare changes](https://github.com/stacksjs/ts-maps/compare/v0.2.6...v0.2.7)

### ๐Ÿงน Chores
Expand Down
55 changes: 37 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm version][npm-version-src]][npm-version-href]
[![GitHub Actions][github-actions-src]][github-actions-href]
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Commitizen friendly][commitizen-friendly]][commitizen-href]

# ts-maps

Expand Down Expand Up @@ -213,16 +213,16 @@ Available components include:
- `Russia` - Russia map
- `Iraq` - Iraq map

See [Nuxt Components Documentation](https://ts-maps.com/components/nuxt) for detailed usage.
See [Nuxt Components Documentation][nuxt-components-documentation] for detailed usage.

## Documentation

- [Introduction](https://ts-maps.dev/intro)
- [Installation](https://ts-maps.dev/install)
- [Usage Guide](https://ts-maps.dev/usage)
- [API Reference](https://ts-maps.dev/api)
- [Examples](https://ts-maps.dev/examples)
- [Playground](https://ts-maps.dev/playground)
- [Introduction][introduction]
- [Installation][installation]
- [Usage Guide][usage-guide]
- [API Reference][api-reference]
- [Examples][examples]
- [Playground][playground]

## Development

Expand All @@ -247,21 +247,21 @@ pnpm dev

## Changelog

Please see our [releases](https://github.com/stacksjs/ts-maps/releases) page for more information on what has changed recently.
Please see our [releases][releases] page for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](https://github.com/stacksjs/stacks/blob/main/.github/CONTRIBUTING.md) for details.
Please see [CONTRIBUTING][contributing] for details.

## Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

[Discussions on GitHub](https://github.com/stacksjs/ts-maps/discussions)
[Discussions on GitHub][discussions-on-github]

For casual chit-chat with others using this package:

[Join the Stacks Discord Server](https://discord.gg/stacksjs)
[Join the Stacks Discord Server][join-the-stacks-discord-server]

## Postcardware

Expand All @@ -273,18 +273,18 @@ Our address: Stacks.js, 12665 Village Ln #2306, Playa Vista, CA 90094, United St

We would like to extend our thanks to the following sponsors for funding Stacks development. If you are interested in becoming a sponsor, please reach out to us.

- [JetBrains](https://www.jetbrains.com/)
- [The Solana Foundation](https://solana.com/)
- [JetBrains][jetbrains]
- [The Solana Foundation][the-solana-foundation]

## Credits

- [jsvectormap](https://github.com/themustafaomar/jsvectormap)
- [Chris Breuer](https://github.com/chrisbbreuer)
- [All Contributors](https://github.com/stacksjs/ts-maps/contributors)
- [jsvectormap][jsvectormap]
- [Chris Breuer][chris-breuer]
- [All Contributors][all-contributors]

## License

The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/clarity/blob/main/LICENSE.md) for more information.
The MIT License (MIT). Please see [LICENSE][license] for more information.

Made with ๐Ÿ’™

Expand All @@ -296,3 +296,22 @@ Made with ๐Ÿ’™

<!-- [codecov-src]: https://img.shields.io/codecov/c/gh/stacksjs/clarity/main?style=flat-square
[codecov-href]: https://codecov.io/gh/stacksjs/clarity -->
[commitizen-friendly]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[nuxt-components-documentation]: https://ts-maps.com/components/nuxt
[introduction]: https://ts-maps.dev/intro
[installation]: https://ts-maps.dev/install
[usage-guide]: https://ts-maps.dev/usage
[api-reference]: https://ts-maps.dev/api
[examples]: https://ts-maps.dev/examples
[playground]: https://ts-maps.dev/playground
[releases]: https://github.com/stacksjs/ts-maps/releases
[contributing]: https://github.com/stacksjs/stacks/blob/main/.github/CONTRIBUTING.md
[discussions-on-github]: https://github.com/stacksjs/ts-maps/discussions
[join-the-stacks-discord-server]: https://discord.gg/stacksjs
[jetbrains]: https://www.jetbrains.com/
[the-solana-foundation]: https://solana.com/
[jsvectormap]: https://github.com/themustafaomar/jsvectormap
[chris-breuer]: https://github.com/chrisbbreuer
[all-contributors]: https://github.com/stacksjs/ts-maps/contributors
[license]: https://github.com/stacksjs/clarity/blob/main/LICENSE.md
[commitizen-href]: http://commitizen.github.io/cz-cli/
Loading
Loading