Skip to content

Commit

Permalink
tag v1.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbrown committed Jun 10, 2019
1 parent 729db94 commit 616361c
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 45 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG


## v1.0.0
* Tag first stable version.


## v0.2.6
* Allow `IdentifierType` to be 255 bytes, same as `StringType`.

Expand Down
95 changes: 57 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gdbots/pbj",
"version": "0.2.6",
"version": "1.0.0",
"description": "Pbj library for es6.",
"repository": {
"type": "git",
Expand All @@ -20,10 +20,10 @@
"jsnext:main": "./index.js",
"dependencies": {
"base-64": "^0.1.0",
"bignumber.js": "^8.1.1"
"bignumber.js": "^9.0.0"
},
"peerDependencies": {
"@gdbots/common": "~0.1",
"@gdbots/common": "^1.0",
"lodash": "^4.17.11",
"lodash-es": "^4.17.11",
"md5": "^2.2.1",
Expand All @@ -32,24 +32,24 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"@gdbots/common": "^0.1.1",
"@gdbots/common": "^1.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react": "^7.13.0",
"faucet": "^0.0.1",
"lodash": "^4.17.11",
"lodash-es": "^4.17.11",
"md5": "^2.2.1",
"moment": "^2.24.0",
"rimraf": "^2.6.3",
"tape": "^4.10.1",
"tape": "^4.10.2",
"utf8": "^3.0.0",
"uuid": "^3.3.2"
}
Expand Down

0 comments on commit 616361c

Please sign in to comment.