Skip to content

Commit

Permalink
🔖 Prepare 1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Jan 4, 2018
1 parent 95a4f10 commit 3382109
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ immutad●t gives you a short and meaningful syntax to apply operations on immut
[![codecov](https://codecov.io/gh/Zenika/immutadot/branch/master/graph/badge.svg)](https://codecov.io/gh/Zenika/immutadot)
[![Greenkeeper](https://badges.greenkeeper.io/Zenika/immutadot.svg)](https://greenkeeper.io/)

## [1.0 Release Candidate](https://github.com/Zenika/immutadot/releases/tag/1.0.0-rc.4) is out 🎉
## [1.0 Release Candidate](https://github.com/Zenika/immutadot/releases/tag/1.0.0-rc.5) is out 🎉

We are still writing the documentation, you can already find out about the [updated API](https://zenika.github.io/immutadot/immutadot/1.0) and our new package [immutadot-lodash](https://zenika.github.io/immutadot/immutadot-lodash/1.0).

Expand Down
2 changes: 1 addition & 1 deletion docs/immutadot-lodash/1.0/index.html
Expand Up @@ -56,7 +56,7 @@ <h2 class="home-link"><a href="index.html">immutad●t</a></h2><h3>Namespaces</h
<p><a href="https://circleci.com/gh/Zenika/immutadot"><img src="https://circleci.com/gh/Zenika/immutadot.svg?style=shield&amp;circle-token=8b309750f5785783ec9fb4531ba097da60563beb" alt="CircleCI"></a>
<a href="https://codecov.io/gh/Zenika/immutadot"><img src="https://codecov.io/gh/Zenika/immutadot/branch/master/graph/badge.svg" alt="codecov"></a>
<a href="https://greenkeeper.io/"><img src="https://badges.greenkeeper.io/Zenika/immutadot.svg" alt="Greenkeeper"></a></p>
<h2><a href="https://github.com/Zenika/immutadot/releases/tag/1.0.0-rc.4">1.0 Release Candidate</a> is out 🎉</h2><p>We are still writing the documentation, you can already find out about the <a href="https://zenika.github.io/immutadot/immutadot/1.0">updated API</a> and our new package <a href="https://zenika.github.io/immutadot/immutadot-lodash/1.0">immutadot-lodash</a>.</p>
<h2><a href="https://github.com/Zenika/immutadot/releases/tag/1.0.0-rc.5">1.0 Release Candidate</a> is out 🎉</h2><p>We are still writing the documentation, you can already find out about the <a href="https://zenika.github.io/immutadot/immutadot/1.0">updated API</a> and our new package <a href="https://zenika.github.io/immutadot/immutadot-lodash/1.0">immutadot-lodash</a>.</p>
<p>If you would like to try out 1.0 before its official release, install it with :</p>
<pre class="prettyprint source lang-shell"><code>yarn add immutadot@next</code></pre><p>or</p>
<pre class="prettyprint source lang-shell"><code>npm install immutadot@next</code></pre><h2>Immutability</h2><p>In the last few years one of our biggest challenge has been to find an efficient way to detect changes in our data to determine when to re-render our interfaces.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/immutadot/1.0/index.html
Expand Up @@ -56,7 +56,7 @@ <h2 class="home-link"><a href="index.html">immutad●t</a></h2><h3>Namespaces</h
<p><a href="https://circleci.com/gh/Zenika/immutadot"><img src="https://circleci.com/gh/Zenika/immutadot.svg?style=shield&amp;circle-token=8b309750f5785783ec9fb4531ba097da60563beb" alt="CircleCI"></a>
<a href="https://codecov.io/gh/Zenika/immutadot"><img src="https://codecov.io/gh/Zenika/immutadot/branch/master/graph/badge.svg" alt="codecov"></a>
<a href="https://greenkeeper.io/"><img src="https://badges.greenkeeper.io/Zenika/immutadot.svg" alt="Greenkeeper"></a></p>
<h2><a href="https://github.com/Zenika/immutadot/releases/tag/1.0.0-rc.4">1.0 Release Candidate</a> is out 🎉</h2><p>We are still writing the documentation, you can already find out about the <a href="https://zenika.github.io/immutadot/immutadot/1.0">updated API</a> and our new package <a href="https://zenika.github.io/immutadot/immutadot-lodash/1.0">immutadot-lodash</a>.</p>
<h2><a href="https://github.com/Zenika/immutadot/releases/tag/1.0.0-rc.5">1.0 Release Candidate</a> is out 🎉</h2><p>We are still writing the documentation, you can already find out about the <a href="https://zenika.github.io/immutadot/immutadot/1.0">updated API</a> and our new package <a href="https://zenika.github.io/immutadot/immutadot-lodash/1.0">immutadot-lodash</a>.</p>
<p>If you would like to try out 1.0 before its official release, install it with :</p>
<pre class="prettyprint source lang-shell"><code>yarn add immutadot@next</code></pre><p>or</p>
<pre class="prettyprint source lang-shell"><code>npm install immutadot@next</code></pre><h2>Immutability</h2><p>In the last few years one of our biggest challenge has been to find an efficient way to detect changes in our data to determine when to re-render our interfaces.</p>
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.0.0-rc.4"
"version": "1.0.0-rc.5"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "immutadot",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/immutadot-benchmark/package.json
@@ -1,11 +1,11 @@
{
"name": "immutadot-benchmark",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"license": "MIT",
"devDependencies": {
"immer": "~0.2.0",
"immutable": "~3.8.2",
"immutadot": "~1.0.0-rc.4",
"immutadot": "~1.0.0-rc.5",
"jest": "~21.2.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/immutadot-lodash/package.json
@@ -1,10 +1,10 @@
{
"name": "immutadot-lodash",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
"immutadot": "^1.0.0-rc.4",
"immutadot": "^1.0.0-rc.5",
"lodash": "^4.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/immutadot/package.json
@@ -1,6 +1,6 @@
{
"name": "immutadot",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "immutad●t (pronounced immutadot) is a set of immutable functions using dot notation.",
"keywords": [
"immutable",
Expand Down

0 comments on commit 3382109

Please sign in to comment.