Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Aug 6, 2023
2 parents 6f2c4d2 + e97782b commit dd26aaa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.6.1] - 2023-08-06

### Fixed

- Pin prettier dependency to v2.x for now to avoid build errors

### How to update existing projects

```sh
$ cd your-project
$ rm -rf node_modules # Or remove the node_modules folder by hand
$ rm package-lock.json # Or remove the package-lock.json file by hand
$ npm install [email protected]
```

## [3.6.0] - 2023-06-01

### New
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": "magpie-base",
"version": "3.6.0",
"version": "3.6.1",
"description": "Provides base components for magpie frontend projects",
"author": "magpie project",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,6 @@
},
"peerDependencies": {
"@vue/cli-service": "5.x",
"babel-eslint": "^10.1.0",
"csv-loader": "^3.0.5",
"konva": "^7.2.5",
"lodash": "^4.17.20",
Expand All @@ -48,7 +47,8 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.13.0",
"@vue/cli-plugin-eslint": "5.x"
"@vue/cli-plugin-eslint": "5.x",
"prettier": "2.x"
},
"devDependencies": {
"@types/node-fetch": "^2.6.4",
Expand Down

0 comments on commit dd26aaa

Please sign in to comment.