Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ reactioncommerce:[email protected]
reactioncommerce:[email protected]
reactioncommerce:[email protected]
reactioncommerce:[email protected]
reactioncommerce:[email protected].1
reactioncommerce:[email protected].2
reactioncommerce:[email protected]
reactioncommerce:[email protected]
reactioncommerce:[email protected]
Expand All @@ -165,7 +165,7 @@ reactioncommerce:[email protected]
reactioncommerce:[email protected]
reactioncommerce:[email protected]
reactioncommerce:[email protected]
reactioncommerce:[email protected].3
reactioncommerce:[email protected].4
reactioncommerce:[email protected]
reactioncommerce:[email protected]
reactioncommerce:[email protected]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Reaction is a modern reactive, real-time event driven ecommerce platform.
Reaction is built with JavaScript (ES6), Meteor, Node.js and works nicely with Docker.

## Status
- 0.12.0 Master
- 0.13.0 Development (new feature release)
- 0.12.1 Master (stable)
- 0.13.0 Development (latest)

Currently good for contributing/observing progress, testing. It goes without saying that we're constantly refactoring, even things that are functionally done. We'd encourage due diligence in production usage, be very comfortable with the code, and risk tolerant. There are still many parts in development!
Currently good for contributing/observing progress, testing. It goes without saying that we're always improving, even things that are functionally done. We'd encourage due diligence in production usage, be very comfortable with the code, and risk tolerant. There are still many parts in development!

## Docs
Installation, configuration and development documentation is available on [docs.reactioncommerce.com](https://docs.reactioncommerce.com/)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"name": "reaction",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"version": "0.12.0",
"main": "index.js",
"version": "0.12.1",
"main": "main.js",
"directories": {
"test": "tests"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/reaction-catalog/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
summary: "Reaction Catalog",
name: "reactioncommerce:reaction-catalog",
version: "0.2.1",
version: "0.2.2",
git: "https://github.com/reactioncommerce/reaction-catalog.git"
});

Expand Down
Loading