Skip to content

Commit

Permalink
chore(release): v10.0.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot committed Nov 4, 2024
1 parent 6b6812a commit d5d6bc9
Show file tree
Hide file tree
Showing 21 changed files with 158 additions and 48 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.1...v10.0.0-dev.2) (2024-11-04)


### Bug Fixes

* **core:** change the main field to point all.css in package.json ([534da7d](https://github.com/telerik/kendo-themes/commit/534da7d87925cf2db50963aea5a3df8515c82a01))


### Features

* **bootstrap:** remove margin utils from the theme ([25c73b9](https://github.com/telerik/kendo-themes/commit/25c73b9355aa6294ba63237b8b672449603794a8))
* **classic:** remove margin utils from the theme ([21b73cc](https://github.com/telerik/kendo-themes/commit/21b73cc6ed0b9834f6a48250ab56004b21b62314))
* **default:** remove margin utils from the theme ([29a211e](https://github.com/telerik/kendo-themes/commit/29a211ecffb3636d25878c2a2adda2f7f40d76ec))
* **fluent:** remove margin utils from the theme ([c4f6c3d](https://github.com/telerik/kendo-themes/commit/c4f6c3d78f4d0731499bdc5aa5f08ab970b03599))
* **material:** remove margin utils from the theme ([6b6812a](https://github.com/telerik/kendo-themes/commit/6b6812af548624186d65d1d04c52392e7dfb2134))





# [10.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.0...v10.0.0-dev.1) (2024-11-04)

**Note:** Version bump only for package kendo-themes.repo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "10.0.0-dev.1",
"version": "10.0.0-dev.2",
"packages": [
"packages/*"
],
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.1...v10.0.0-dev.2) (2024-11-04)


### Features

* **bootstrap:** remove margin utils from the theme ([25c73b9](https://github.com/telerik/kendo-themes/commit/25c73b9355aa6294ba63237b8b672449603794a8))





# [10.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.0...v10.0.0-dev.1) (2024-11-04)

**Note:** Version bump only for package @progress/kendo-theme-bootstrap
Expand Down
8 changes: 4 additions & 4 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-bootstrap",
"description": "Bootstrap theme for Kendo UI",
"version": "10.0.0-dev.1",
"version": "10.0.0-dev.2",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^3.1.0",
"@progress/kendo-theme-core": "10.0.0-dev.1",
"@progress/kendo-theme-default": "10.0.0-dev.1",
"@progress/kendo-theme-utils": "10.0.0-dev.1"
"@progress/kendo-theme-core": "10.0.0-dev.2",
"@progress/kendo-theme-default": "10.0.0-dev.2",
"@progress/kendo-theme-utils": "10.0.0-dev.2"
},
"directories": {
"doc": "docs",
Expand Down
11 changes: 11 additions & 0 deletions packages/classic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.1...v10.0.0-dev.2) (2024-11-04)


### Features

* **classic:** remove margin utils from the theme ([21b73cc](https://github.com/telerik/kendo-themes/commit/21b73cc6ed0b9834f6a48250ab56004b21b62314))





# [10.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.0...v10.0.0-dev.1) (2024-11-04)

**Note:** Version bump only for package @progress/kendo-theme-classic
Expand Down
8 changes: 4 additions & 4 deletions packages/classic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-classic",
"description": "Sass port of less based themes for Kendo UI theme",
"version": "10.0.0-dev.1",
"version": "10.0.0-dev.2",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^3.1.0",
"@progress/kendo-theme-core": "10.0.0-dev.1",
"@progress/kendo-theme-default": "10.0.0-dev.1",
"@progress/kendo-theme-utils": "10.0.0-dev.1"
"@progress/kendo-theme-core": "10.0.0-dev.2",
"@progress/kendo-theme-default": "10.0.0-dev.2",
"@progress/kendo-theme-utils": "10.0.0-dev.2"
},
"directories": {
"doc": "docs",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.1...v10.0.0-dev.2) (2024-11-04)


### Bug Fixes

* **core:** change the main field to point all.css in package.json ([534da7d](https://github.com/telerik/kendo-themes/commit/534da7d87925cf2db50963aea5a3df8515c82a01))





# [10.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.0...v10.0.0-dev.1) (2024-11-04)

**Note:** Version bump only for package @progress/kendo-theme-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-core",
"description": "A collection of functions and mixins used for building themes for Kendo UI",
"version": "10.0.0-dev.1",
"version": "10.0.0-dev.2",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.1...v10.0.0-dev.2) (2024-11-04)


### Features

* **default:** remove margin utils from the theme ([29a211e](https://github.com/telerik/kendo-themes/commit/29a211ecffb3636d25878c2a2adda2f7f40d76ec))





# [10.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.0...v10.0.0-dev.1) (2024-11-04)

**Note:** Version bump only for package @progress/kendo-theme-default
Expand Down
6 changes: 3 additions & 3 deletions packages/default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-default",
"description": "SASS resources for the default Kendo UI theme",
"version": "10.0.0-dev.1",
"version": "10.0.0-dev.2",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^3.1.0",
"@progress/kendo-theme-core": "10.0.0-dev.1",
"@progress/kendo-theme-utils": "10.0.0-dev.1"
"@progress/kendo-theme-core": "10.0.0-dev.2",
"@progress/kendo-theme-utils": "10.0.0-dev.2"
},
"directories": {
"doc": "docs",
Expand Down
11 changes: 11 additions & 0 deletions packages/fluent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.1...v10.0.0-dev.2) (2024-11-04)


### Features

* **fluent:** remove margin utils from the theme ([c4f6c3d](https://github.com/telerik/kendo-themes/commit/c4f6c3d78f4d0731499bdc5aa5f08ab970b03599))





# [10.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.0...v10.0.0-dev.1) (2024-11-04)

**Note:** Version bump only for package @progress/kendo-theme-fluent
Expand Down
6 changes: 3 additions & 3 deletions packages/fluent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-fluent",
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
"version": "10.0.0-dev.1",
"version": "10.0.0-dev.2",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^3.1.0",
"@progress/kendo-theme-core": "10.0.0-dev.1",
"@progress/kendo-theme-utils": "10.0.0-dev.1"
"@progress/kendo-theme-core": "10.0.0-dev.2",
"@progress/kendo-theme-utils": "10.0.0-dev.2"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.1...v10.0.0-dev.2) (2024-11-04)

**Note:** Version bump only for package @progress/kendo-themes-html





# [10.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.0...v10.0.0-dev.1) (2024-11-04)

**Note:** Version bump only for package @progress/kendo-themes-html
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-themes-html",
"description": "A collection of HTML helpers used for developing Kendo UI themes",
"version": "10.0.0-dev.1",
"version": "10.0.0-dev.2",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/material/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.1...v10.0.0-dev.2) (2024-11-04)


### Features

* **material:** remove margin utils from the theme ([6b6812a](https://github.com/telerik/kendo-themes/commit/6b6812af548624186d65d1d04c52392e7dfb2134))





# [10.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.0...v10.0.0-dev.1) (2024-11-04)

**Note:** Version bump only for package @progress/kendo-theme-material
Expand Down
8 changes: 4 additions & 4 deletions packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@progress/kendo-theme-material",
"description": "Material theme for Kendo UI",
"version": "10.0.0-dev.1",
"version": "10.0.0-dev.2",
"author": "Progress",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"dependencies": {
"@progress/kendo-svg-icons": "^3.1.0",
"@progress/kendo-theme-core": "10.0.0-dev.1",
"@progress/kendo-theme-default": "10.0.0-dev.1",
"@progress/kendo-theme-utils": "10.0.0-dev.1"
"@progress/kendo-theme-core": "10.0.0-dev.2",
"@progress/kendo-theme-default": "10.0.0-dev.2",
"@progress/kendo-theme-utils": "10.0.0-dev.2"
},
"directories": {
"doc": "docs",
Expand Down
8 changes: 8 additions & 0 deletions packages/nouvelle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-dev.2](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.1...v10.0.0-dev.2) (2024-11-04)

**Note:** Version bump only for package @progress/kendo-theme-nouvelle





# [10.0.0-dev.1](https://github.com/telerik/kendo-themes/compare/v10.0.0-dev.0...v10.0.0-dev.1) (2024-11-04)

**Note:** Version bump only for package @progress/kendo-theme-nouvelle
Expand Down
Loading

0 comments on commit d5d6bc9

Please sign in to comment.