Skip to content

Commit

Permalink
Merge branch 'release/v3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
avimehenwal committed Jul 10, 2020
2 parents f8d31e5 + 3e1ac4c commit eaa028d
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 45 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0](https://github.com/avimehenwal/vue-gsheets/compare/v2.0.1...v3.0.0) (2020-07-10)


### ⚠ BREAKING CHANGES

* **netlify:** ignore es-lint warning

### build

* **netlify:** add netlify.toml file ([482571a](https://github.com/avimehenwal/vue-gsheets/commit/482571a653e03e00eb4399e5986b6f898bab5f94))
Binary file added assets/npm-upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
8 changes: 8 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
base = "vue-test-app"
command = "yarn run build"
publish = "dist"

[context.branch-deploy]
command = "yarn run build"

[context.branch-deploy.environment]
NODE_VERSION = "10.19.0"

[context.deploy-preview]
34 changes: 0 additions & 34 deletions npm-package/package.json

This file was deleted.

40 changes: 31 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"name": "vue-gsheets",
"version": "3.0.0",
"description": "Transform data provided by public google sheet api to be used easily within vue components",
"main": "npm-package/index.js",
"repository": "[email protected]:avimehenwal/vue-gsheets.git",
"author": "avimehenwal <[email protected]>",
"license": "MIT",
"version": "3.0.2",
"description": "Transform data from published google sheets to usable vue items format",
"main": "index.js",
"author": "avimehenwal",
"license": "ISC",
"homepage": "https://github.com/avimehenwal/vue-gsheets#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/avimehenwal/vue-gsheets.git"
},
"bugs": {
"url": "https://github.com/avimehenwal/vue-gsheets/issues"
},
"scripts": {
"commit": "git cz"
"commit": "git cz",
"changelog": "standard-version --dry-run",
"publish": "npm publish --access public"
},
"files": [
"index.js"
],
"dependencies": {
"commitizen": "^4.1.2"
"axios": "^0.19.2"
},
"devDependencies": {
"commitizen": "^4.1.2",
"cz-conventional-changelog": "3.2.0",
"cz-emoji": "^1.2.1",
"eslint": "^7.4.0",
Expand All @@ -29,5 +42,14 @@
"commitizen": {
"path": "cz-emoji"
}
}
},
"keywords": [
"vuejs",
"vue",
"google-sheets",
"sheets",
"gsheet",
"spreadsheet",
"parser"
]
}
1 change: 1 addition & 0 deletions vue-test-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
```
yarn add link:../npm-package
yarn add link:../
```
2 changes: 1 addition & 1 deletion vue-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"axios": "^0.19.2",
"core-js": "^3.6.4",
"vue": "^2.6.11",
"vue-gsheets": "link:../npm-package"
"vue-gsheets": "link:../"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion vue-test-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7893,7 +7893,7 @@ vue-eslint-parser@^7.0.0:
esquery "^1.0.1"
lodash "^4.17.15"

"vue-gsheets@link:../npm-package":
"vue-gsheets@link:../":
version "0.0.0"
uid ""

Expand Down

0 comments on commit eaa028d

Please sign in to comment.