Version Packages
This commit is contained in:
parent
0764d2ce92
commit
fbf0bd2237
7 changed files with 25 additions and 27 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
Include documentation in the npm package so it can be reused
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[localize] simplify and fix parseMode check
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
'rocket-preset-extend-lion-docs': minor
|
||||
---
|
||||
|
||||
BREAKING CHANGE: lion is moving to a single pkg with multiple entrypoints
|
||||
Packages are now differently imported and therefore are also differently extended.
|
||||
|
||||
```js
|
||||
import { LionButton } from '@lion/button';
|
||||
// became
|
||||
import { LionButton } from '@lion/ui/button.js';
|
||||
|
||||
// extending now convert it to something like this
|
||||
import { IngButton } from 'ing-web/button.js';
|
||||
```
|
||||
|
|
@ -1,5 +1,21 @@
|
|||
# rocket-preset-extend-lion-docs
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4708fe94: BREAKING CHANGE: lion is moving to a single pkg with multiple entrypoints
|
||||
Packages are now differently imported and therefore are also differently extended.
|
||||
|
||||
```js
|
||||
import { LionButton } from '@lion/button';
|
||||
// became
|
||||
import { LionButton } from '@lion/ui/button.js';
|
||||
|
||||
// extending now convert it to something like this
|
||||
import { IngButton } from 'ing-web/button.js';
|
||||
```
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rocket-preset-extend-lion-docs",
|
||||
"version": "0.3.2",
|
||||
"version": "0.4.0",
|
||||
"description": "A rocket preset to reuse lion documentation inside your design system extension",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# @lion/ui
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4708fe94: Include documentation in the npm package so it can be reused
|
||||
- da057efc: [localize] simplify and fix parseMode check
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/ui",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "A package of extendable web components",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue