Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rehhouari committed Apr 11, 2023
1 parent 9d07ad0 commit aabf478
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 74 deletions.
6 changes: 6 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]

## [3.0.3] - 2023-04-11

### Fixed

- fix synchronise resource loading

## [3.0.2] - 2023-04-06

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Views Middleware for Pinecone Router

[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pinecone-router/middleware-views?color=%2337C8AB&label=version&sort=semver)](https://github.com/pinecone-router/middleware-views/tree/3.0.2)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/pinecone-router-middleware-views?color=37C8AB)](https://bundlephobia.com/[email protected].2)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pinecone-router/middleware-views?color=%2337C8AB&label=version&sort=semver)](https://github.com/pinecone-router/middleware-views/tree/3.0.3)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/pinecone-router-middleware-views?color=37C8AB)](https://bundlephobia.com/[email protected].3)
[![Downloads from Jsdelivr NPM](https://img.shields.io/jsdelivr/npm/hm/pinecone-router-middleware-views?color=%2337C8AB&&logo=npm)](https://www.jsdelivr.com/package/npm/pinecone-router-middleware-views)
[![npm](https://img.shields.io/npm/dm/pinecone-router-middleware-views?color=37C8AB&label=npm&logo=npm&logoColor=37C8AB)](https://npmjs.com/package/pinecone-router-middleware-views)
[![Changelog](https://img.shields.io/badge/change-log-%2337C8AB)](/CHANGELOG.md)
Expand Down Expand Up @@ -122,7 +122,7 @@ In the example above:

You can say in this case authWrapper is used as a **layout**.

> You can have more than 2 views and layouts just make sure to keep in mind that they're fetched and shown *in order*.
> You can have more than 2 views and layouts just make sure to keep in mind that they're fetched and shown _in order_.
> View Compositon feature was suggested [@klausklapper](https://github.com/klausklapper)
Expand Down
2 changes: 1 addition & 1 deletion dist/views.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/views.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "Views middleware for Pinecone Router.",
"license": "MIT",
"author": "Rafik El Hadi Houari",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "https://github.com/pinecone-router/middleware-views"
Expand Down
Loading

0 comments on commit aabf478

Please sign in to comment.