Skip to content

Commit

Permalink
v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rehhouari committed Aug 5, 2024
1 parent 321838f commit 70cb26d
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.4.1] - 2024-08-05

### Fixed

- Prevent empty string from being passed to getElementById() when the route does not have own templateId by @Aramics #40

## [4.4.0] - 2024-07-10

### Added
Expand Down Expand Up @@ -357,3 +363,4 @@ It's mostly backward compatible but need a few tweaks:
[4.3.1]: https://github.com/pinecone-router/router/compare/4.3.0..4.3.1
[4.3.2]: https://github.com/pinecone-router/router/compare/4.3.1..4.3.2
[4.4.0]: https://github.com/pinecone-router/router/compare/4.3.2..4.4.0
[4.4.1]: https://github.com/pinecone-router/router/compare/4.4.0..4.4.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<img src="https://github.com/pinecone-router/router/blob/main/.github/pinecone-router-social-card-alt-big.png?raw=true" title="Pinecone Router logo with the text: The extendable client-side router for Alpine.js">
</p>

[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pinecone-router/router?color=%2337C8AB&label=version&sort=semver)](https://github.com/pinecone-router/router/tree/4.4.0)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/pinecone-router?color=37C8AB)](https://bundlephobia.com/[email protected].0)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pinecone-router/router?color=%2337C8AB&label=version&sort=semver)](https://github.com/pinecone-router/router/tree/4.4.)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/pinecone-router?color=37C8AB)](https://bundlephobia.com/[email protected].1)
[![Downloads from JSDelivr](https://data.jsdelivr.com/v1/package/npm/pinecone-router/badge?style=rounded)](https://www.jsdelivr.com/package/npm/pinecone-router)
[![npm](https://img.shields.io/npm/dm/pinecone-router?color=37C8AB&label=npm&logo=npm&logoColor=37C8AB)](https://npmjs.com/package/pinecone-router)
[![Changelog](https://img.shields.io/badge/change-log-%2337C8AB)](/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion dist/router.esm.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/router.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/router.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/router.min.js.map

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 @@ -3,7 +3,7 @@
"description": "The extendable client-side router for Alpine.js.",
"license": "MIT",
"author": "Rafik El Hadi Houari <[email protected]>",
"version": "4.4.0",
"version": "4.4.1",
"repository": {
"type": "git",
"url": "https://github.com/pinecone-router/router"
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ declare global {
export default function (Alpine) {

const PineconeRouter = Alpine.reactive(<Window["PineconeRouter"]>{
version: '4.4.0',
version: '4.4.1',
name: 'pinecone-router',

settings: <Settings>{
Expand Down

0 comments on commit 70cb26d

Please sign in to comment.