Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Aug 31, 2023
1 parent 19b59d3 commit da47609
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/izatop/reform/compare/v0.13.6...v0.14.0) (2023-08-31)


### Bug Fixes

* temp disable test ([19b59d3](https://github.com/izatop/reform/commit/19b59d3b67f7469ab4b2d4abd8236b070a99fa1a))
* temp disable test ([a786496](https://github.com/izatop/reform/commit/a786496cd2b9c979b6c4130e7fbf35ba8a764df4))
* update deps + lint ([8fdccee](https://github.com/izatop/reform/commit/8fdccee73f7c8347a0853304a464ac43972a5b1d))





## [0.13.6](https://github.com/izatop/reform/compare/v0.13.5...v0.13.6) (2023-08-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
]
}
},
"version": "0.13.6"
"version": "0.14.0"
}
11 changes: 11 additions & 0 deletions packages/bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/izatop/reform/compare/v0.13.6...v0.14.0) (2023-08-31)


### Bug Fixes

* update deps + lint ([8fdccee](https://github.com/izatop/reform/commit/8fdccee73f7c8347a0853304a464ac43972a5b1d))





## [0.13.6](https://github.com/izatop/reform/compare/v0.13.5...v0.13.6) (2023-08-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reform/bundle",
"version": "0.13.6",
"version": "0.14.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/izatop/reform/compare/v0.13.6...v0.14.0) (2023-08-31)


### Bug Fixes

* update deps + lint ([8fdccee](https://github.com/izatop/reform/commit/8fdccee73f7c8347a0853304a464ac43972a5b1d))





## [0.13.6](https://github.com/izatop/reform/compare/v0.13.5...v0.13.6) (2023-08-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reform/graphql",
"version": "0.13.6",
"version": "0.14.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.0",
"@reform/bundle": "^0.13.6",
"@reform/bundle": "^0.14.0",
"@types/node": "^20.5.7",
"graphql": "^16.8.0",
"graphql-tag": "^2.12.6"
Expand Down
11 changes: 11 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/izatop/reform/compare/v0.13.6...v0.14.0) (2023-08-31)


### Bug Fixes

* update deps + lint ([8fdccee](https://github.com/izatop/reform/commit/8fdccee73f7c8347a0853304a464ac43972a5b1d))





## [0.13.6](https://github.com/izatop/reform/compare/v0.13.5...v0.13.6) (2023-08-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reform/html",
"version": "0.13.6",
"version": "0.14.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
Expand All @@ -20,7 +20,7 @@
"build": "tsc"
},
"dependencies": {
"@reform/bundle": "^0.13.6",
"@reform/bundle": "^0.14.0",
"@types/node": "^20.5.7",
"@types/parse5": "^7.0.0",
"esbuild": "^0.19.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/sass/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/izatop/reform/compare/v0.13.6...v0.14.0) (2023-08-31)


### Bug Fixes

* update deps + lint ([8fdccee](https://github.com/izatop/reform/commit/8fdccee73f7c8347a0853304a464ac43972a5b1d))





## [0.13.6](https://github.com/izatop/reform/compare/v0.13.5...v0.13.6) (2023-08-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reform/sass",
"version": "0.13.6",
"version": "0.14.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
Expand All @@ -20,7 +20,7 @@
"build": "tsc"
},
"dependencies": {
"@reform/bundle": "^0.13.6",
"@reform/bundle": "^0.14.0",
"@types/node": "^20.5.7",
"@types/node-sass": "^4.11.3",
"node-sass": "^9.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/izatop/reform/compare/v0.13.6...v0.14.0) (2023-08-31)


### Bug Fixes

* update deps + lint ([8fdccee](https://github.com/izatop/reform/commit/8fdccee73f7c8347a0853304a464ac43972a5b1d))





## [0.13.6](https://github.com/izatop/reform/compare/v0.13.5...v0.13.6) (2023-08-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reform/test",
"version": "0.13.6",
"version": "0.14.0",
"main": "src/index.ts",
"repository": "https://github.com/izatop/reform",
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@reform/bundle": "^0.13.6",
"@reform/bundle": "^0.14.0",
"esbuild": "^0.19.2",
"graphql": "^16.8.0"
},
Expand Down

0 comments on commit da47609

Please sign in to comment.