Skip to content

Commit

Permalink
Merge 057328c into e8e72db
Browse files Browse the repository at this point in the history
  • Loading branch information
talyssonoc committed Mar 19, 2020
2 parents e8e72db + 057328c commit 3d65b71
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
4 changes: 4 additions & 0 deletions 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:
Expand Down
5 changes: 0 additions & 5 deletions 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 <talyssonoc@gmail.com>",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions 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 <talyssonoc@gmail.com>",
Expand All @@ -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"
Expand Down
1 change: 1 addition & 0 deletions packages/structure/CHANGELOG.md
1 change: 1 addition & 0 deletions packages/structure/README.md
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 3d65b71

Please sign in to comment.