Skip to content

Commit

Permalink
Merge pull request #109 from arclix/version/0.1.5
Browse files Browse the repository at this point in the history
release: v0.1.5
  • Loading branch information
jitiendran authored May 28, 2023
2 parents dc66438 + 95cab48 commit efb5cc2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## <small>0.1.5 (28-05-2023)</small>

- feat(generate)!: add css preprocessor support in config (#97) by @jitiendran in https://github.com/arclix/core/pull/98
- chore: update lint rule and formatting by @jitiendran in https://github.com/arclix/core/pull/105
- chore: update readme file with updated links by @jitiendran in https://github.com/arclix/core/pull/106
- feat(generate)!: add dynamic component type support in config (#95) by @jitiendran in https://github.com/arclix/core/pull/107
- refactor(core)!: remove create module from arclix by @jitiendran in https://github.com/arclix/core/pull/108

## <small>0.1.4 (18-05-2023)</small>

- fix(generate): cwd bug in component generation (#88) by @jitiendran in https://github.com/arclix/core/pull/89
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/arclix/core.git"
},
"version": "0.1.4",
"version": "0.1.5",
"description": "An Open Source CLI with Creation and Component Generation for React.",
"homepage": "https://arclix.github.io/arclix-docs",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { CLIOptions } from './types/type.js';
import { Command, AliasCommand } from './types/type.js';
import { log, emptyLine, primaryChalk } from './utilities/utility.js';

const version = 'ARCLIX v0.1.4';
const version = 'ARCLIX v0.1.5';
const generateComponentInstance = new GenerateComponent();
const generateConfigFileInstance = new GenerateConfigFile();

Expand Down

0 comments on commit efb5cc2

Please sign in to comment.