Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @xarc/create-app@3.0.8
 - electrode-archetype-opt-jest@26.0.0
 - electrode-react-webapp@4.0.0
  • Loading branch information
jchip committed Jul 10, 2020
1 parent 9025e61 commit f0afa80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/electrode-archetype-opt-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrode-archetype-opt-jest",
"version": "25.0.0",
"version": "26.0.0",
"description": "Electrode NodeJS/React Optional Archetype JEST",
"main": "optional-check.js",
"homepage": "http://www.electrode.io",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@types/jest": "^26.0.4",
"babel-jest": "^26.1.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jest": "^23.18.0",
"jest": "^26.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/electrode-react-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrode-react-webapp",
"version": "3.8.10",
"version": "4.0.0",
"description": "Hapi plugin that provides a default React web app template",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/create-app",
"version": "3.0.7",
"version": "3.0.8",
"description": "Create react.js/node.js webapp using the Electrode Platform",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f0afa80

Please sign in to comment.