Skip to content

Commit

Permalink
Update child when parent is sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Parziale committed Mar 22, 2020
1 parent 6dca346 commit 6f17ca8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Aeria/Aeria.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
class Aeria extends Container
{
const VERSION = '3.1.5';
const VERSION = '3.1.6';

/**
* Constructs the Aeria container.
Expand Down
2 changes: 1 addition & 1 deletion aeria.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Aeria
* Plugin URI: https://github.com/caffeinalab/aeria
* Description: Aeria is a modular, lightweight, fast WordPress Application development kit.
* Version: 3.1.5
* Version: 3.1.6
* Author: Caffeina
* Author URI: https://caffeina.com
* Text Domain: aeria
Expand Down
2 changes: 1 addition & 1 deletion assets/js/aeria.js

Large diffs are not rendered by default.

21 changes: 10 additions & 11 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aeria",
"version": "3.1.5",
"version": "3.1.6",
"description": "Aeria",
"scripts": {
"dev": "webpack --watch --mode development",
Expand Down Expand Up @@ -38,10 +38,10 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@aeria/core": "0.0.9",
"@aeria/uikit": "0.0.11",
"@aeria/core": "0.0.10",
"@aeria/uikit": "0.0.12",
"lodash.throttle": "^4.1.1",
"polished": "^3.5.0",
"polished": "^3.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down

0 comments on commit 6f17ca8

Please sign in to comment.