Skip to content

Commit

Permalink
chore: prepare release 0.2.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararok authored May 31, 2024
1 parent b6187a2 commit 70ece50
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 7 deletions.
29 changes: 24 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2024-05-31

### Added

- added application generator.
- added frontend library generator.
- added basic docker-compose yaml with postgres and redis.
- added storybook to frontend apps and libs.
- added `targetDefaults` to nx.json

### Changed

- reworked preset workspace structure

### Updated

- bumps deps(and Nx 19.1.1).

## [0.1.1] - 2024-05-18

## Fixed

- fixes first publish
- fixes first publish.

## [0.1.0] - 2024-05-18

### Added

- Inital release
- Inital release.

[unreleased] https://github.com/hexancore/nx/compare/0.1.1...HEAD
[0.1.1] https://github.com/hexancore/nx/compare/0.1.0...0.1.1
[0.1.0] https://github.com/hexancore/nx/releases/tag/0.1.0
[unreleased] https://github.com/hexancore/nx/compare/0.2.0...HEAD
[0.2.0] https://github.com/hexancore/nx/compare/0.1.1...0.2.0
[0.1.1] https://github.com/hexancore/nx/compare/0.1.0...0.1.1
[0.1.0] https://github.com/hexancore/nx/releases/tag/0.1.0
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"ci": "nx run-many --targets=lint,test,build,e2e --configuration=ci",
"precommit": "nx run-many --targets=lint,test,build"
},
"repository": {
"type": "git",
"url": "https://github.com/hexancore/nx.git",
"directory": "packages/plugin"
},
"private": true,
"packageManager": "[email protected]",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hexancore/nx",
"version": "0.1.1",
"version": "0.2.0",
"license": "MIT",
"engines": {
"node": ">=22"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ exports[`preset generator package.json should match snapshot 1`] = `
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@hexancore/mocker": "^1.1.2",
"@hexancore/nx": "0.1.1",
"@hexancore/nx": "0.2.0",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@jest/globals": "^29.7.0",
Expand Down

0 comments on commit 70ece50

Please sign in to comment.