Skip to content

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelodelain committed Feb 27, 2024
1 parent b9bf7d3 commit 9170094
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 67 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v1.0.0

[compare changes](https://github.com/rezozero/intervention-request-provider/compare/1.0.0-next.7...v1.0.0)

### 🚀 Enhancements

- Add provider automatically from module + update dependencies ([83b958c](https://github.com/rezozero/intervention-request-provider/commit/83b958c))

### 📖 Documentation

- Update readme ([5a7112f](https://github.com/rezozero/intervention-request-provider/commit/5a7112f))
- Add regsitering order note ([ab50753](https://github.com/rezozero/intervention-request-provider/commit/ab50753))

### 🏡 Chore

- Add changelogen ([b9bf7d3](https://github.com/rezozero/intervention-request-provider/commit/b9bf7d3))

### ❤️ Contributors

- Manuel Odelain <[email protected]>

## [1.0.0-next.7](https://github.com/rezozero/intervention-request-provider/compare/1.0.0-next.2...1.0.0-next.7) (2023-05-16)

### Features
Expand Down
134 changes: 67 additions & 67 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
{
"name": "@rezo-zero/intervention-request-provider",
"version": "1.0.0",
"description": "InterventionRequest provider for @nuxt/image",
"license": "MIT",
"sideEffects": false,
"type": "module",
"author": "Rezo Zero",
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"dev:pack": "npm run prepack && npm pack --dry-run",
"lint": "eslint .",
"release": "npm run lint && npm run prepack && npm publish --follow-tags",
"clean": "rm -rf node_modules && rm -rf .nuxt && rm -rf dist && rm -rf playground/node_modules && rm -rf playground/.nuxt && rm -rf playground/.output"
},
"engines": {
"node": "^20"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rezozero/intervention-request-provider.git"
},
"keywords": [
"nuxt",
"nuxtjs",
"image",
"@nuxt/image",
"provider",
"intervention request"
],
"bugs": {
"url": "https://github.com/rezozero/intervention-request-provider/issues"
},
"homepage": "https://github.com/rezozero/intervention-request-provider#readme",
"dependencies": {
"@nuxt/kit": "^3.10.3",
"ufo": "^0.7.5"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/image": "^1.3.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.3",
"@types/node": "^20.11.20",
"changelogen": "^0.5.5",
"defu": "^6.1.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt": "^3.10.3",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"name": "@rezo-zero/intervention-request-provider",
"version": "1.0.0",
"description": "InterventionRequest provider for @nuxt/image",
"license": "MIT",
"sideEffects": false,
"type": "module",
"author": "Rezo Zero",
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
}
},
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"dev:pack": "npm run prepack && npm pack --dry-run",
"lint": "eslint .",
"release": "npm run lint && npm run prepack && npm publish --follow-tags",
"clean": "rm -rf node_modules && rm -rf .nuxt && rm -rf dist && rm -rf playground/node_modules && rm -rf playground/.nuxt && rm -rf playground/.output"
},
"engines": {
"node": "^20"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rezozero/intervention-request-provider.git"
},
"keywords": [
"nuxt",
"nuxtjs",
"image",
"@nuxt/image",
"provider",
"intervention request"
],
"bugs": {
"url": "https://github.com/rezozero/intervention-request-provider/issues"
},
"homepage": "https://github.com/rezozero/intervention-request-provider#readme",
"dependencies": {
"@nuxt/kit": "^3.10.3",
"ufo": "^0.7.5"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/image": "^1.3.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.3",
"@types/node": "^20.11.20",
"changelogen": "^0.5.5",
"defu": "^6.1.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt": "^3.10.3",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}

0 comments on commit 9170094

Please sign in to comment.