@versu/core 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -130,7 +130,7 @@ Versu uses [conventional-changelog-writer](https://github.com/conventional-chang
130
130
 
131
131
  ### Gradle Adapter
132
132
 
133
- Gradle support is provided by the **[@versu/plugin-gradle](../plugin-gradle)** package.
133
+ Gradle support is provided by the **[@versu/plugin-gradle][plugin-gradle]** package.
134
134
 
135
135
  **Features:**
136
136
 
@@ -242,7 +242,7 @@ const myPlugin: PluginContract = {
242
242
  export default myPlugin;
243
243
  ```
244
244
 
245
- See [@versu/plugin-gradle](../plugin-gradle) for a complete implementation example.
245
+ See [@versu/plugin-gradle][plugin-gradle] for a complete implementation example.
246
246
 
247
247
  ## Development
248
248
 
@@ -279,7 +279,7 @@ npm publish --workspace packages/core --access public
279
279
 
280
280
  - **[@versu/cli](../cli)** - Command-line interface
281
281
  - **[@versu/action](../action)** - GitHub Actions integration
282
- - **[@versu/plugin-gradle](../plugin-gradle)** - Gradle adapter plugin
282
+ - **[@versu/plugin-gradle][plugin-gradle]** - Gradle adapter plugin
283
283
 
284
284
  ## Requirements
285
285
 
@@ -289,3 +289,5 @@ npm publish --workspace packages/core --access public
289
289
  ## License
290
290
 
291
291
  MIT License - see [LICENSE](../../LICENSE) for details.
292
+
293
+ [plugin-gradle]: https://github.com/versuhq/plugin-gradle
@@ -1,3 +1,3 @@
1
- export declare const VERSION = "0.8.0";
1
+ export declare const VERSION = "0.9.0";
2
2
  export declare const PACKAGE_NAME = "@versu/core";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1,5 +1,5 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
2
  // Run 'npm run generate-version' to update this file.
3
- export const VERSION = "0.8.0";
3
+ export const VERSION = "0.9.0";
4
4
  export const PACKAGE_NAME = "@versu/core";
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versu/core",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Versu (Core Library)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",