Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anilanar committed Feb 19, 2021
1 parent 5a43a0b commit fa2f9e2
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/userlike/settler/compare/v0.0.3...v0.1.0) (2021-02-19)


### Code Refactoring

* make fp-ts/io-ts peer deps ([5a43a0b](https://github.com/userlike/settler/commit/5a43a0bef82b7f0eb69b1c451c577aec957ebbc9))
* update deps ([581f5d9](https://github.com/userlike/settler/commit/581f5d9db3ada8ee92c5ad7b9db5fd058ab08c4c))


### BREAKING CHANGES

* fp-ts and io-ts are now peer dependencies and must be separately installed.
* fp-ts/io-ts version requirements are increased. Typescript 4 is required.





## [0.0.3](https://github.com/userlike/settler/compare/v0.0.2...v0.0.3) (2020-07-23)

**Note:** Version bump only for package settler
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.3",
"version": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
18 changes: 18 additions & 0 deletions settler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/userlike/settler/compare/v0.0.3...v0.1.0) (2021-02-19)


### Code Refactoring

* make fp-ts/io-ts peer deps ([5a43a0b](https://github.com/userlike/settler/commit/5a43a0bef82b7f0eb69b1c451c577aec957ebbc9))
* update deps ([581f5d9](https://github.com/userlike/settler/commit/581f5d9db3ada8ee92c5ad7b9db5fd058ab08c4c))


### BREAKING CHANGES

* fp-ts and io-ts are now peer dependencies and must be separately installed.
* fp-ts/io-ts version requirements are increased. Typescript 4 is required.





## [0.0.3](https://github.com/userlike/settler/compare/v0.0.2...v0.0.3) (2020-07-23)

**Note:** Version bump only for package @userlike/settler
Expand Down
6 changes: 3 additions & 3 deletions settler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@userlike/settler",
"version": "0.0.3",
"version": "0.1.0",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"types": "dist/es/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"test": "jest"
},
"devDependencies": {
"io-ts-reporters": "^1.2.2",
"fp-ts": "^2.9.5",
"io-ts": "^2.2.14"
"io-ts": "^2.2.14",
"io-ts-reporters": "^1.2.2"
},
"dependencies": {
"ts-toolbelt": "^9.3.12"
Expand Down

0 comments on commit fa2f9e2

Please sign in to comment.