Skip to content

Commit

Permalink
chore: update version and remove webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
hungluu committed Jan 26, 2024
1 parent 4bec475 commit aaa9741
Show file tree
Hide file tree
Showing 18 changed files with 79 additions and 326 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
"builder": "pnpm --filter builder"
},
"dependencies": {
"tsup": "^8.0.1",
"@abxvn/webpack-dts": "workspace:^",
"@changesets/cli": "^2.27.1",
"typescript": "~5.0.4",
"webpack": "^5.89.0"
"tsup": "^8.0.1",
"typescript": "~5.0.4"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand All @@ -33,14 +32,8 @@
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"node-loader": "^2.0.0",
"rimraf": "^5.0.5",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"utf-8-validate": "^6.0.3",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"webpack-pnp-externals": "^1.1.0"
"utf-8-validate": "^6.0.3"
}
}
13 changes: 13 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @abxvn/builder

## 1.2.0

### Minor Changes

- Update builder

### Patch Changes

- Updated dependencies
- @abxvn/webpack-dts@1.1.0
- @abxvn/resolve@2.1.0
- @abxvn/logger@2.1.0

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abxvn/builder",
"version": "1.1.1",
"version": "1.2.0",
"description": "Quick scaffolding code base to build web apps and games",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/dts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @abxvn/dts

## 1.1.0

### Minor Changes

- Update builder

### Patch Changes

- Updated dependencies
- @abxvn/paths@1.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@abxvn/dts",
"description": "Simple and fast typescript declaration (dts) file generator",
"version": "1.0.1",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/abxvn/source.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @abxvn/logger

## 2.1.0

### Minor Changes

- Update builder

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@abxvn/logger",
"description": "Logger helpers and collapsible logs",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/paths/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @abxvn/paths

## 1.1.0

### Minor Changes

- Update builder

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abxvn/paths",
"version": "1.0.1",
"version": "1.1.0",
"description": "A cross-platform path resolving utility",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/resolve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @abxvn/resolve

## 2.1.0

### Minor Changes

- Update builder

### Patch Changes

- Updated dependencies
- @abxvn/resolve@2.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abxvn/resolve",
"version": "2.0.1",
"version": "2.1.0",
"description": "Async resolve with pnp supports",
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @abxvn/tasks

## 1.1.0

### Minor Changes

- Update builder

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abxvn/tasks",
"version": "1.0.1",
"version": "1.1.0",
"description": "Light-weight and fast priority based task runner",
"license": "MIT",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/webpack-dts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @abxvn/webpack-dts

## 1.1.0

### Minor Changes

- Update builder

### Patch Changes

- Updated dependencies
- @abxvn/logger@2.1.0
- @abxvn/paths@1.1.0
- @abxvn/dts@1.1.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-dts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@abxvn/webpack-dts",
"description": "Webpack plugin for typescript declaration dts generation",
"version": "1.0.1",
"version": "1.1.0",
"types": "index.d.ts",
"repository": {
"type": "git",
Expand Down
56 changes: 3 additions & 53 deletions pnpm-lock.yaml

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

Loading

0 comments on commit aaa9741

Please sign in to comment.