Skip to content

Commit

Permalink
jQuery 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Dec 20, 2020
1 parent bcdf3e3 commit 65a868e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="1.5.0"></a>
# [1.5.0](https://github.com/flextype-plugins/jquery/compare/v1.4.0...v1.5.0) (2020-12-20)

### Features

* **core** update code base for new Flextype 0.9.13

<a name="1.4.0"></a>
# [1.4.0](https://github.com/flextype-plugins/jquery/compare/v1.3.0...v1.4.0) (2020-12-07)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">jQuery Plugin for <a href="http://flextype.org/">Flextype</a></h1>

<p align="center">
<a href="https://github.com/flextype-plugins/jquery/releases"><img alt="Version" src="https://img.shields.io/github/release/flextype-plugins/jquery.svg?label=version&color=black"></a> <a href="https://github.com/flextype-plugins/jquery"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=black" alt="License"></a> <a href="https://github.com/flextype-plugins/jquery"><img src="https://img.shields.io/github/downloads/flextype-plugins/jquery/total.svg?color=black" alt="Total downloads"></a> <a href="https://github.com/flextype/flextype"><img src="https://img.shields.io/badge/Flextype-0.9.12-green.svg?color=black" alt="Flextype"></a> <a href=""><img src="https://img.shields.io/discord/423097982498635778.svg?logo=discord&color=black&label=Discord%20Chat" alt="Discord"></a>
<a href="https://github.com/flextype-plugins/jquery/releases"><img alt="Version" src="https://img.shields.io/github/release/flextype-plugins/jquery.svg?label=version&color=black"></a> <a href="https://github.com/flextype-plugins/jquery"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=black" alt="License"></a> <a href="https://github.com/flextype-plugins/jquery"><img src="https://img.shields.io/github/downloads/flextype-plugins/jquery/total.svg?color=black" alt="Total downloads"></a> <a href="https://github.com/flextype/flextype"><img src="https://img.shields.io/badge/Flextype-0.9.13-green.svg?color=black" alt="Flextype"></a> <a href=""><img src="https://img.shields.io/discord/423097982498635778.svg?logo=discord&color=black&label=Discord%20Chat" alt="Discord"></a>
</p>

## Dependencies
Expand All @@ -10,7 +10,7 @@ The following dependencies need to be installed for jQuery Plugin.

| Item | Version | Download |
|---|---|---|
| [flextype](https://github.com/flextype/flextype) | 0.9.12 | [download](https://github.com/flextype/flextype/releases) |
| [flextype](https://github.com/flextype/flextype) | 0.9.13 | [download](https://github.com/flextype/flextype/releases) |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jQuery",
"version": "1.4.0",
"version": "1.5.0",
"description": "jQuery plugin for Flextype.",
"homepage": "https://flextype.org",
"author": "Sergey Romanenko",
Expand Down
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: jQuery
version: 1.4.0
version: 1.5.0
description: jQuery plugin for Flextype.
icon: fab fa-js-square
author:
Expand All @@ -11,4 +11,4 @@ bugs: https://github.com/flextype-plugins/jquery/issues
license: MIT

dependencies:
flextype: 0.9.12
flextype: 0.9.13

0 comments on commit 65a868e

Please sign in to comment.