From 31160a1edfe0d63a15ea13a5accf24aba2ae1205 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Jan 2024 12:55:10 +0000 Subject: [PATCH] chore(release): devkit-v1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 1.0.0 (2024-01-20) ### Bug Fixes * **devkit:** error object are null ([ea9c8d0](https://github.com/guiseek/nxgs/commit/ea9c8d06803ab8e78f5e0f40123a0d4b4022e896)) * **release:** fix executor release config ([fd8f466](https://github.com/guiseek/nxgs/commit/fd8f466987fabf2c196699c5f87290c51f2b7f3d)) ### Features * 🎸 add basic example to cdk listbox generator ([d02b4d0](https://github.com/guiseek/nxgs/commit/d02b4d07843fb2a927d6216ca17253dcc8066428)) * 🎸 add behavioral generator with internacionalization ([c0e1730](https://github.com/guiseek/nxgs/commit/c0e1730a80071c059469ae2c19214a702644864a)) * 🎸 add cdk listbox generator ([a34b2ba](https://github.com/guiseek/nxgs/commit/a34b2bab02288ee4533bf0280ed67961808d47a4)) * 🎸 add cdk-menu generator ([0907e2a](https://github.com/guiseek/nxgs/commit/0907e2a8e66d217286219254edc67ff33142ee0a)) * 🎸 add complex object values to cdk-listbox generator ([b32eac8](https://github.com/guiseek/nxgs/commit/b32eac85efbd19f272672ba21c7e4de59a39dcb8)) * 🎸 add custom typeahead example to cdk listbox generator ([ec07676](https://github.com/guiseek/nxgs/commit/ec076760ff433011a75563f63a80a517f22976a0)) * 🎸 add design plugin package with singleton generator ([7b09b35](https://github.com/guiseek/nxgs/commit/7b09b359549a2c9dd76b9e73051369857f2ac294)) * 🎸 add devkit library and library generator ([5fbde9b](https://github.com/guiseek/nxgs/commit/5fbde9bb509d0f31aa66d336b637d14db14cce2d)) * 🎸 add facade pattern generator to design plugin ([aafe51d](https://github.com/guiseek/nxgs/commit/aafe51dd1deede34b934d0247a7cf28bf685a075)) * 🎸 add init generator to setup language on design package ([e7de924](https://github.com/guiseek/nxgs/commit/e7de9244ee064bd74548fef5908875f763a8766a)) * 🎸 add material entry point with generators to angular ([171f5ac](https://github.com/guiseek/nxgs/commit/171f5ac5b19ddb6e78ec8e57744515648dd2a729)) * 🎸 add nest plugin package ([71188a7](https://github.com/guiseek/nxgs/commit/71188a7f0f76328ffedbfe05886d454f71864bf1)) * 🎸 add structural generator to design plugin package ([9d4465b](https://github.com/guiseek/nxgs/commit/9d4465bbce1bf34d98277fe9ebcfec5c2b9a4982)) * 🎸 add validation generator to nest project ([63872b2](https://github.com/guiseek/nxgs/commit/63872b21d60d5463705860d36f5b64e758a0a6f3)) * **angular:** add release target to publish package ([33c296c](https://github.com/guiseek/nxgs/commit/33c296c0cf3b92ed8e363f2faea975f20077429d)) * **design:** add chain of responsability pattern generator ([bb1ddd7](https://github.com/guiseek/nxgs/commit/bb1ddd742b8cb89b96bbf9aaaaae94182e72b76c)) * **design:** add contribute generator helper ([5f04a62](https://github.com/guiseek/nxgs/commit/5f04a6290c20bdcec029903baa297c42bcda1238)) * **design:** add iterator pattern generator ([810849c](https://github.com/guiseek/nxgs/commit/810849c9a9c811b7c5ee5bc850e2d4f093aa629c)) * **design:** add observer pattern to design package ([3d6e5ed](https://github.com/guiseek/nxgs/commit/3d6e5edbe7ca968beaacdf4397f4e90f47502dbd)) * **design:** release target config ([ac9a489](https://github.com/guiseek/nxgs/commit/ac9a48918ccbe6a8a5beecb74a499ab8da939b47)) * **devkit:** add release target to publish package ([c99463b](https://github.com/guiseek/nxgs/commit/c99463b2a3396899de99cd7a4621581813d985de)) * **nest:** add release target to publish package ([e7a2f6d](https://github.com/guiseek/nxgs/commit/e7a2f6d7fc09ef25a98ad63a2fd0c23fcd1003d0)) * **nest:** add swagger setup generator ([2a1fc15](https://github.com/guiseek/nxgs/commit/2a1fc15966b36c4999bcdc5a419f8a99213b339d)) * **release:** add dependsOn property on release target generator ([9597431](https://github.com/guiseek/nxgs/commit/959743118d8086c29c0526df60297ee8c0a1e968)) * **release:** add release package to generate and execute publish with semantic release ([8ffef4e](https://github.com/guiseek/nxgs/commit/8ffef4ecb8d8577a75111299e68f5da1bce1f3f4)) * **release:** release and utility files ([b178322](https://github.com/guiseek/nxgs/commit/b1783223155a212945262e76504239f5f1a9c0f6)) --- packages/devkit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devkit/package.json b/packages/devkit/package.json index b10fdaa..d181d0c 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@nxgs/devkit", - "version": "0.0.1", + "version": "1.0.0", "description": "NxGS Release for the best developer experience", "publishConfig": { "access": "public",