Skip to content

Commit

Permalink
Merge branch 'v1.x.x' into docs/fix-getting-started-install-block
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Aug 31, 2021
2 parents 8f0ae52 + f1a16c0 commit 7c9df01
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", {
"assets": ["docs/CHANGELOG.md"]
}],
"@semantic-release/npm",
"@semantic-release/github",
["semantic-release-npm-deprecate-old-versions", {
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [Introduction](./README.md)
* [Getting Started](docs/getting-started.md)
* [Changelog](docs/CHANGELOG.md)

## Core Methods
* [`getHeldItems`](docs/api/getHeldItems.md)
Expand Down
40 changes: 40 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# [1.1.0](https://github.com/Pokebag/data-sdk/compare/v1.0.0...v1.1.0) (2021-08-31)


### Bug Fixes

* **gethelditems:** remove error when optional argument is missing ([9d6123c](https://github.com/Pokebag/data-sdk/commit/9d6123ce06ccfbb97fc592261ee0f16732998980))
* **helditem:** fix typing ([716694d](https://github.com/Pokebag/data-sdk/commit/716694d3e87e6ec5338e9e43f58a5d9a848d1256))


### Features

* **gethelditems:** add `getHeldItems` method ([95c316a](https://github.com/Pokebag/data-sdk/commit/95c316a8997e7fd4cd80756def46f154b00f8025))
* **getpokemon:** add `getPokemon` method ([e3fe5f4](https://github.com/Pokebag/data-sdk/commit/e3fe5f405241927f49ea5b846ffb5427803bf60d))
* **getpokemon:** add support for getting a Pokémon with skills prepopulated ([033b88d](https://github.com/Pokebag/data-sdk/commit/033b88d684f85b0443fc8c02f156a7fd62665e74))
* **getskills:** add `getSkills` method ([ad87b0e](https://github.com/Pokebag/data-sdk/commit/ad87b0ec77434a053b60ee64c2f52bfdfeebec8c))
* **getskills:** add support for getting skills for a specific Pokémon ([1a2808b](https://github.com/Pokebag/data-sdk/commit/1a2808b6c16f16db735ed61d59994448a8a8dfed))


# 1.0.0 (2021-08-29)


### Bug Fixes

* fix `patchReduce` types ([1059c74](https://github.com/Pokebag/data-sdk/commit/1059c744ff3331f8677a7629f71532a2438fcbf8))


### Code Refactoring

* rename and refactor, like, all of the things ([c7e2d84](https://github.com/Pokebag/data-sdk/commit/c7e2d84823ae144dfa8cf16b5cdcf5891e8ffea1))


### Features

* add JSDoc and type declarations ([0de6a17](https://github.com/Pokebag/data-sdk/commit/0de6a1728ee1e3cee2f5a5f3fc15704358343eee))
* initial commit ([8532390](https://github.com/Pokebag/data-sdk/commit/8532390dd402614fca170e213554fd05229a545f))


### BREAKING CHANGES

* All methods have been renamed.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"devDependencies": {
"@istanbuljs/esm-loader-hook": "^0.1.2",
"@semantic-release/changelog": "^5.0.1",
"all-contributors-cli": "^6.20.0",
"chai": "^4.3.4",
"coveralls": "^3.1.1",
Expand Down
19 changes: 17 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,7 @@ __metadata:
dependencies:
"@istanbuljs/esm-loader-hook": ^0.1.2
"@pokebag/pokemon-unite-data": ^1.1.1
"@semantic-release/changelog": ^5.0.1
all-contributors-cli: ^6.20.0
chai: ^4.3.4
chai-as-promised: ^7.1.1
Expand Down Expand Up @@ -1489,6 +1490,20 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/changelog@npm:^5.0.1":
version: 5.0.1
resolution: "@semantic-release/changelog@npm:5.0.1"
dependencies:
"@semantic-release/error": ^2.1.0
aggregate-error: ^3.0.0
fs-extra: ^9.0.0
lodash: ^4.17.4
peerDependencies:
semantic-release: ">=15.8.0 <18.0.0"
checksum: 71212ce237261d4bf58556367af0d0c1302055d2c99bb4f1fea1b1c304ba6b077a7232dd7d4a978b8361154ce33d2cb0165830a9336826ce4022ef0753166da4
languageName: node
linkType: hard

"@semantic-release/commit-analyzer@npm:^8.0.0":
version: 8.0.1
resolution: "@semantic-release/commit-analyzer@npm:8.0.1"
Expand All @@ -1506,7 +1521,7 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/error@npm:^2.2.0":
"@semantic-release/error@npm:^2.1.0, @semantic-release/error@npm:^2.2.0":
version: 2.2.0
resolution: "@semantic-release/error@npm:2.2.0"
checksum: a264a8e16a89e5fcb104ffb2c4339fde3135b90a6d8fe4497a95fe0776a2bf77771d4c702343c47324aefee2e2a2af72f48b5310c84e8a0902fadb631272700f
Expand Down Expand Up @@ -3527,7 +3542,7 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:^9.1.0":
"fs-extra@npm:^9.0.0, fs-extra@npm:^9.1.0":
version: 9.1.0
resolution: "fs-extra@npm:9.1.0"
dependencies:
Expand Down

0 comments on commit 7c9df01

Please sign in to comment.