@abqm-ds/icons 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
 
2
- > @abqm-ds/icons@1.0.4 build
2
+ > @abqm-ds/icons@1.0.6 build
3
3
  > tsup --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,10 +11,10 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  CJS dist/index.cjs 126.77 KB
14
- CJS ⚡️ Build success in 67ms
14
+ CJS ⚡️ Build success in 51ms
15
15
  ESM dist/index.js 125.84 KB
16
- ESM ⚡️ Build success in 68ms
16
+ ESM ⚡️ Build success in 55ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 2353ms
18
+ DTS ⚡️ Build success in 2339ms
19
19
  DTS dist/index.d.ts 2.35 KB
20
20
  DTS dist/index.d.cts 2.35 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @abqm-ds/icons
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: 🎸 Atualizará libs no NPM
8
+
9
+ ## 1.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - feat: 🎸 Adicionará melhorias nos componentes
14
+
3
15
  ## 1.0.4
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -6,7 +6,7 @@ Esta biblioteca fornece ícones SVG como componentes React, permitindo uso simpl
6
6
 
7
7
  ---
8
8
 
9
- ## 📦 Instalação
9
+ ## 📦 Instalação.
10
10
 
11
11
  No seu projeto React (com suporte a pacotes do monorepo):
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abqm-ds/icons",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",