From 057328c3105799e202d167f3cf429b9f8bfa6027 Mon Sep 17 00:00:00 2001 From: Talysson Date: Thu, 19 Mar 2020 11:46:32 -0300 Subject: [PATCH] Add missing symlinks --- CHANGELOG.md | 4 ++++ package.json | 5 ----- packages/jest-structure/package.json | 4 ++-- packages/structure/CHANGELOG.md | 1 + packages/structure/README.md | 1 + packages/structure/package.json | 4 ++-- 6 files changed, 10 insertions(+), 9 deletions(-) create mode 120000 packages/structure/CHANGELOG.md create mode 120000 packages/structure/README.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f06ea..976ccfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0-alpha.1 - 2020-03-19 + +- Add symlinks to md files to packages/structure + ## 2.0.0-alpha.0 - 2020-03-19 Refactors: diff --git a/package.json b/package.json index f25f240..a207c84 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,4 @@ { - "name": "structure", - "version": "2.0.0-alpha", - "main": "index.js", - "repository": "git@github.com:talyssonoc/structure.git", - "author": "Talysson ", "license": "MIT", "private": true, "workspaces": [ diff --git a/packages/jest-structure/package.json b/packages/jest-structure/package.json index f71df2b..ad34da0 100644 --- a/packages/jest-structure/package.json +++ b/packages/jest-structure/package.json @@ -1,6 +1,6 @@ { "name": "jest-structure", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "description": "Jest assertions to use with Structure", "main": "index.js", "author": "Talysson ", @@ -12,7 +12,7 @@ "node": ">=10.13.0" }, "devDependencies": { - "structure": "2.0.0-alpha.0" + "structure": "2.0.0-alpha.1" }, "peerDependencies": { "jest": "^25.1.0" diff --git a/packages/structure/CHANGELOG.md b/packages/structure/CHANGELOG.md new file mode 120000 index 0000000..699cc9e --- /dev/null +++ b/packages/structure/CHANGELOG.md @@ -0,0 +1 @@ +../../CHANGELOG.md \ No newline at end of file diff --git a/packages/structure/README.md b/packages/structure/README.md new file mode 120000 index 0000000..fe84005 --- /dev/null +++ b/packages/structure/README.md @@ -0,0 +1 @@ +../../README.md \ No newline at end of file diff --git a/packages/structure/package.json b/packages/structure/package.json index 85c4bb8..6c99872 100644 --- a/packages/structure/package.json +++ b/packages/structure/package.json @@ -1,6 +1,6 @@ { "name": "structure", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "description": "A simple schema/attributes library built on top of modern JavaScript", "main": "src/index.js", "browser": "dist/structure.js", @@ -52,7 +52,7 @@ "babel-loader": "^8.0.6", "coveralls": "^3.0.7", "electron": "^8.1.1", - "jest-structure": "2.0.0-alpha.0", + "jest-structure": "2.0.0-alpha.1", "webpack": "^4.41.2", "webpack-cli": "^3.3.9" }