Skip to content

Commit

Permalink
Merge pull request #17 from receter/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
receter authored Oct 17, 2024
2 parents 663444d + d9a7003 commit 5d3d4d5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/utils":"1.1.0","packages/ui":"1.3.1"}
{"packages/utils":"1.2.0","packages/ui":"1.4.0"}
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/receter/sys42/compare/ui-v1.3.1...ui-v1.4.0) (2024-10-17)


### Features

* improved naming for css spacing variables ([f9f7259](https://github.com/receter/sys42/commit/f9f72596edf8505a0980499c56d5288a90130b45))

## [1.3.1](https://github.com/receter/sys42/compare/ui-v1.3.0...ui-v1.3.1) (2024-10-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sys42/ui",
"private": false,
"version": "1.3.1",
"version": "1.4.0",
"type": "module",
"exports": {
".": {
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/receter/sys42/compare/utils-v1.1.0...utils-v1.2.0) (2024-10-17)


### Features

* add alias "cn" for concatClassNames function ([1ed1ab2](https://github.com/receter/sys42/commit/1ed1ab27e770535617b4af5ae8ed861e48e27ee3))

## [1.1.0](https://github.com/receter/sys42/compare/utils-v1.0.1...utils-v1.1.0) (2024-10-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sys42/utils",
"author": "Andreas Riedmüller",
"license": "MIT",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"main": "dist/utils.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit 5d3d4d5

Please sign in to comment.