Skip to content

Commit

Permalink
chore(release): publish 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor committed Aug 26, 2024
1 parent 89fc0fb commit d2a5983
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 149 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.9 (2024-08-26)

This was a version bump only, there were no code changes.

## 1.2.8 (2024-08-21)

This was a version bump only, there were no code changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luminescent/ui-qwik",
"version": "1.2.8",
"version": "1.2.9",
"description": "Luminescent UI library",
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@builder.io/qwik": "1.8.0",
"@builder.io/qwik-city": "^1.8.0",
"@types/eslint": "^8.56.11",
"@types/node": "^22.4.2",
"@types/node": "^22.5.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"autoprefixer": "^10.4.20",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luminescent/ui",
"version": "1.2.8",
"version": "1.2.9",
"description": "Luminescent UI library",
"main": "./lib/index.js",
"types": "./lib-types/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/eslint": "^8.56.11",
"@types/node": "^22.4.2",
"@types/node": "^22.5.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit d2a5983

Please sign in to comment.