chore(release): 0.1.0-develop.1 [skip ci]
# [0.1.0-develop.1](https://git.lumeweb.com/LumeWeb/sdk/compare/v0.0.1...v0.1.0-develop.1) (2023-10-09) ### Bug Fixes * add patch for vite-plugin-scope-tailwind ([cc03b05
](cc03b056e3
)) * attributes needs to be changed ([0d00283
](0d00283ba1
)) * import useState ([baa4365
](baa4365abb
)) * lumelogobg ([ef85d92
](ef85d921a6
)) * set default syncState ([4982a3d
](4982a3dd1a
)) * types ([14c7f54
](14c7f5401b
)) * update stories path ([5a7c0b0
](5a7c0b01b0
)) * update stories path ([a049174
](a04917449e
)) * update syncState and how status updates work and their types ([0551582
](0551582887
)) * use sync not progress ([1d1a025
](1d1a02527b
)) ### Features * add proper tailwind scoping and config! ([aba0268
](aba02687db
)) * building is now done! ([1fd163a
](1fd163afc8
))
This commit is contained in:
parent
e51a0a3483
commit
d8ffbbcf00
|
@ -0,0 +1,21 @@
|
||||||
|
# [0.1.0-develop.1](https://git.lumeweb.com/LumeWeb/sdk/compare/v0.0.1...v0.1.0-develop.1) (2023-10-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add patch for vite-plugin-scope-tailwind ([cc03b05](https://git.lumeweb.com/LumeWeb/sdk/commit/cc03b056e358519be9ec771893b61b25b32eed87))
|
||||||
|
* attributes needs to be changed ([0d00283](https://git.lumeweb.com/LumeWeb/sdk/commit/0d00283ba1dab7b3ae06bb665d9f550abbd329a4))
|
||||||
|
* import useState ([baa4365](https://git.lumeweb.com/LumeWeb/sdk/commit/baa4365abb37a931f46dab957a748e54ac506faa))
|
||||||
|
* lumelogobg ([ef85d92](https://git.lumeweb.com/LumeWeb/sdk/commit/ef85d921a6abd9d5788257af2d8aec52157d01e6))
|
||||||
|
* set default syncState ([4982a3d](https://git.lumeweb.com/LumeWeb/sdk/commit/4982a3dd1a8ba932c3ab4f4427aadeba6295b22f))
|
||||||
|
* types ([14c7f54](https://git.lumeweb.com/LumeWeb/sdk/commit/14c7f5401b338f1aacee19019d9e299bb5f87b1d))
|
||||||
|
* update stories path ([5a7c0b0](https://git.lumeweb.com/LumeWeb/sdk/commit/5a7c0b01b062a4ace0a66c11436339f70f6a8963))
|
||||||
|
* update stories path ([a049174](https://git.lumeweb.com/LumeWeb/sdk/commit/a04917449ef442ca20eb1cb257ab18188972c7ad))
|
||||||
|
* update syncState and how status updates work and their types ([0551582](https://git.lumeweb.com/LumeWeb/sdk/commit/05515828877bddf435eaf44108793f156302b8c0))
|
||||||
|
* use sync not progress ([1d1a025](https://git.lumeweb.com/LumeWeb/sdk/commit/1d1a02527b83d9d0892664755ec28b3ae13e3aba))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add proper tailwind scoping and config! ([aba0268](https://git.lumeweb.com/LumeWeb/sdk/commit/aba02687dba803d53ecedb77155dca3945f53f1d))
|
||||||
|
* building is now done! ([1fd163a](https://git.lumeweb.com/LumeWeb/sdk/commit/1fd163afc879fbf1d307247e6d87cda4e0255c55))
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@lumreb/sdk",
|
"name": "@lumreb/sdk",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0-develop.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@lumreb/sdk",
|
"name": "@lumreb/sdk",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0-develop.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lumeweb/kernel-network-registry-client": "0.1.0-develop.10",
|
"@lumeweb/kernel-network-registry-client": "0.1.0-develop.10",
|
||||||
"@lumeweb/libkernel": "0.1.0-develop.65",
|
"@lumeweb/libkernel": "0.1.0-develop.65",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/sdk",
|
"name": "@lumeweb/sdk",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.0",
|
"version": "0.1.0-develop.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"types": "./src/main.ts",
|
"types": "./src/main.ts",
|
||||||
|
@ -79,6 +79,5 @@
|
||||||
"vite-plugin-scope-tailwind": "^1.1.3",
|
"vite-plugin-scope-tailwind": "^1.1.3",
|
||||||
"vite-plugin-svgr": "^4.1.0"
|
"vite-plugin-svgr": "^4.1.0"
|
||||||
},
|
},
|
||||||
"readme": "ERROR: No README data found!",
|
"readme": "ERROR: No README data found!"
|
||||||
"_id": "@lumeweb/sdk@0.1.0"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue