mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
chore: update versions (#2411)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a967970419
commit
2c73788cd1
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/core": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update class names from `*-left`, `*-right` to `*-start`, `*-end`
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/core": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix relative line heights in buttons
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/core": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Enhance button and hover animations
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/core": "patch"
|
|
||||||
---
|
|
||||||
|
|
||||||
Remove `license_key` option from HugeRTE init object
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/core": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add different favicon to development environment
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/core": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Improve breadcrumb styles
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/core": patch
|
|
||||||
"@tabler/preview": patch
|
|
||||||
"@tabler/docs": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update Bootstrap to v5.3.7
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/core": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update CSS calculations to use `calc()`
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/core": "minor"
|
|
||||||
---
|
|
||||||
|
|
||||||
Add new Tabler Illustrations
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/core": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix list group item hoverable only with `.list-group-hoverable` class
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/docs": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Change `package.json` to `core/libs.json` as a source of libraries
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/core": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix `.pagination-link` hover styles to non-active items
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@tabler/docs": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Replace a package list in `download.md` with a link to the 3rd-party libraries page
|
|
||||||
@@ -1,5 +1,24 @@
|
|||||||
# @tabler/core
|
# @tabler/core
|
||||||
|
|
||||||
|
## 1.4.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 9951fe9: Enhance button and hover animations
|
||||||
|
- a200d30: Improve breadcrumb styles
|
||||||
|
- 49ab9ea: Add new Tabler Illustrations
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 6c4dd36: Update class names from `*-left`, `*-right` to `*-start`, `*-end`
|
||||||
|
- 6fec73a: Fix relative line heights in buttons
|
||||||
|
- db6200a: Remove `license_key` option from HugeRTE init object
|
||||||
|
- e96f055: Add different favicon to development environment
|
||||||
|
- 6c38a48: Update Bootstrap to v5.3.7
|
||||||
|
- 2a12f72: Update CSS calculations to use `calc()`
|
||||||
|
- 666a296: Fix list group item hoverable only with `.list-group-hoverable` class
|
||||||
|
- cfd4cb6: Fix `.pagination-link` hover styles to non-active items
|
||||||
|
|
||||||
## 1.3.2
|
## 1.3.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tabler/core",
|
"name": "@tabler/core",
|
||||||
"version": "1.3.2",
|
"version": "1.4.0",
|
||||||
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
|
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
|
||||||
"homepage": "https://tabler.io",
|
"homepage": "https://tabler.io",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,5 +1,25 @@
|
|||||||
# Tabler Documentation Changelog
|
# Tabler Documentation Changelog
|
||||||
|
|
||||||
|
## 1.4.0
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 6c38a48: Update Bootstrap to v5.3.7
|
||||||
|
- 6c47b5f: Change `package.json` to `core/libs.json` as a source of libraries
|
||||||
|
- 70a41e4: Replace a package list in `download.md` with a link to the 3rd-party libraries page
|
||||||
|
- Updated dependencies [6c4dd36]
|
||||||
|
- Updated dependencies [6fec73a]
|
||||||
|
- Updated dependencies [9951fe9]
|
||||||
|
- Updated dependencies [db6200a]
|
||||||
|
- Updated dependencies [e96f055]
|
||||||
|
- Updated dependencies [a200d30]
|
||||||
|
- Updated dependencies [6c38a48]
|
||||||
|
- Updated dependencies [2a12f72]
|
||||||
|
- Updated dependencies [49ab9ea]
|
||||||
|
- Updated dependencies [666a296]
|
||||||
|
- Updated dependencies [cfd4cb6]
|
||||||
|
- @tabler/core@1.4.0
|
||||||
|
|
||||||
## 1.3.0
|
## 1.3.0
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tabler/docs",
|
"name": "@tabler/docs",
|
||||||
"version": "1.3.2",
|
"version": "1.4.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,5 +1,23 @@
|
|||||||
# @tabler/preview
|
# @tabler/preview
|
||||||
|
|
||||||
|
## 1.4.0
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 6c38a48: Update Bootstrap to v5.3.7
|
||||||
|
- Updated dependencies [6c4dd36]
|
||||||
|
- Updated dependencies [6fec73a]
|
||||||
|
- Updated dependencies [9951fe9]
|
||||||
|
- Updated dependencies [db6200a]
|
||||||
|
- Updated dependencies [e96f055]
|
||||||
|
- Updated dependencies [a200d30]
|
||||||
|
- Updated dependencies [6c38a48]
|
||||||
|
- Updated dependencies [2a12f72]
|
||||||
|
- Updated dependencies [49ab9ea]
|
||||||
|
- Updated dependencies [666a296]
|
||||||
|
- Updated dependencies [cfd4cb6]
|
||||||
|
- @tabler/core@1.4.0
|
||||||
|
|
||||||
## 1.3.2
|
## 1.3.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tabler/preview",
|
"name": "@tabler/preview",
|
||||||
"version": "1.3.2",
|
"version": "1.4.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm run clean && pnpm run css && pnpm run js && pnpm run html",
|
"build": "pnpm run clean && pnpm run css && pnpm run js && pnpm run html",
|
||||||
|
|||||||
Reference in New Issue
Block a user