Skip to content

Commit

Permalink
Prepare release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goce-cz committed Dec 17, 2020
1 parent f412736 commit ee27f30
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.0.3
_Dec 17, 2020_

Re-publish all packages to NPM to have proper version for the `latest` tag.

# v2.0.2
_Dec 1, 2020_

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spicy-hooks",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.0.3
_Dec 17, 2020_

* No significant change

# v2.0.2
_Dec 1, 2020_

Expand Down
4 changes: 2 additions & 2 deletions packages/bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spicy-hooks/bin",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@expo/spawn-async": "^1.5.0",
"@octokit/core": "^3.1.2",
"@spicy-hooks/utils": "2.0.2",
"@spicy-hooks/utils": "2.0.3",
"chalk": "^4.1.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.0.3
_Dec 17, 2020_

* No significant change

# v2.0.2
_Dec 1, 2020_

Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spicy-hooks/core",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@spicy-hooks/utils": "2.0.2",
"@spicy-hooks/utils": "2.0.3",
"tslib": "^2.0.1"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/observables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.0.3
_Dec 17, 2020_

* No significant change

# v2.0.2
_Dec 1, 2020_

Expand Down
6 changes: 3 additions & 3 deletions packages/observables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spicy-hooks/observables",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@spicy-hooks/utils": "2.0.2",
"@spicy-hooks/core": "2.0.2",
"@spicy-hooks/utils": "2.0.3",
"@spicy-hooks/core": "2.0.3",
"tslib": "^2.0.1"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.0.3
_Dec 17, 2020_

* No significant change

# v2.0.2
_Dec 1, 2020_

Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spicy-hooks/utils",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit ee27f30

Please sign in to comment.