Skip to content

Commit

Permalink
[major]: mark for first release of new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Aug 31, 2020
1 parent a6dd230 commit ab1f94d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/xarc-opt-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/opt-eslint",
"version": "0.0.1",
"version": "0.0.2",
"description": "Electrode ESLint addon",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-opt-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/opt-jest",
"version": "0.0.1",
"version": "0.0.2",
"description": "Electrode X jest addon",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-opt-karma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/opt-karma",
"version": "0.0.1",
"version": "0.0.2",
"description": "Electrode karma addon for unit tests",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-opt-less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/opt-less",
"version": "0.0.1",
"version": "0.0.2",
"description": "Electrode less styling addon",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-opt-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/opt-mocha",
"version": "0.0.1",
"version": "0.0.2",
"description": "Electrode mocha support addon",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-opt-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/opt-postcss",
"version": "0.0.1",
"version": "0.0.2",
"description": "Electrode postcss addon",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-opt-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/opt-preact",
"version": "0.0.1",
"version": "0.0.2",
"description": "Electrode preact addon",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-opt-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/opt-react",
"version": "0.0.1",
"version": "0.0.2",
"description": "Electrode react addon",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-opt-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/opt-sass",
"version": "0.0.1",
"version": "0.0.2",
"description": "Electrode sass addon",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-opt-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/opt-stylus",
"version": "0.0.1",
"version": "0.0.2",
"description": "Electrode Stylus addon",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
Expand Down

0 comments on commit ab1f94d

Please sign in to comment.