Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/npm publish #46

Merged
merged 1 commit into from
Mar 5, 2019
Merged

Chore/npm publish #46

merged 1 commit into from
Mar 5, 2019

Conversation

alvinkl
Copy link
Contributor

@alvinkl alvinkl commented Mar 5, 2019

Pre-Submission Checklist

  • Your pull request targets the canary branch of Maleo.js.
  • Branch starts with either fix/, feature/, etc (e.g. fix/build-issue. more info)
  • You have only one commit (if not, squash them into one commit).
  • All new and existing tests pass the command yarn test. Use git commit --amend to amend any fixes.

Type of Change

  • Small bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Optimization (non-breaking change which provides better optimization)
  • Breaking change (fix or feature that would change existing functionality)
  • Add new translation (feature adding new translations)
  • Update Documentation (added new docs or doc updates)
  • Other ( )

Checklist:

  • Tested changes locally.
  • Addressed currently open issue (replace XXXXX with an issue no in next line)

Closes #XXXXX


Description

Describe changes


@alvinkl alvinkl merged commit 8514985 into airyrooms:canary Mar 5, 2019
AndariasSilvanus pushed a commit that referenced this pull request Mar 19, 2019
* docs(contributing md): add contributing documentation (#16)

docs(readmemd): add initial readme md until dynamic import

* docs(readmemd): fix contributing url (#18)

fix contributing url on readme md

* fix(babelconfigjs): fix built absolute path to relative path (#19)

Fix built file path and extract customizable to outer maleo

fix(playground): change path to root maleo

fix(plugins): change name of plugins into maleo-

fix(maleo binary): add figlet to maleo binary

* test(test): make babel-jest working (#20)

Adding babelrc and @babel/plugin-transform-modules-commonjs to make babel-jest works

* chore(package json example): remove example from workspace (#21)

need to remove example from workspace since we dont want hoisted dependency to be used by example,
it doesnt really mimic how the library works

fix(maleo/build/webpack): resolve

add node modules on project root directory to resolve

fix(webpackts): change nodeexternals to own function

remove node externals switch it to our own function

fix(package json): add dev dependencies react and react router

fix(webpack): add nodeexternals add airy maleo

* docs(readme): fixed typo on getinitalprops to getinitialprops (#22)

* refactor(md): clean up md and template (#23)

* chore(circleci): remove job to only build

* test(packagejson travis circle): add coveralls and travisyml (#27)

chore(lock.yml): add lock.yml to automatically lock issues and pr

test(loadinitialprops test): add more unit test for load props

test(routehandler): add test for routehandler

test(utils index): add utilities test

* test(jest test): add enzyme config and document test (#28)

* fix(webpack): missing .js extension on filename (#30)

* feat(maleo playground): add default server and client (#29)

add defult server, client, and routes for auto import, so user no need to register snippet

BREAKING CHANGE: client haven't use the route yet

feat(client route): add register route

added register route for client to be able to pass it to window and feed to default client

docs(readmemd): update docs for default server and client

feat(webpack client wrap): add register wrap to window

feat(webpack register-loader client): auto register

add auto register using register loader for wrap and routes to be used by client

feat(webpack app client): add auto register for app

refactor(webpack): clean up static entries

refactor static entries to be more readable

fix(webpack): comment out hardsourcewbp

fix(webpack): fix node externals

fix(webpack server tsplugin): fix error not bundling on client

error caused by webpack getting imported to server.ts not sure what cause the error

feat(client): added register entry class

docs(readmemd): update register route readme

* fix(webpack client server): remove hmr but fix sync (#33)

* docs(readme): adjust readme to default register (#34)

* feat(maleo webpack): add rimraf before run and cache server (#35)

* feat(webpack loaders routes): add auto code splitting on routes (#36)

* docs(readmemd): add contributors (#38)

* docs(readmemd): add license (#39)

* docs(readmemd): add license

* Update README.md

* fix(require cache hmr): add nextjs license (#40)

* fix(webpack stats-writer plugin): add dynamic key on stats json (#41)

added dynamic key to stats json so maleo wont serve dynamic file as normal file

* feat(webpack client preset): add simple hmr refresh (#37)

fix(clienthmr): hot module now accepting new changes

BREAKING CHANGE: new hash is not synced

* feat(maleo-routes-split): auto add key for routes (#42)

docs(readmemd): update docs remove routes key

remove routes key

* docs(readmemd): add badges (#43)

ci(travis circleci): yml

* chore(lerna travis package): prepare for npm publish automation (#44)

* chore(travis gitignore): add separation on branch master and canary (#45)

* chore(travis yml): testing deploy (#46)

* chore(travis): testing chore (#47)

* fix(css-plugin): first render isl not working (#48)

fix(withstyles): change stylecontext to function generate

* chore(yarn lock): update yarn lock to use static reactdom (#51)

chore(package.json): do semver to 0.0.1

chore(package.json): add gren

chore(travis.yml): add script for prepublish and publish canary

* chore(travis.yml, publish-canary.sh): publishing to canary with sh file (#52)

* chore(package.json): publish to canary and add dist-tag (#53)

* chore(travis.yml): add registry auth token before deploy (#54)

* chore(travis.yml): add access public npm (#55)

chore(package.json yarn.lock): add the correct gren

* chore(package.json): comment gren for now (#56)

* chore(package.json): try to use publish from-git (#57)

* chore(travis.yml): remove tag require (#58)

* chore(package.json): remove from-git tag (#59)

* chore(package.json): bump version to v0.0.2 (#60)

* chore(package.json): bump version to 3 and add force-publish (#61)

* chore(lerna.json, package.json, .travis.yml): add lerna version config (#62)

* chore(package.json): bump version manually (#63)

* chore(lerna.json): move all the versoin config to publish (#64)

* chore(package.json): bump version to 0.0.5 (#65)

* chore(package.json): bump version and add conventional commit tag (#66)

* chore(lerna.json, package.json): add version bump prerelease (#67)

* chore(publish-canary.sh): attach ci to head when publish canary (#68)

* chore(publish-canary): remove local (#69)

* chore(publish-canary): change return to exit 1 (#70)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.6-canary.50
 - @airy/maleo-css-plugin@0.0.6-canary.50
 - @airy/maleo-gulp-plugin@0.0.6-canary.50
 - @airy/maleo-redux-plugin@0.0.6-canary.50
 - @airy/maleo-typescript-plugin@0.0.6-canary.50

* chore(travis.yml, lerna.json): add checkout branch sh, no force publish (#71)

* chore(ci): move ci related commands to new folder (#72)

chore(changelog): remove changelog

* docs(readme.md): update register routes docs (#73)

* feat(webpack): change maleo-routes.json to routes.json (#74)

use exact path ro routes.json and add react router dep

refactor(package.json, yarn.lock): remove react and react-router core

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.6-canary.51

* chore(lerna.json): force publish @airy/maleo (#75)

* chore(package.json): bump version to 0.0.7 (#76)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-alpha.0
 - @airy/maleo-css-plugin@0.0.8-alpha.0
 - @airy/maleo-gulp-plugin@0.0.8-alpha.0
 - @airy/maleo-redux-plugin@0.0.8-alpha.0
 - @airy/maleo-typescript-plugin@0.0.8-alpha.0

* chore(package.json changelog): change alpha to canary, remove changelog (#77)

* chore(package.json): fix changelog typo and bump versoin (#78)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-canary.2
 - @airy/maleo-css-plugin@0.0.8-canary.2
 - @airy/maleo-gulp-plugin@0.0.8-canary.2
 - @airy/maleo-redux-plugin@0.0.8-canary.2
 - @airy/maleo-typescript-plugin@0.0.8-canary.2

* docs(readme): add npm badge and fix contributors (#79)

* chore(package.json, travis): publish stable (#80)

* chore(travis.yml): move test:cov to before_deploy (#81)

* docs(readme): add @canary docs (#82)

* chore(package.json, yarn.lock): bump react-router version to 5.0.0 (#83)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-canary.3

* docs(readme.md): fix trailing commas, and add dev (#84)

t push --force# with '#' will be ignored, and an empty message aborts the commit.
alvinkl added a commit that referenced this pull request Mar 19, 2019
* docs(contributing md): add contributing documentation (#16)

docs(readmemd): add initial readme md until dynamic import

* docs(readmemd): fix contributing url (#18)

fix contributing url on readme md

* fix(babelconfigjs): fix built absolute path to relative path (#19)

Fix built file path and extract customizable to outer maleo

fix(playground): change path to root maleo

fix(plugins): change name of plugins into maleo-

fix(maleo binary): add figlet to maleo binary

* test(test): make babel-jest working (#20)

Adding babelrc and @babel/plugin-transform-modules-commonjs to make babel-jest works

* chore(package json example): remove example from workspace (#21)

need to remove example from workspace since we dont want hoisted dependency to be used by example,
it doesnt really mimic how the library works

fix(maleo/build/webpack): resolve

add node modules on project root directory to resolve

fix(webpackts): change nodeexternals to own function

remove node externals switch it to our own function

fix(package json): add dev dependencies react and react router

fix(webpack): add nodeexternals add airy maleo

* docs(readme): fixed typo on getinitalprops to getinitialprops (#22)

* refactor(md): clean up md and template (#23)

* chore(circleci): remove job to only build

* test(packagejson travis circle): add coveralls and travisyml (#27)

chore(lock.yml): add lock.yml to automatically lock issues and pr

test(loadinitialprops test): add more unit test for load props

test(routehandler): add test for routehandler

test(utils index): add utilities test

* test(jest test): add enzyme config and document test (#28)

* fix(webpack): missing .js extension on filename (#30)

* feat(maleo playground): add default server and client (#29)

add defult server, client, and routes for auto import, so user no need to register snippet

BREAKING CHANGE: client haven't use the route yet

feat(client route): add register route

added register route for client to be able to pass it to window and feed to default client

docs(readmemd): update docs for default server and client

feat(webpack client wrap): add register wrap to window

feat(webpack register-loader client): auto register

add auto register using register loader for wrap and routes to be used by client

feat(webpack app client): add auto register for app

refactor(webpack): clean up static entries

refactor static entries to be more readable

fix(webpack): comment out hardsourcewbp

fix(webpack): fix node externals

fix(webpack server tsplugin): fix error not bundling on client

error caused by webpack getting imported to server.ts not sure what cause the error

feat(client): added register entry class

docs(readmemd): update register route readme

* fix(webpack client server): remove hmr but fix sync (#33)

* docs(readme): adjust readme to default register (#34)

* feat(maleo webpack): add rimraf before run and cache server (#35)

* feat(webpack loaders routes): add auto code splitting on routes (#36)

* docs(readmemd): add contributors (#38)

* docs(readmemd): add license (#39)

* docs(readmemd): add license

* Update README.md

* fix(require cache hmr): add nextjs license (#40)

* fix(webpack stats-writer plugin): add dynamic key on stats json (#41)

added dynamic key to stats json so maleo wont serve dynamic file as normal file

* feat(webpack client preset): add simple hmr refresh (#37)

fix(clienthmr): hot module now accepting new changes

BREAKING CHANGE: new hash is not synced

* feat(maleo-routes-split): auto add key for routes (#42)

docs(readmemd): update docs remove routes key

remove routes key

* docs(readmemd): add badges (#43)

ci(travis circleci): yml

* chore(lerna travis package): prepare for npm publish automation (#44)

* chore(travis gitignore): add separation on branch master and canary (#45)

* chore(travis yml): testing deploy (#46)

* chore(travis): testing chore (#47)

* fix(css-plugin): first render isl not working (#48)

fix(withstyles): change stylecontext to function generate

* chore(yarn lock): update yarn lock to use static reactdom (#51)

chore(package.json): do semver to 0.0.1

chore(package.json): add gren

chore(travis.yml): add script for prepublish and publish canary

* chore(travis.yml, publish-canary.sh): publishing to canary with sh file (#52)

* chore(package.json): publish to canary and add dist-tag (#53)

* chore(travis.yml): add registry auth token before deploy (#54)

* chore(travis.yml): add access public npm (#55)

chore(package.json yarn.lock): add the correct gren

* chore(package.json): comment gren for now (#56)

* chore(package.json): try to use publish from-git (#57)

* chore(travis.yml): remove tag require (#58)

* chore(package.json): remove from-git tag (#59)

* chore(package.json): bump version to v0.0.2 (#60)

* chore(package.json): bump version to 3 and add force-publish (#61)

* chore(lerna.json, package.json, .travis.yml): add lerna version config (#62)

* chore(package.json): bump version manually (#63)

* chore(lerna.json): move all the versoin config to publish (#64)

* chore(package.json): bump version to 0.0.5 (#65)

* chore(package.json): bump version and add conventional commit tag (#66)

* chore(lerna.json, package.json): add version bump prerelease (#67)

* chore(publish-canary.sh): attach ci to head when publish canary (#68)

* chore(publish-canary): remove local (#69)

* chore(publish-canary): change return to exit 1 (#70)

* chore(release): publish %s 

 - @airy/maleo@0.0.6-canary.50
 - @airy/maleo-css-plugin@0.0.6-canary.50
 - @airy/maleo-gulp-plugin@0.0.6-canary.50
 - @airy/maleo-redux-plugin@0.0.6-canary.50
 - @airy/maleo-typescript-plugin@0.0.6-canary.50

* chore(travis.yml, lerna.json): add checkout branch sh, no force publish (#71)

* chore(ci): move ci related commands to new folder (#72)

chore(changelog): remove changelog

* docs(readme.md): update register routes docs (#73)

* feat(webpack): change maleo-routes.json to routes.json (#74)

use exact path ro routes.json and add react router dep

refactor(package.json, yarn.lock): remove react and react-router core

* chore(release): publish %s 

 - @airy/maleo@0.0.6-canary.51

* chore(lerna.json): force publish @airy/maleo (#75)

* chore(package.json): bump version to 0.0.7 (#76)

* chore(release): publish %s 

 - @airy/maleo@0.0.8-alpha.0
 - @airy/maleo-css-plugin@0.0.8-alpha.0
 - @airy/maleo-gulp-plugin@0.0.8-alpha.0
 - @airy/maleo-redux-plugin@0.0.8-alpha.0
 - @airy/maleo-typescript-plugin@0.0.8-alpha.0

* chore(package.json changelog): change alpha to canary, remove changelog (#77)

* chore(package.json): fix changelog typo and bump versoin (#78)

* chore(release): publish %s 

 - @airy/maleo@0.0.8-canary.2
 - @airy/maleo-css-plugin@0.0.8-canary.2
 - @airy/maleo-gulp-plugin@0.0.8-canary.2
 - @airy/maleo-redux-plugin@0.0.8-canary.2
 - @airy/maleo-typescript-plugin@0.0.8-canary.2

* docs(readme): add npm badge and fix contributors (#79)

* chore(package.json, travis): publish stable (#80)

* chore(travis.yml): move test:cov to before_deploy (#81)

* docs(readme): add @canary docs (#82)

* chore(package.json, yarn.lock): bump react-router version to 5.0.0 (#83)

* chore(release): publish %s 

 - @airy/maleo@0.0.8-canary.3

* docs(readme.md): fix trailing commas, and add dev (#84)
alvinkl added a commit to alvinkl/maleo.js that referenced this pull request Mar 19, 2019
* docs(contributing md): add contributing documentation (airyrooms#16)

docs(readmemd): add initial readme md until dynamic import

* docs(readmemd): fix contributing url (airyrooms#18)

fix contributing url on readme md

* fix(babelconfigjs): fix built absolute path to relative path (airyrooms#19)

Fix built file path and extract customizable to outer maleo

fix(playground): change path to root maleo

fix(plugins): change name of plugins into maleo-

fix(maleo binary): add figlet to maleo binary

* test(test): make babel-jest working (airyrooms#20)

Adding babelrc and @babel/plugin-transform-modules-commonjs to make babel-jest works

* chore(package json example): remove example from workspace (airyrooms#21)

need to remove example from workspace since we dont want hoisted dependency to be used by example,
it doesnt really mimic how the library works

fix(maleo/build/webpack): resolve

add node modules on project root directory to resolve

fix(webpackts): change nodeexternals to own function

remove node externals switch it to our own function

fix(package json): add dev dependencies react and react router

fix(webpack): add nodeexternals add airy maleo

* docs(readme): fixed typo on getinitalprops to getinitialprops (airyrooms#22)

* refactor(md): clean up md and template (airyrooms#23)

* chore(circleci): remove job to only build

* test(packagejson travis circle): add coveralls and travisyml (airyrooms#27)

chore(lock.yml): add lock.yml to automatically lock issues and pr

test(loadinitialprops test): add more unit test for load props

test(routehandler): add test for routehandler

test(utils index): add utilities test

* test(jest test): add enzyme config and document test (airyrooms#28)

* fix(webpack): missing .js extension on filename (airyrooms#30)

* feat(maleo playground): add default server and client (airyrooms#29)

add defult server, client, and routes for auto import, so user no need to register snippet

: client haven't use the route yet

feat(client route): add register route

added register route for client to be able to pass it to window and feed to default client

docs(readmemd): update docs for default server and client

feat(webpack client wrap): add register wrap to window

feat(webpack register-loader client): auto register

add auto register using register loader for wrap and routes to be used by client

feat(webpack app client): add auto register for app

refactor(webpack): clean up static entries

refactor static entries to be more readable

fix(webpack): comment out hardsourcewbp

fix(webpack): fix node externals

fix(webpack server tsplugin): fix error not bundling on client

error caused by webpack getting imported to server.ts not sure what cause the error

feat(client): added register entry class

docs(readmemd): update register route readme

* fix(webpack client server): remove hmr but fix sync (airyrooms#33)

* docs(readme): adjust readme to default register (airyrooms#34)

* feat(maleo webpack): add rimraf before run and cache server (airyrooms#35)

* feat(webpack loaders routes): add auto code splitting on routes (airyrooms#36)

* docs(readmemd): add contributors (airyrooms#38)

* docs(readmemd): add license (airyrooms#39)

* docs(readmemd): add license

* Update README.md

* fix(require cache hmr): add nextjs license (airyrooms#40)

* fix(webpack stats-writer plugin): add dynamic key on stats json (airyrooms#41)

added dynamic key to stats json so maleo wont serve dynamic file as normal file

* feat(webpack client preset): add simple hmr refresh (airyrooms#37)

fix(clienthmr): hot module now accepting new changes

: new hash is not synced

* feat(maleo-routes-split): auto add key for routes (airyrooms#42)

docs(readmemd): update docs remove routes key

remove routes key

* docs(readmemd): add badges (airyrooms#43)

ci(travis circleci): yml

* chore(lerna travis package): prepare for npm publish automation (airyrooms#44)

* chore(travis gitignore): add separation on branch master and canary (airyrooms#45)

* chore(travis yml): testing deploy (airyrooms#46)

* chore(travis): testing chore (airyrooms#47)

* fix(css-plugin): first render isl not working (airyrooms#48)

fix(withstyles): change stylecontext to function generate

* chore(yarn lock): update yarn lock to use static reactdom (airyrooms#51)

chore(package.json): do semver to 0.0.1

chore(package.json): add gren

chore(travis.yml): add script for prepublish and publish canary

* chore(travis.yml, publish-canary.sh): publishing to canary with sh file (airyrooms#52)

* chore(package.json): publish to canary and add dist-tag (airyrooms#53)

* chore(travis.yml): add registry auth token before deploy (airyrooms#54)

* chore(travis.yml): add access public npm (airyrooms#55)

chore(package.json yarn.lock): add the correct gren

* chore(package.json): comment gren for now (airyrooms#56)

* chore(package.json): try to use publish from-git (airyrooms#57)

* chore(travis.yml): remove tag require (airyrooms#58)

* chore(package.json): remove from-git tag (airyrooms#59)

* chore(package.json): bump version to v0.0.2 (airyrooms#60)

* chore(package.json): bump version to 3 and add force-publish (airyrooms#61)

* chore(lerna.json, package.json, .travis.yml): add lerna version config (airyrooms#62)

* chore(package.json): bump version manually (airyrooms#63)

* chore(lerna.json): move all the versoin config to publish (airyrooms#64)

* chore(package.json): bump version to 0.0.5 (airyrooms#65)

* chore(package.json): bump version and add conventional commit tag (airyrooms#66)

* chore(lerna.json, package.json): add version bump prerelease (airyrooms#67)

* chore(publish-canary.sh): attach ci to head when publish canary (airyrooms#68)

* chore(publish-canary): remove local (airyrooms#69)

* chore(publish-canary): change return to exit 1 (airyrooms#70)

* chore(release): publish %s

 - @airy/maleo@0.0.6-canary.50
 - @airy/maleo-css-plugin@0.0.6-canary.50
 - @airy/maleo-gulp-plugin@0.0.6-canary.50
 - @airy/maleo-redux-plugin@0.0.6-canary.50
 - @airy/maleo-typescript-plugin@0.0.6-canary.50

* chore(travis.yml, lerna.json): add checkout branch sh, no force publish (airyrooms#71)

* chore(ci): move ci related commands to new folder (airyrooms#72)

chore(changelog): remove changelog

* docs(readme.md): update register routes docs (airyrooms#73)

* feat(webpack): change maleo-routes.json to routes.json (airyrooms#74)

use exact path ro routes.json and add react router dep

refactor(package.json, yarn.lock): remove react and react-router core

* chore(release): publish %s

 - @airy/maleo@0.0.6-canary.51

* chore(lerna.json): force publish @airy/maleo (airyrooms#75)

* chore(package.json): bump version to 0.0.7 (airyrooms#76)

* chore(release): publish %s

 - @airy/maleo@0.0.8-alpha.0
 - @airy/maleo-css-plugin@0.0.8-alpha.0
 - @airy/maleo-gulp-plugin@0.0.8-alpha.0
 - @airy/maleo-redux-plugin@0.0.8-alpha.0
 - @airy/maleo-typescript-plugin@0.0.8-alpha.0

* chore(package.json changelog): change alpha to canary, remove changelog (airyrooms#77)

* chore(package.json): fix changelog typo and bump versoin (airyrooms#78)

* chore(release): publish %s

 - @airy/maleo@0.0.8-canary.2
 - @airy/maleo-css-plugin@0.0.8-canary.2
 - @airy/maleo-gulp-plugin@0.0.8-canary.2
 - @airy/maleo-redux-plugin@0.0.8-canary.2
 - @airy/maleo-typescript-plugin@0.0.8-canary.2

* docs(readme): add npm badge and fix contributors (airyrooms#79)

* chore(package.json, travis): publish stable (airyrooms#80)

* chore(travis.yml): move test:cov to before_deploy (airyrooms#81)

* docs(readme): add @canary docs (airyrooms#82)

* chore(package.json, yarn.lock): bump react-router version to 5.0.0 (airyrooms#83)

* chore(release): publish %s

 - @airy/maleo@0.0.8-canary.3

* docs(readme.md): fix trailing commas, and add dev (airyrooms#84)
alvinkl added a commit that referenced this pull request Mar 19, 2019
* docs(contributing md): add contributing documentation (#16)

docs(readmemd): add initial readme md until dynamic import

* docs(readmemd): fix contributing url (#18)

fix contributing url on readme md

* fix(babelconfigjs): fix built absolute path to relative path (#19)

Fix built file path and extract customizable to outer maleo

fix(playground): change path to root maleo

fix(plugins): change name of plugins into maleo-

fix(maleo binary): add figlet to maleo binary

* test(test): make babel-jest working (#20)

Adding babelrc and @babel/plugin-transform-modules-commonjs to make babel-jest works

* chore(package json example): remove example from workspace (#21)

need to remove example from workspace since we dont want hoisted dependency to be used by example,
it doesnt really mimic how the library works

fix(maleo/build/webpack): resolve

add node modules on project root directory to resolve

fix(webpackts): change nodeexternals to own function

remove node externals switch it to our own function

fix(package json): add dev dependencies react and react router

fix(webpack): add nodeexternals add airy maleo

* docs(readme): fixed typo on getinitalprops to getinitialprops (#22)

* refactor(md): clean up md and template (#23)

* chore(circleci): remove job to only build

* test(packagejson travis circle): add coveralls and travisyml (#27)

chore(lock.yml): add lock.yml to automatically lock issues and pr

test(loadinitialprops test): add more unit test for load props

test(routehandler): add test for routehandler

test(utils index): add utilities test

* test(jest test): add enzyme config and document test (#28)

* fix(webpack): missing .js extension on filename (#30)

* feat(maleo playground): add default server and client (#29)

add defult server, client, and routes for auto import, so user no need to register snippet

BREAKING CHANGE: client haven't use the route yet

feat(client route): add register route

added register route for client to be able to pass it to window and feed to default client

docs(readmemd): update docs for default server and client

feat(webpack client wrap): add register wrap to window

feat(webpack register-loader client): auto register

add auto register using register loader for wrap and routes to be used by client

feat(webpack app client): add auto register for app

refactor(webpack): clean up static entries

refactor static entries to be more readable

fix(webpack): comment out hardsourcewbp

fix(webpack): fix node externals

fix(webpack server tsplugin): fix error not bundling on client

error caused by webpack getting imported to server.ts not sure what cause the error

feat(client): added register entry class

docs(readmemd): update register route readme

* fix(webpack client server): remove hmr but fix sync (#33)

* docs(readme): adjust readme to default register (#34)

* feat(maleo webpack): add rimraf before run and cache server (#35)

* feat(webpack loaders routes): add auto code splitting on routes (#36)

* docs(readmemd): add contributors (#38)

* docs(readmemd): add license (#39)

* docs(readmemd): add license

* Update README.md

* fix(require cache hmr): add nextjs license (#40)

* fix(webpack stats-writer plugin): add dynamic key on stats json (#41)

added dynamic key to stats json so maleo wont serve dynamic file as normal file

* feat(webpack client preset): add simple hmr refresh (#37)

fix(clienthmr): hot module now accepting new changes

BREAKING CHANGE: new hash is not synced

* feat(maleo-routes-split): auto add key for routes (#42)

docs(readmemd): update docs remove routes key

remove routes key

* docs(readmemd): add badges (#43)

ci(travis circleci): yml

* chore(lerna travis package): prepare for npm publish automation (#44)

* chore(travis gitignore): add separation on branch master and canary (#45)

* chore(travis yml): testing deploy (#46)

* chore(travis): testing chore (#47)

* fix(css-plugin): first render isl not working (#48)

fix(withstyles): change stylecontext to function generate

* chore(yarn lock): update yarn lock to use static reactdom (#51)

chore(package.json): do semver to 0.0.1

chore(package.json): add gren

chore(travis.yml): add script for prepublish and publish canary

* chore(travis.yml, publish-canary.sh): publishing to canary with sh file (#52)

* chore(package.json): publish to canary and add dist-tag (#53)

* chore(travis.yml): add registry auth token before deploy (#54)

* chore(travis.yml): add access public npm (#55)

chore(package.json yarn.lock): add the correct gren

* chore(package.json): comment gren for now (#56)

* chore(package.json): try to use publish from-git (#57)

* chore(travis.yml): remove tag require (#58)

* chore(package.json): remove from-git tag (#59)

* chore(package.json): bump version to v0.0.2 (#60)

* chore(package.json): bump version to 3 and add force-publish (#61)

* chore(lerna.json, package.json, .travis.yml): add lerna version config (#62)

* chore(package.json): bump version manually (#63)

* chore(lerna.json): move all the versoin config to publish (#64)

* chore(package.json): bump version to 0.0.5 (#65)

* chore(package.json): bump version and add conventional commit tag (#66)

* chore(lerna.json, package.json): add version bump prerelease (#67)

* chore(publish-canary.sh): attach ci to head when publish canary (#68)

* chore(publish-canary): remove local (#69)

* chore(publish-canary): change return to exit 1 (#70)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.6-canary.50
 - @airy/maleo-css-plugin@0.0.6-canary.50
 - @airy/maleo-gulp-plugin@0.0.6-canary.50
 - @airy/maleo-redux-plugin@0.0.6-canary.50
 - @airy/maleo-typescript-plugin@0.0.6-canary.50

* chore(travis.yml, lerna.json): add checkout branch sh, no force publish (#71)

* chore(ci): move ci related commands to new folder (#72)

chore(changelog): remove changelog

* docs(readme.md): update register routes docs (#73)

* feat(webpack): change maleo-routes.json to routes.json (#74)

use exact path ro routes.json and add react router dep

refactor(package.json, yarn.lock): remove react and react-router core

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.6-canary.51

* chore(lerna.json): force publish @airy/maleo (#75)

* chore(package.json): bump version to 0.0.7 (#76)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-alpha.0
 - @airy/maleo-css-plugin@0.0.8-alpha.0
 - @airy/maleo-gulp-plugin@0.0.8-alpha.0
 - @airy/maleo-redux-plugin@0.0.8-alpha.0
 - @airy/maleo-typescript-plugin@0.0.8-alpha.0

* chore(package.json changelog): change alpha to canary, remove changelog (#77)

* chore(package.json): fix changelog typo and bump versoin (#78)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-canary.2
 - @airy/maleo-css-plugin@0.0.8-canary.2
 - @airy/maleo-gulp-plugin@0.0.8-canary.2
 - @airy/maleo-redux-plugin@0.0.8-canary.2
 - @airy/maleo-typescript-plugin@0.0.8-canary.2

* docs(readme): add npm badge and fix contributors (#79)

* chore(package.json, travis): publish stable (#80)

* chore(travis.yml): move test:cov to before_deploy (#81)

* docs(readme): add @canary docs (#82)

* chore(package.json, yarn.lock): bump react-router version to 5.0.0 (#83)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-canary.3

* docs(readme.md): fix trailing commas, and add dev (#84)

t push --force# with '#' will be ignored, and an empty message aborts the commit.

* chore(publish-stable): undo automatic publishing for stable

* revert: chore publish

This reverts commit ddd5dca.

* chore(publish-stable): manual publish (#93)

chore(package.json): remove --yes and alter publish version

* revert: npm publish

This reverts commit 3c52e02.
alvinkl added a commit that referenced this pull request Mar 19, 2019
* docs(contributing md): add contributing documentation (#16)

docs(readmemd): add initial readme md until dynamic import

* docs(readmemd): fix contributing url (#18)

fix contributing url on readme md

* fix(babelconfigjs): fix built absolute path to relative path (#19)

Fix built file path and extract customizable to outer maleo

fix(playground): change path to root maleo

fix(plugins): change name of plugins into maleo-

fix(maleo binary): add figlet to maleo binary

* test(test): make babel-jest working (#20)

Adding babelrc and @babel/plugin-transform-modules-commonjs to make babel-jest works

* chore(package json example): remove example from workspace (#21)

need to remove example from workspace since we dont want hoisted dependency to be used by example,
it doesnt really mimic how the library works

fix(maleo/build/webpack): resolve

add node modules on project root directory to resolve

fix(webpackts): change nodeexternals to own function

remove node externals switch it to our own function

fix(package json): add dev dependencies react and react router

fix(webpack): add nodeexternals add airy maleo

* docs(readme): fixed typo on getinitalprops to getinitialprops (#22)

* refactor(md): clean up md and template (#23)

* chore(circleci): remove job to only build

* test(packagejson travis circle): add coveralls and travisyml (#27)

chore(lock.yml): add lock.yml to automatically lock issues and pr

test(loadinitialprops test): add more unit test for load props

test(routehandler): add test for routehandler

test(utils index): add utilities test

* test(jest test): add enzyme config and document test (#28)

* fix(webpack): missing .js extension on filename (#30)

* feat(maleo playground): add default server and client (#29)

add defult server, client, and routes for auto import, so user no need to register snippet

BREAKING CHANGE: client haven't use the route yet

feat(client route): add register route

added register route for client to be able to pass it to window and feed to default client

docs(readmemd): update docs for default server and client

feat(webpack client wrap): add register wrap to window

feat(webpack register-loader client): auto register

add auto register using register loader for wrap and routes to be used by client

feat(webpack app client): add auto register for app

refactor(webpack): clean up static entries

refactor static entries to be more readable

fix(webpack): comment out hardsourcewbp

fix(webpack): fix node externals

fix(webpack server tsplugin): fix error not bundling on client

error caused by webpack getting imported to server.ts not sure what cause the error

feat(client): added register entry class

docs(readmemd): update register route readme

* fix(webpack client server): remove hmr but fix sync (#33)

* docs(readme): adjust readme to default register (#34)

* feat(maleo webpack): add rimraf before run and cache server (#35)

* feat(webpack loaders routes): add auto code splitting on routes (#36)

* docs(readmemd): add contributors (#38)

* docs(readmemd): add license (#39)

* docs(readmemd): add license

* Update README.md

* fix(require cache hmr): add nextjs license (#40)

* fix(webpack stats-writer plugin): add dynamic key on stats json (#41)

added dynamic key to stats json so maleo wont serve dynamic file as normal file

* feat(webpack client preset): add simple hmr refresh (#37)

fix(clienthmr): hot module now accepting new changes

BREAKING CHANGE: new hash is not synced

* feat(maleo-routes-split): auto add key for routes (#42)

docs(readmemd): update docs remove routes key

remove routes key

* docs(readmemd): add badges (#43)

ci(travis circleci): yml

* chore(lerna travis package): prepare for npm publish automation (#44)

* chore(travis gitignore): add separation on branch master and canary (#45)

* chore(travis yml): testing deploy (#46)

* chore(travis): testing chore (#47)

* fix(css-plugin): first render isl not working (#48)

fix(withstyles): change stylecontext to function generate

* chore(yarn lock): update yarn lock to use static reactdom (#51)

chore(package.json): do semver to 0.0.1

chore(package.json): add gren

chore(travis.yml): add script for prepublish and publish canary

* chore(travis.yml, publish-canary.sh): publishing to canary with sh file (#52)

* chore(package.json): publish to canary and add dist-tag (#53)

* chore(travis.yml): add registry auth token before deploy (#54)

* chore(travis.yml): add access public npm (#55)

chore(package.json yarn.lock): add the correct gren

* chore(package.json): comment gren for now (#56)

* chore(package.json): try to use publish from-git (#57)

* chore(travis.yml): remove tag require (#58)

* chore(package.json): remove from-git tag (#59)

* chore(package.json): bump version to v0.0.2 (#60)

* chore(package.json): bump version to 3 and add force-publish (#61)

* chore(lerna.json, package.json, .travis.yml): add lerna version config (#62)

* chore(package.json): bump version manually (#63)

* chore(lerna.json): move all the versoin config to publish (#64)

* chore(package.json): bump version to 0.0.5 (#65)

* chore(package.json): bump version and add conventional commit tag (#66)

* chore(lerna.json, package.json): add version bump prerelease (#67)

* chore(publish-canary.sh): attach ci to head when publish canary (#68)

* chore(publish-canary): remove local (#69)

* chore(publish-canary): change return to exit 1 (#70)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.6-canary.50
 - @airy/maleo-css-plugin@0.0.6-canary.50
 - @airy/maleo-gulp-plugin@0.0.6-canary.50
 - @airy/maleo-redux-plugin@0.0.6-canary.50
 - @airy/maleo-typescript-plugin@0.0.6-canary.50

* chore(travis.yml, lerna.json): add checkout branch sh, no force publish (#71)

* chore(ci): move ci related commands to new folder (#72)

chore(changelog): remove changelog

* docs(readme.md): update register routes docs (#73)

* feat(webpack): change maleo-routes.json to routes.json (#74)

use exact path ro routes.json and add react router dep

refactor(package.json, yarn.lock): remove react and react-router core

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.6-canary.51

* chore(lerna.json): force publish @airy/maleo (#75)

* chore(package.json): bump version to 0.0.7 (#76)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-alpha.0
 - @airy/maleo-css-plugin@0.0.8-alpha.0
 - @airy/maleo-gulp-plugin@0.0.8-alpha.0
 - @airy/maleo-redux-plugin@0.0.8-alpha.0
 - @airy/maleo-typescript-plugin@0.0.8-alpha.0

* chore(package.json changelog): change alpha to canary, remove changelog (#77)

* chore(package.json): fix changelog typo and bump versoin (#78)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-canary.2
 - @airy/maleo-css-plugin@0.0.8-canary.2
 - @airy/maleo-gulp-plugin@0.0.8-canary.2
 - @airy/maleo-redux-plugin@0.0.8-canary.2
 - @airy/maleo-typescript-plugin@0.0.8-canary.2

* docs(readme): add npm badge and fix contributors (#79)

* chore(package.json, travis): publish stable (#80)

* chore(travis.yml): move test:cov to before_deploy (#81)

* docs(readme): add @canary docs (#82)

* chore(package.json, yarn.lock): bump react-router version to 5.0.0 (#83)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-canary.3

* docs(readme.md): fix trailing commas, and add dev (#84)

t push --force# with '#' will be ignored, and an empty message aborts the commit.

* chore(publish-stable): undo automatic publishing for stable

* revert: chore publish

This reverts commit ddd5dca.

* chore(publish-stable): manual publish (#93)

chore(package.json): remove --yes and alter publish version

* revert: npm publish

This reverts commit 3c52e02.

* chore(publish-stable): manual publish (#95)

chore(package.json): remove --yes and alter publish version

* Revert "chore(publish-stable): manual publish (#95)" (#96)

This reverts commit 0f1024f.
@alvinkl alvinkl mentioned this pull request Mar 19, 2019
13 tasks
alvinkl added a commit that referenced this pull request Mar 19, 2019
* docs(contributing md): add contributing documentation (#16)

docs(readmemd): add initial readme md until dynamic import

* docs(readmemd): fix contributing url (#18)

fix contributing url on readme md

* fix(babelconfigjs): fix built absolute path to relative path (#19)

Fix built file path and extract customizable to outer maleo

fix(playground): change path to root maleo

fix(plugins): change name of plugins into maleo-

fix(maleo binary): add figlet to maleo binary

* test(test): make babel-jest working (#20)

Adding babelrc and @babel/plugin-transform-modules-commonjs to make babel-jest works

* chore(package json example): remove example from workspace (#21)

need to remove example from workspace since we dont want hoisted dependency to be used by example,
it doesnt really mimic how the library works

fix(maleo/build/webpack): resolve

add node modules on project root directory to resolve

fix(webpackts): change nodeexternals to own function

remove node externals switch it to our own function

fix(package json): add dev dependencies react and react router

fix(webpack): add nodeexternals add airy maleo

* docs(readme): fixed typo on getinitalprops to getinitialprops (#22)

* refactor(md): clean up md and template (#23)

* chore(circleci): remove job to only build

* test(packagejson travis circle): add coveralls and travisyml (#27)

chore(lock.yml): add lock.yml to automatically lock issues and pr

test(loadinitialprops test): add more unit test for load props

test(routehandler): add test for routehandler

test(utils index): add utilities test

* test(jest test): add enzyme config and document test (#28)

* fix(webpack): missing .js extension on filename (#30)

* feat(maleo playground): add default server and client (#29)

add defult server, client, and routes for auto import, so user no need to register snippet

BREAKING CHANGE: client haven't use the route yet

feat(client route): add register route

added register route for client to be able to pass it to window and feed to default client

docs(readmemd): update docs for default server and client

feat(webpack client wrap): add register wrap to window

feat(webpack register-loader client): auto register

add auto register using register loader for wrap and routes to be used by client

feat(webpack app client): add auto register for app

refactor(webpack): clean up static entries

refactor static entries to be more readable

fix(webpack): comment out hardsourcewbp

fix(webpack): fix node externals

fix(webpack server tsplugin): fix error not bundling on client

error caused by webpack getting imported to server.ts not sure what cause the error

feat(client): added register entry class

docs(readmemd): update register route readme

* fix(webpack client server): remove hmr but fix sync (#33)

* docs(readme): adjust readme to default register (#34)

* feat(maleo webpack): add rimraf before run and cache server (#35)

* feat(webpack loaders routes): add auto code splitting on routes (#36)

* docs(readmemd): add contributors (#38)

* docs(readmemd): add license (#39)

* docs(readmemd): add license

* Update README.md

* fix(require cache hmr): add nextjs license (#40)

* fix(webpack stats-writer plugin): add dynamic key on stats json (#41)

added dynamic key to stats json so maleo wont serve dynamic file as normal file

* feat(webpack client preset): add simple hmr refresh (#37)

fix(clienthmr): hot module now accepting new changes

BREAKING CHANGE: new hash is not synced

* feat(maleo-routes-split): auto add key for routes (#42)

docs(readmemd): update docs remove routes key

remove routes key

* docs(readmemd): add badges (#43)

ci(travis circleci): yml

* chore(lerna travis package): prepare for npm publish automation (#44)

* chore(travis gitignore): add separation on branch master and canary (#45)

* chore(travis yml): testing deploy (#46)

* chore(travis): testing chore (#47)

* fix(css-plugin): first render isl not working (#48)

fix(withstyles): change stylecontext to function generate

* chore(yarn lock): update yarn lock to use static reactdom (#51)

chore(package.json): do semver to 0.0.1

chore(package.json): add gren

chore(travis.yml): add script for prepublish and publish canary

* chore(travis.yml, publish-canary.sh): publishing to canary with sh file (#52)

* chore(package.json): publish to canary and add dist-tag (#53)

* chore(travis.yml): add registry auth token before deploy (#54)

* chore(travis.yml): add access public npm (#55)

chore(package.json yarn.lock): add the correct gren

* chore(package.json): comment gren for now (#56)

* chore(package.json): try to use publish from-git (#57)

* chore(travis.yml): remove tag require (#58)

* chore(package.json): remove from-git tag (#59)

* chore(package.json): bump version to v0.0.2 (#60)

* chore(package.json): bump version to 3 and add force-publish (#61)

* chore(lerna.json, package.json, .travis.yml): add lerna version config (#62)

* chore(package.json): bump version manually (#63)

* chore(lerna.json): move all the versoin config to publish (#64)

* chore(package.json): bump version to 0.0.5 (#65)

* chore(package.json): bump version and add conventional commit tag (#66)

* chore(lerna.json, package.json): add version bump prerelease (#67)

* chore(publish-canary.sh): attach ci to head when publish canary (#68)

* chore(publish-canary): remove local (#69)

* chore(publish-canary): change return to exit 1 (#70)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.6-canary.50
 - @airy/maleo-css-plugin@0.0.6-canary.50
 - @airy/maleo-gulp-plugin@0.0.6-canary.50
 - @airy/maleo-redux-plugin@0.0.6-canary.50
 - @airy/maleo-typescript-plugin@0.0.6-canary.50

* chore(travis.yml, lerna.json): add checkout branch sh, no force publish (#71)

* chore(ci): move ci related commands to new folder (#72)

chore(changelog): remove changelog

* docs(readme.md): update register routes docs (#73)

* feat(webpack): change maleo-routes.json to routes.json (#74)

use exact path ro routes.json and add react router dep

refactor(package.json, yarn.lock): remove react and react-router core

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.6-canary.51

* chore(lerna.json): force publish @airy/maleo (#75)

* chore(package.json): bump version to 0.0.7 (#76)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-alpha.0
 - @airy/maleo-css-plugin@0.0.8-alpha.0
 - @airy/maleo-gulp-plugin@0.0.8-alpha.0
 - @airy/maleo-redux-plugin@0.0.8-alpha.0
 - @airy/maleo-typescript-plugin@0.0.8-alpha.0

* chore(package.json changelog): change alpha to canary, remove changelog (#77)

* chore(package.json): fix changelog typo and bump versoin (#78)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-canary.2
 - @airy/maleo-css-plugin@0.0.8-canary.2
 - @airy/maleo-gulp-plugin@0.0.8-canary.2
 - @airy/maleo-redux-plugin@0.0.8-canary.2
 - @airy/maleo-typescript-plugin@0.0.8-canary.2

* docs(readme): add npm badge and fix contributors (#79)

* chore(package.json, travis): publish stable (#80)

* chore(travis.yml): move test:cov to before_deploy (#81)

* docs(readme): add @canary docs (#82)

* chore(package.json, yarn.lock): bump react-router version to 5.0.0 (#83)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-canary.3

* docs(readme.md): fix trailing commas, and add dev (#84)

t push --force# with '#' will be ignored, and an empty message aborts the commit.

* chore(publish-stable): undo automatic publishing for stable

* revert: chore publish

This reverts commit ddd5dca.

* chore(publish-stable): manual publish (#93)

chore(package.json): remove --yes and alter publish version

* revert: npm publish

This reverts commit 3c52e02.

* chore(publish-stable): manual publish (#95)

chore(package.json): remove --yes and alter publish version

* Revert "chore(publish-stable): manual publish (#95)" (#96)

This reverts commit 0f1024f.
alvinkl added a commit that referenced this pull request Mar 19, 2019
alvinkl added a commit that referenced this pull request Mar 19, 2019
* docs(contributing md): add contributing documentation (#16)

docs(readmemd): add initial readme md until dynamic import

* docs(readmemd): fix contributing url (#18)

fix contributing url on readme md

* fix(babelconfigjs): fix built absolute path to relative path (#19)

Fix built file path and extract customizable to outer maleo

fix(playground): change path to root maleo

fix(plugins): change name of plugins into maleo-

fix(maleo binary): add figlet to maleo binary

* test(test): make babel-jest working (#20)

Adding babelrc and @babel/plugin-transform-modules-commonjs to make babel-jest works

* chore(package json example): remove example from workspace (#21)

need to remove example from workspace since we dont want hoisted dependency to be used by example,
it doesnt really mimic how the library works

fix(maleo/build/webpack): resolve

add node modules on project root directory to resolve

fix(webpackts): change nodeexternals to own function

remove node externals switch it to our own function

fix(package json): add dev dependencies react and react router

fix(webpack): add nodeexternals add airy maleo

* docs(readme): fixed typo on getinitalprops to getinitialprops (#22)

* refactor(md): clean up md and template (#23)

* chore(circleci): remove job to only build

* test(packagejson travis circle): add coveralls and travisyml (#27)

chore(lock.yml): add lock.yml to automatically lock issues and pr

test(loadinitialprops test): add more unit test for load props

test(routehandler): add test for routehandler

test(utils index): add utilities test

* test(jest test): add enzyme config and document test (#28)

* fix(webpack): missing .js extension on filename (#30)

* feat(maleo playground): add default server and client (#29)

add defult server, client, and routes for auto import, so user no need to register snippet

BREAKING CHANGE: client haven't use the route yet

feat(client route): add register route

added register route for client to be able to pass it to window and feed to default client

docs(readmemd): update docs for default server and client

feat(webpack client wrap): add register wrap to window

feat(webpack register-loader client): auto register

add auto register using register loader for wrap and routes to be used by client

feat(webpack app client): add auto register for app

refactor(webpack): clean up static entries

refactor static entries to be more readable

fix(webpack): comment out hardsourcewbp

fix(webpack): fix node externals

fix(webpack server tsplugin): fix error not bundling on client

error caused by webpack getting imported to server.ts not sure what cause the error

feat(client): added register entry class

docs(readmemd): update register route readme

* fix(webpack client server): remove hmr but fix sync (#33)

* docs(readme): adjust readme to default register (#34)

* feat(maleo webpack): add rimraf before run and cache server (#35)

* feat(webpack loaders routes): add auto code splitting on routes (#36)

* docs(readmemd): add contributors (#38)

* docs(readmemd): add license (#39)

* docs(readmemd): add license

* Update README.md

* fix(require cache hmr): add nextjs license (#40)

* fix(webpack stats-writer plugin): add dynamic key on stats json (#41)

added dynamic key to stats json so maleo wont serve dynamic file as normal file

* feat(webpack client preset): add simple hmr refresh (#37)

fix(clienthmr): hot module now accepting new changes

BREAKING CHANGE: new hash is not synced

* feat(maleo-routes-split): auto add key for routes (#42)

docs(readmemd): update docs remove routes key

remove routes key

* docs(readmemd): add badges (#43)

ci(travis circleci): yml

* chore(lerna travis package): prepare for npm publish automation (#44)

* chore(travis gitignore): add separation on branch master and canary (#45)

* chore(travis yml): testing deploy (#46)

* chore(travis): testing chore (#47)

* fix(css-plugin): first render isl not working (#48)

fix(withstyles): change stylecontext to function generate

* chore(yarn lock): update yarn lock to use static reactdom (#51)

chore(package.json): do semver to 0.0.1

chore(package.json): add gren

chore(travis.yml): add script for prepublish and publish canary

* chore(travis.yml, publish-canary.sh): publishing to canary with sh file (#52)

* chore(package.json): publish to canary and add dist-tag (#53)

* chore(travis.yml): add registry auth token before deploy (#54)

* chore(travis.yml): add access public npm (#55)

chore(package.json yarn.lock): add the correct gren

* chore(package.json): comment gren for now (#56)

* chore(package.json): try to use publish from-git (#57)

* chore(travis.yml): remove tag require (#58)

* chore(package.json): remove from-git tag (#59)

* chore(package.json): bump version to v0.0.2 (#60)

* chore(package.json): bump version to 3 and add force-publish (#61)

* chore(lerna.json, package.json, .travis.yml): add lerna version config (#62)

* chore(package.json): bump version manually (#63)

* chore(lerna.json): move all the versoin config to publish (#64)

* chore(package.json): bump version to 0.0.5 (#65)

* chore(package.json): bump version and add conventional commit tag (#66)

* chore(lerna.json, package.json): add version bump prerelease (#67)

* chore(publish-canary.sh): attach ci to head when publish canary (#68)

* chore(publish-canary): remove local (#69)

* chore(publish-canary): change return to exit 1 (#70)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.6-canary.50
 - @airy/maleo-css-plugin@0.0.6-canary.50
 - @airy/maleo-gulp-plugin@0.0.6-canary.50
 - @airy/maleo-redux-plugin@0.0.6-canary.50
 - @airy/maleo-typescript-plugin@0.0.6-canary.50

* chore(travis.yml, lerna.json): add checkout branch sh, no force publish (#71)

* chore(ci): move ci related commands to new folder (#72)

chore(changelog): remove changelog

* docs(readme.md): update register routes docs (#73)

* feat(webpack): change maleo-routes.json to routes.json (#74)

use exact path ro routes.json and add react router dep

refactor(package.json, yarn.lock): remove react and react-router core

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.6-canary.51

* chore(lerna.json): force publish @airy/maleo (#75)

* chore(package.json): bump version to 0.0.7 (#76)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-alpha.0
 - @airy/maleo-css-plugin@0.0.8-alpha.0
 - @airy/maleo-gulp-plugin@0.0.8-alpha.0
 - @airy/maleo-redux-plugin@0.0.8-alpha.0
 - @airy/maleo-typescript-plugin@0.0.8-alpha.0

* chore(package.json changelog): change alpha to canary, remove changelog (#77)

* chore(package.json): fix changelog typo and bump versoin (#78)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-canary.2
 - @airy/maleo-css-plugin@0.0.8-canary.2
 - @airy/maleo-gulp-plugin@0.0.8-canary.2
 - @airy/maleo-redux-plugin@0.0.8-canary.2
 - @airy/maleo-typescript-plugin@0.0.8-canary.2

* docs(readme): add npm badge and fix contributors (#79)

* chore(package.json, travis): publish stable (#80)

* chore(travis.yml): move test:cov to before_deploy (#81)

* docs(readme): add @canary docs (#82)

* chore(package.json, yarn.lock): bump react-router version to 5.0.0 (#83)

* chore(release): publish %s [skip ci]

 - @airy/maleo@0.0.8-canary.3

* docs(readme.md): fix trailing commas, and add dev (#84)

t push --force# with '#' will be ignored, and an empty message aborts the commit.

* chore(travis, lerna): manual publish for stable version (#99)
@lock
Copy link

lock bot commented Mar 10, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the outdated label Mar 10, 2020
@lock lock bot locked and limited conversation to collaborators Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant