Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian Khosravi committed Jun 19, 2019
1 parent 4ce9218 commit 5a3fea2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions cli-tools/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/cli",
"version": "2.0.4-alpha.1",
"version": "2.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"@aofl/html-webpack-purify-internal-css-plugin": "^2.0.0",
"@aofl/i18n-loader": "^2.0.0",
"@aofl/templating-plugin": "^2.0.4-alpha.1",
"@aofl/unit-testing-plugin": "^2.0.4-alpha.1",
"@aofl/templating-plugin": "^2.0.4",
"@aofl/unit-testing-plugin": "^2.0.4",
"@aofl/webcomponent-css-loader": "^2.0.0",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.4-alpha.1",
"version": "2.0.4",
"packages": [
"aofl-js-packages/*",
"cli-tools/*",
Expand Down
4 changes: 2 additions & 2 deletions webpack-packages/i18n-auto-id-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/i18n-auto-id-loader",
"version": "2.0.4-alpha.1",
"version": "2.0.4",
"description": "Generates tt-tags and inserts them as the 1st argument to __, _c fucntion calls",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/AgeOfLearning/aofl#readme",
"dependencies": {
"@aofl/cli": "^2.0.4-alpha.1",
"@aofl/cli": "^2.0.4",
"fast-glob": "^2.2.3",
"loader-utils": "^1.1.0",
"schema-utils": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions webpack-packages/unit-testing-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aofl/unit-testing-plugin",
"version": "2.0.4-alpha.1",
"version": "2.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"url": "git@github.com:AgeOfLearning/aofl.git"
},
"dependencies": {
"@aofl/cli": "^2.0.4-alpha.1",
"@aofl/cli": "^2.0.4",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.2.1",
"chai": "^4.2.0",
Expand Down

0 comments on commit 5a3fea2

Please # to comment.