Skip to content

Commit

Permalink
v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian Khosravi committed Mar 18, 2022
1 parent acc29fd commit 01a2003
Show file tree
Hide file tree
Showing 27 changed files with 76 additions and 76 deletions.
6 changes: 3 additions & 3 deletions aofl-js-packages/api-request/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/api-request",
"version": "3.13.1",
"version": "3.14.0",
"description": "A module for simplifying api calls",
"keywords": [
"aofljs",
Expand Down Expand Up @@ -32,8 +32,8 @@
"url": "git@github.com:AgeOfLearning/aofl.git"
},
"devDependencies": {
"@aofl/cache-manager": "^3.13.1",
"@aofl/cli": "^3.13.1",
"@aofl/cache-manager": "^3.14.0",
"@aofl/cli": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions aofl-js-packages/cache-manager/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/cache-manager",
"version": "3.13.1",
"version": "3.14.0",
"description": "Provides a unified class for storing objects in Storage-like Objects",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/cli": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tiny-js-md5": "^1.1.2",
Expand Down
6 changes: 3 additions & 3 deletions aofl-js-packages/component-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/component-utils",
"version": "3.13.1",
"version": "3.14.0",
"description": "A small collection of component utility functions",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/element": "^3.13.1",
"@aofl/cli": "^3.14.0",
"@aofl/element": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"lit-html": "1.1.2",
Expand Down
6 changes: 3 additions & 3 deletions aofl-js-packages/drawer/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/drawer",
"version": "3.13.1",
"version": "3.14.0",
"description": "The <aofl-drawer> element toggles content between an open and closed state. Opening and closing animations are provided as classes to allow for any possible method of toggling content.",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@aofl/element": "> 3.0.0-beta.5 < 4.0.0"
},
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/element": "^3.13.1",
"@aofl/cli": "^3.14.0",
"@aofl/element": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"lit-html": "1.1.2",
Expand Down
8 changes: 4 additions & 4 deletions aofl-js-packages/element/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/element",
"version": "3.13.1",
"version": "3.14.0",
"description": "aofl-element extends lit-element and overrides the _render() function. It accepts a template function and an String[] of styles. It is intented to be used in place of lit-element as the base class for elements. In it's current version it doesn't do much other than provide a clean interface to sperate HTML, CSS and JavaScript context. It makes it easier to change the template on the fly (see @aofl/i18n-mixin.)",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"lit-html": ">= 1.0.0 < 2.0.0"
},
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/object-utils": "^3.13.1",
"@aofl/store": "^3.13.1",
"@aofl/cli": "^3.14.0",
"@aofl/object-utils": "^3.14.0",
"@aofl/store": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"lit-element": "2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions aofl-js-packages/form-validate/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/form-validate",
"version": "3.13.1",
"version": "3.14.0",
"description": "Form validation mixin for AoflElement",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/object-utils": "^3.13.1",
"@aofl/cli": "^3.14.0",
"@aofl/object-utils": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
10 changes: 5 additions & 5 deletions aofl-js-packages/i18n-mixin/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/i18n-mixin",
"version": "3.13.1",
"version": "3.14.0",
"description": "Adds i18n support to elements",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/cli-lib": "^3.13.1",
"@aofl/element": "^3.13.1",
"@aofl/i18n": "^3.13.1",
"@aofl/cli": "^3.14.0",
"@aofl/cli-lib": "^3.14.0",
"@aofl/element": "^3.14.0",
"@aofl/i18n": "^3.14.0",
"core-js": "^3.2.1",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
Expand Down
4 changes: 2 additions & 2 deletions aofl-js-packages/i18n/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/i18n",
"version": "3.13.1",
"version": "3.14.0",
"description": "Implements `__()`, `_r()` and `_c()` functions for translations.",
"main": "index.js",
"browser": "dist/index.js",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/AgeOfLearning/aofl#readme",
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/cli": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions aofl-js-packages/map-state-properties-mixin/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/map-state-properties-mixin",
"version": "3.13.1",
"version": "3.14.0",
"description": "Subscribe mapStateProperties() to storeInstance. Unsubscribes when the component detaches from dom",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/cli": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"lit-html": "1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions aofl-js-packages/middleware/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/middleware",
"version": "3.13.1",
"version": "3.14.0",
"description": "Simple base middleware class",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "git@github.com:AgeOfLearning/aofl.git"
},
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/cli": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions aofl-js-packages/object-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/object-utils",
"version": "3.13.1",
"version": "3.14.0",
"description": "A small collection of Object utility functions designed to have a small footprint (20b gz) and be performant",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/cli": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
8 changes: 4 additions & 4 deletions aofl-js-packages/picture/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/picture",
"version": "3.13.1",
"version": "3.14.0",
"description": "`<aofl-picture>` serves as a container for zero or more `<aofl-source>` and one `<aofl-img>` elements to provide versions of an image for different display sizes. Display size specific sources are defined using the media attribute of the `aofl-source` element. `<aofl-img>` embeds an image into the document. It behaves similarly to `<img>` with the addition of lazy loading images as they scroll near the visible area of the screen. The current formula is 2x height or width. In addition to this `<aofl-img>` can be combined with `<aofl-picture>` and `<aofl-source>` to provide different images for different display sizes. AoflSource component must be used as a child of aofl-picture and specifies images for different media queries.",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@aofl/element": ">= 3.0.0-beta.5 < 4.0.0"
},
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/component-utils": "^3.13.1",
"@aofl/element": "^3.13.1",
"@aofl/cli": "^3.14.0",
"@aofl/component-utils": "^3.14.0",
"@aofl/element": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"lit-html": "1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions aofl-js-packages/register-callback/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/register-callback",
"version": "3.13.1",
"version": "3.14.0",
"description": "It allows callback functions to be registered and called in series when registerCallbackInstance.next or registerCallbackInstance.error are called",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/cli": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
12 changes: 6 additions & 6 deletions aofl-js-packages/resource-enumerate/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/resource-enumerate",
"version": "3.13.1",
"version": "3.14.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",
"browser": "dist/index.js",
Expand Down Expand Up @@ -31,11 +31,11 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/api-request": "^3.13.1",
"@aofl/cache-manager": "^3.13.1",
"@aofl/cli": "^3.13.1",
"@aofl/middleware": "^3.13.1",
"@aofl/server-environment": "^3.13.1",
"@aofl/api-request": "^3.14.0",
"@aofl/cache-manager": "^3.14.0",
"@aofl/cli": "^3.14.0",
"@aofl/middleware": "^3.14.0",
"@aofl/server-environment": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
6 changes: 3 additions & 3 deletions aofl-js-packages/rotations/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/rotations",
"version": "3.13.1",
"version": "3.14.0",
"description": "The rotations class provides weight based view logic for A B testing",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/cache-manager": "^3.13.1",
"@aofl/cli": "^3.13.1",
"@aofl/cache-manager": "^3.14.0",
"@aofl/cli": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
6 changes: 3 additions & 3 deletions aofl-js-packages/router/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/router",
"version": "3.13.1",
"version": "3.14.0",
"description": "AOFL Router is a simple client side router",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"url": "git@github.com:AgeOfLearning/aofl.git"
},
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/middleware": "^3.13.1",
"@aofl/cli": "^3.14.0",
"@aofl/middleware": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
8 changes: 4 additions & 4 deletions aofl-js-packages/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/select",
"version": "3.13.1",
"version": "3.14.0",
"description": "The <aofl-select-list> takes any number of <aofl-list-option>. Selecting any option will give it a selected attribute with. Selecting an option emits an event with the selected value. The <aofl-multiselect-list> takes any number of <aofl-list-option>. Selecting any option will give it a selected attribute and add it to the selected array. Selecting an option emits an event with the selected array. The <aofl-list-option> is a simple selectable component that takes a value. It typically lives in an <aofl-select-list> but it can be used in any component where selections are made. It must have a parent with of a component with an addToParent method.",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
"@aofl/element": ">= 3.0.0-beta.5 < 4.0.0"
},
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/component-utils": "^3.13.1",
"@aofl/element": "^3.13.1",
"@aofl/cli": "^3.14.0",
"@aofl/component-utils": "^3.14.0",
"@aofl/element": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"lit-html": "1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions aofl-js-packages/server-environment/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/server-environment",
"version": "3.13.1",
"version": "3.14.0",
"description": "Helps determine dev, stage, prod environments based on hostname",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/cli": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
8 changes: 4 additions & 4 deletions aofl-js-packages/store/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/store",
"version": "3.13.1",
"version": "3.14.0",
"description": "Centralized state management for aofljs applications",
"main": "index.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/cli": "^3.13.1",
"@aofl/object-utils": "^3.13.1",
"@aofl/register-callback": "^3.13.1",
"@aofl/cli": "^3.14.0",
"@aofl/object-utils": "^3.14.0",
"@aofl/register-callback": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
6 changes: 3 additions & 3 deletions aofl-js-packages/uuid/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/uuid",
"version": "3.13.1",
"version": "3.14.0",
"description": "An ultra-light (192b gzip) uuid like random value generator",
"keywords": [
"aofljs",
Expand Down Expand Up @@ -31,8 +31,8 @@
],
"license": "MIT",
"devDependencies": {
"@aofl/cache-manager": "^3.13.1",
"@aofl/cli": "^3.13.1",
"@aofl/cache-manager": "^3.14.0",
"@aofl/cli": "^3.14.0",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion cli-tools/cli-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@aofl/cli-lib",
"version": "3.13.1",
"version": "3.14.0",
"description": "Shared library for cli and various webpack plugins.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 01a2003

Please sign in to comment.