Skip to content

Commit

Permalink
chore(release): 4.0.0-next.11 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-next.11](v4.0.0-next.10...v4.0.0-next.11) (2023-06-30)

### Bug Fixes

* expose stream from common-util, as we did before ([db30e5b](db30e5b))
* npm workspace tweak: align module name and folder name ([91e7416](91e7416))
  • Loading branch information
semantic-release-bot committed Jun 30, 2023
1 parent 91e7416 commit 5f4d875
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/common-config-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eik/common-config-loader",
"version": "4.0.0-next.10",
"version": "4.0.0-next.11",
"description": "Shared config loader for Eik packages",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eik/common-schemas",
"version": "4.0.0-next.10",
"version": "4.0.0-next.11",
"description": "Shared schema logic for Eik packages",
"main": "index.js",
"types": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eik/common-utils",
"version": "4.0.0-next.10",
"version": "4.0.0-next.11",
"description": "Shared utils shared between for Eik packages",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-validators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eik/common-validators",
"version": "4.0.0-next.10",
"version": "4.0.0-next.11",
"description": "Shared validators for all Eik packages",
"main": "src/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 5f4d875

Please sign in to comment.