diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9117e5..a996d6cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/TheNileDev/nile-js/compare/v0.11.1...v0.12.0) (2022-05-31) + + +* feat!: add support for workspaces ([8818bab](https://github.com/TheNileDev/nile-js/commit/8818babcdbb58d0e52e826fdfbdebda002bb9e88)) + + +### BREAKING CHANGES + +* workspaces are a whole different structure and spec. + + + + + ## [0.11.1](https://github.com/TheNileDev/nile-js/compare/v0.11.0...v0.11.1) (2022-05-19) diff --git a/lerna.json b/lerna.json index 60d41c16..4bec495e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/react", "lib/nile" ], - "version": "0.11.1", + "version": "0.12.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/lib/nile/CHANGELOG.md b/lib/nile/CHANGELOG.md index 98746fe3..01dd638e 100644 --- a/lib/nile/CHANGELOG.md +++ b/lib/nile/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/TheNileDev/nile-js/compare/v0.11.1...v0.12.0) (2022-05-31) + + +* feat!: add support for workspaces ([8818bab](https://github.com/TheNileDev/nile-js/commit/8818babcdbb58d0e52e826fdfbdebda002bb9e88)) + + +### BREAKING CHANGES + +* workspaces are a whole different structure and spec. + + + + + ## [0.11.1](https://github.com/TheNileDev/nile-js/compare/v0.11.0...v0.11.1) (2022-05-19) diff --git a/lib/nile/package.json b/lib/nile/package.json index 49fdfb77..aa2c0582 100644 --- a/lib/nile/package.json +++ b/lib/nile/package.json @@ -1,5 +1,5 @@ { - "version": "0.11.1", + "version": "0.12.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 39056f45..c2a05874 100644 --- a/packages/examples/CHANGELOG.md +++ b/packages/examples/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/TheNileDev/nile-js/compare/v0.11.1...v0.12.0) (2022-05-31) + + +* feat!: add support for workspaces ([8818bab](https://github.com/TheNileDev/nile-js/commit/8818babcdbb58d0e52e826fdfbdebda002bb9e88)) + + +### BREAKING CHANGES + +* workspaces are a whole different structure and spec. + + + + + ## [0.11.1](https://github.com/TheNileDev/nile-js/compare/v0.11.0...v0.11.1) (2022-05-19) diff --git a/packages/examples/package.json b/packages/examples/package.json index d3a4c411..26b8f55d 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -2,7 +2,7 @@ "name": "@theniledev/examples", "license": "MIT", "private": true, - "version": "0.11.1", + "version": "0.12.0", "scripts": { "dev": "next dev", "build": "next build", @@ -11,7 +11,7 @@ }, "dependencies": { "@codemirror/lang-javascript": "^0.20.0", - "@theniledev/js": "^0.11.1", + "@theniledev/js": "^0.12.0", "@uiw/react-codemirror": "^4.5.1", "next": "^12.1.4", "react": "^17.0.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 96223123..d1eb88b3 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/TheNileDev/nile-js/compare/v0.11.1...v0.12.0) (2022-05-31) + + +* feat!: add support for workspaces ([8818bab](https://github.com/TheNileDev/nile-js/commit/8818babcdbb58d0e52e826fdfbdebda002bb9e88)) + + +### BREAKING CHANGES + +* workspaces are a whole different structure and spec. + + + + + ## [0.11.1](https://github.com/TheNileDev/nile-js/compare/v0.11.0...v0.11.1) (2022-05-19) diff --git a/packages/react/package.json b/packages/react/package.json index 2f98f0bf..4c6eb536 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@theniledev/react", - "version": "0.11.1", + "version": "0.12.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",