Skip to content

Commit

Permalink
release: v1.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
preshonyee committed Feb 3, 2021
1 parent 474522d commit 95eac2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

`Camara` strictly follows [semantic versioning](https://semver.org/)

## v1.0.0-beta.8 (Thur Feb 04, 2021)

- minor package update

### Authors: 1

- ᑭᖇᗴᔕᕼ ᗝᑎƳᗴᗴ ([@Preshonyee](https://github.com/Preshonyee))

---

## v1.0.0-beta.7 (Wed Feb 03, 2021)

- minor package update
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camara",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"main": "build/index.js",
"module": "build/index.esm.js",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"gh-release": "npm run build && auto release"
},
"peerDependencies": {
"@types/styled-components": "^5.1.0",
"@types/styled-components": "^5.1.7",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"styled-components": "^5.1.1"
Expand Down Expand Up @@ -91,5 +91,8 @@
"ts-jest": "^26.5.0",
"typescript": "^4.1.3"
},
"dependencies": {}
"dependencies": {
"@types/styled-components": "^5.1.7",
"styled-components": "^5.1.1"
}
}

0 comments on commit 95eac2d

Please sign in to comment.