Skip to content

Commit

Permalink
[major] mark for major release
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Jul 23, 2020
1 parent 11e13b3 commit 41cfce9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/xarc-index-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/index-page",
"version": "0.0.1",
"version": "0.1.1",
"description": "Electrode X template and handlers for generating index.html webpage",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-jsx-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/jsx-renderer",
"version": "0.0.1",
"version": "0.1.1",
"description": "Render index.htm from JSX template",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-render-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/render-context",
"version": "1.0.0",
"version": "0.1.0",
"description": "Context for index.htm generation",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-tag-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/tag-renderer",
"version": "1.0.0",
"version": "0.1.0",
"description": "Generate index.html webpage from a tag based template",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 41cfce9

Please sign in to comment.