Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian Khosravi committed Dec 28, 2018
1 parent 254d547 commit 5f30e1b
Show file tree
Hide file tree
Showing 40 changed files with 21,610 additions and 41 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.4.0] - 2018-12-27

### [Added]
- webpack-packages/html-webpack-purify-internal-css-plugin added
Expand Down Expand Up @@ -522,7 +522,7 @@ Bugfixes:
---


[unreleased]:https://github.com/AgeOfLearning/aofl/compare/v1.3.0...rc-15
[1.4.0]:https://github.com/AgeOfLearning/aofl/compare/v1.3.0...1.4.0
[1.3.0]:https://github.com/AgeOfLearning/aofl/compare/v1.2.3...v1.3.0
[1.2.3]:https://github.com/AgeOfLearning/aofl/compare/v1.2.1...v1.2.3
[1.2.1]:https://github.com/AgeOfLearning/aofl/compare/v1.2.0...v1.2.1
Expand Down
21 changes: 21 additions & 0 deletions aofl-js-packages/api-request/package-lock.json

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

4 changes: 2 additions & 2 deletions aofl-js-packages/api-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/api-request",
"version": "1.3.0",
"version": "1.4.0",
"description": "A module for simplifying api calls",
"keywords": [
"aofljs",
Expand All @@ -24,6 +24,6 @@
"url": "git@github.com:AgeOfLearning/aofl.git"
},
"dependencies": {
"@aofl/cache-manager": "^1.3.0"
"@aofl/cache-manager": "^1.4.0"
}
}
13 changes: 13 additions & 0 deletions aofl-js-packages/cache-manager/package-lock.json

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

2 changes: 1 addition & 1 deletion aofl-js-packages/cache-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/cache-manager",
"version": "1.3.0",
"version": "1.4.0",
"description": "Provides a unified class for storing objects in Storage-like Objects",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion aofl-js-packages/component-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/component-utils",
"version": "1.3.0",
"version": "1.4.0",
"description": "A small collection of component utility functions",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion aofl-js-packages/form-validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/form-validate",
"version": "1.3.0",
"version": "1.4.0",
"description": "Form validation mixin for AoflElement",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion aofl-js-packages/i18n-mixin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/i18n-mixin",
"version": "1.3.0",
"version": "1.4.0",
"description": "Adds i18n support to elements",
"main": "index.js",
"scripts": {
Expand Down
34 changes: 34 additions & 0 deletions aofl-js-packages/map-state-properties-mixin/package-lock.json

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

2 changes: 1 addition & 1 deletion aofl-js-packages/map-state-properties-mixin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/map-state-properties-mixin",
"version": "1.3.0",
"version": "1.4.0",
"description": "Subscribe mapStateProperties() to storeInstance. Unsubscribes when the component detaches from dom",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion aofl-js-packages/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/middleware",
"version": "1.3.0",
"version": "1.4.0",
"description": "Simple base middleware class",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion aofl-js-packages/object-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/object-utils",
"version": "1.3.0",
"version": "1.4.0",
"description": "A small collection of Object utility functions designed to have a small footprint (20b gz) and be performant",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion aofl-js-packages/polyfill-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/polyfill-service",
"version": "1.3.0",
"version": "1.4.0",
"description": "Uses dynamic imports to load polyfills",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion aofl-js-packages/register-callback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/register-callback",
"version": "1.3.0",
"version": "1.4.0",
"description": "It allows callback functions to be registered and called in series when registerCallbackInstance.next or registerCallbackInstance.error are called",
"main": "index.js",
"scripts": {
Expand Down
39 changes: 39 additions & 0 deletions aofl-js-packages/resource-enumerate/package-lock.json

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

10 changes: 5 additions & 5 deletions aofl-js-packages/resource-enumerate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/resource-enumerate",
"version": "1.3.0",
"version": "1.4.0",
"description": "Resource enumerate is a special case API call that returns the interface of the API code in a single endpoint",
"main": "index.js",
"scripts": {
Expand All @@ -23,9 +23,9 @@
],
"license": "MIT",
"dependencies": {
"@aofl/api-request": "^1.3.0",
"@aofl/cache-manager": "^1.3.0",
"@aofl/middleware": "^1.3.0",
"@aofl/server-environment": "^1.3.0"
"@aofl/api-request": "^1.4.0",
"@aofl/cache-manager": "^1.4.0",
"@aofl/middleware": "^1.4.0",
"@aofl/server-environment": "^1.4.0"
}
}
21 changes: 21 additions & 0 deletions aofl-js-packages/rotations/package-lock.json

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

4 changes: 2 additions & 2 deletions aofl-js-packages/rotations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/rotations",
"version": "1.3.0",
"version": "1.4.0",
"description": "The rotations class provides weight based view logic for A B testing",
"main": "index.js",
"scripts": {
Expand All @@ -24,6 +24,6 @@
],
"license": "MIT",
"dependencies": {
"@aofl/cache-manager": "^1.3.0"
"@aofl/cache-manager": "^1.4.0"
}
}
13 changes: 13 additions & 0 deletions aofl-js-packages/router/package-lock.json

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

4 changes: 2 additions & 2 deletions aofl-js-packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/router",
"version": "1.3.0",
"version": "1.4.0",
"description": "AOFL Router is a simple client side router",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,6 +28,6 @@
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"@aofl/middleware": "^1.3.0"
"@aofl/middleware": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion aofl-js-packages/server-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/server-environment",
"version": "1.3.0",
"version": "1.4.0",
"description": "Helps determine dev, stage, prod environments based on hostname",
"main": "index.js",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions aofl-js-packages/store/package-lock.json

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

6 changes: 3 additions & 3 deletions aofl-js-packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/store",
"version": "1.3.0",
"version": "1.4.0",
"description": "Centralized state management for aofljs applications",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"devDependencies": {},
"dependencies": {
"@aofl/object-utils": "^1.3.0",
"@aofl/register-callback": "^1.3.0"
"@aofl/object-utils": "^1.4.0",
"@aofl/register-callback": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion aofl-js-packages/uuid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/uuid",
"version": "1.3.0",
"version": "1.4.0",
"description": "An ultra-light (192b gzip) uuid like random value generator",
"keywords": [
"aofljs",
Expand Down
29 changes: 29 additions & 0 deletions aofl-js-packages/web-components/package-lock.json

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

Loading

0 comments on commit 5f30e1b

Please # to comment.