Skip to content

Commit

Permalink
release: 2021-10-17, Version 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dependant-bot committed Oct 17, 2021
1 parent 937cfd3 commit 7e06e80
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
30 changes: 30 additions & 0 deletions packages/scylladown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# @skyring/scylladown [3.0.0](https://github.com/esatterwhite/skyring/compare/@skyring/scylladown@2.0.0...@skyring/scylladown@3.0.0) (2021-10-17)


### Chores

* **lint**: implement new lint setup for skyring [b185cbf](https://github.com/esatterwhite/skyring/commit/b185cbf97130b268ef2ea84f2f92d9b64b130377) - Eric Satterwhite
* **release**: convert release process to semantic release [caef49f](https://github.com/esatterwhite/skyring/commit/caef49fe5ce0a46b49a2ed415b7510d4458c425c) - Eric Satterwhite


### Features

* **pkg**: replace lerna w/ pnpm [d54aef4](https://github.com/esatterwhite/skyring/commit/d54aef46d34a3dd18b4ce0d3f22c9ea27d8d1f64) - Eric Satterwhite


### Lint

* lint rulels applied [b87bc47](https://github.com/esatterwhite/skyring/commit/b87bc477901589d21b11a5cdb3157752dd07a4fa) - esatterwhite


### **BREAKING CHANGES**

* **pkg:** changes how the docker images are built using pnpm





### Dependencies

* **skyring:** upgraded to 11.0.0
5 changes: 2 additions & 3 deletions packages/scylladown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyring/scylladown",
"version": "2.0.0",
"version": "3.0.0",
"description": "SyllaDB leveldown backend for Skyring",
"main": "index.js",
"directories": {
Expand All @@ -12,7 +12,6 @@
"pretest": "npm run compose -- -f compose/dev.yml up -d && sleep 30",
"test": "tap",
"posttest": "npm run compose -- -f compose/dev.yml down",
"start": "npm run compose -- -f compose/dev.yml up",
"start": "npm run compose -- -f compose/dev.yml down"
},
"repository": {
Expand Down Expand Up @@ -68,7 +67,7 @@
"eslint": "^7.8.1",
"eslint-config-codedependant": "^1.0.0",
"levelup": "^2.0.2",
"skyring": "^10.0.0",
"skyring": "11.0.0",
"tap": "^14.10.8"
}
}

0 comments on commit 7e06e80

Please sign in to comment.