Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1239 from City-of-Helsinki/bumb-version-to-0.12.6
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
kieferbonk authored May 25, 2022
2 parents ce7e347 + b326f97 commit a678d17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

# 0.12.6
**MINOR CHANGES**
- Update deps
# 0.12.1
**MINOR CHANGES**
- Enlarged font for danger type of notifications ([#1201](https://github.com/City-of-Helsinki/varaamo/pull/1201))
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "varaamo",
"version": "0.12.5",
"version": "0.12.6",
"repository": {
"type": "git",
"url": "https://github.com/City-of-Helsinki/varaamo"
Expand Down Expand Up @@ -92,8 +92,8 @@
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"@babel/eslint-parser":"7.15.8",
"@babel/eslint-plugin":"7.14.5",
"@babel/eslint-parser": "7.15.8",
"@babel/eslint-plugin": "7.14.5",
"autoprefixer": "9.4.7",
"babel-jest": "^24.1.0",
"babel-loader": "8.0.5",
Expand Down
4 changes: 2 additions & 2 deletions src/domain/footer/__tests__/__snapshots__/Footer.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exports[`domain/footer/Footer When there is no customization in use renders corr
<span
className="app-varaamo-version"
>
v0.12.5
v0.12.6
</span>
</div>
</Col>
Expand Down Expand Up @@ -121,7 +121,7 @@ exports[`domain/footer/Footer renders correctly 1`] = `
<span
className="app-varaamo-version"
>
v0.12.5
v0.12.6
</span>
</div>
</Col>
Expand Down

0 comments on commit a678d17

Please sign in to comment.