Skip to content

Commit

Permalink
chore(release): v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cieloazul310 committed Aug 22, 2024
1 parent 1e29d0a commit f9411ef
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 41 deletions.
6 changes: 3 additions & 3 deletions app/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gallery",
"version": "1.4.5",
"version": "1.4.6",
"private": true,
"scripts": {
"prepare": "panda codegen",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@cieloazul310/astro-sarkara-utils": "^1.1.0",
"@cieloazul310/ol-gsi-vt": "^1.4.5",
"@cieloazul310/ol-gsi-vt": "^1.4.6",
"@iconify-json/mdi": "^1.1.68",
"@types/mdx": "^2.0.13",
"astro": "^4.14.3",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"@astrojs/mdx": "^3.1.4",
"@astrojs/partytown": "^2.1.1",
"@cieloazul310/tsconfig": "^1.4.5",
"@cieloazul310/tsconfig": "^1.4.6",
"@pandacss/dev": "^0.45.1",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
Expand Down
6 changes: 3 additions & 3 deletions app/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "playground",
"version": "1.4.5",
"version": "1.4.6",
"private": true,
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview --open"
},
"dependencies": {
"@cieloazul310/ol-gsi-vt": "^1.4.5",
"@cieloazul310/ol-gsi-vt": "^1.4.6",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@yamada-ui/fontawesome": "^1.0.37",
Expand All @@ -24,7 +24,7 @@
"zustand": "^4.5.4"
},
"devDependencies": {
"@cieloazul310/tsconfig": "^1.4.5",
"@cieloazul310/tsconfig": "^1.4.6",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
6 changes: 3 additions & 3 deletions app/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "create-ol-app",
"version": "1.4.5",
"version": "1.4.6",
"private": true,
"scripts": {
"dev": "vite --open",
"build": "vite build",
"preview": "vite preview --open"
},
"dependencies": {
"@cieloazul310/ol-gsi-vt": "^1.4.5",
"@cieloazul310/ol-gsi-vt": "^1.4.6",
"ol": "^10.1.0"
},
"devDependencies": {
"@cieloazul310/tsconfig": "^1.4.5",
"@cieloazul310/tsconfig": "^1.4.6",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"app/*",
"packages/*"
],
"version": "1.4.5"
"version": "1.4.6"
}
40 changes: 20 additions & 20 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cieloazul310/eslint-config-custom",
"version": "1.4.5",
"version": "1.4.6",
"private": true,
"main": "index.cjs",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/ol-gsi-vt-style-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cieloazul310/ol-gsi-vt-style-utils",
"version": "1.4.5",
"version": "1.4.6",
"description": "> TODO: description",
"author": "cieloazul310 <[email protected]>",
"keywords": [
Expand Down Expand Up @@ -52,7 +52,7 @@
"deepmerge": "^4.3.1"
},
"devDependencies": {
"@cieloazul310/eslint-config-custom": "^1.4.5"
"@cieloazul310/eslint-config-custom": "^1.4.6"
},
"peerDependencies": {
"ol": ">=6.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/ol-gsi-vt-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cieloazul310/ol-gsi-vt-style",
"version": "1.4.5",
"version": "1.4.6",
"description": "> TODO: description",
"author": "cieloazul310 <[email protected]>",
"keywords": [
Expand Down Expand Up @@ -49,11 +49,11 @@
"url": "https://github.com/cieloazul310/ol-gsi-vt/issues"
},
"dependencies": {
"@cieloazul310/ol-gsi-vt-style-utils": "^1.4.5",
"@cieloazul310/ol-gsi-vt-style-utils": "^1.4.6",
"@fortawesome/free-solid-svg-icons": "^6.6.0"
},
"devDependencies": {
"@cieloazul310/eslint-config-custom": "^1.4.5",
"@cieloazul310/eslint-config-custom": "^1.4.6",
"ol": "^10.1.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/ol-gsi-vt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cieloazul310/ol-gsi-vt",
"version": "1.4.5",
"version": "1.4.6",
"description": "> TODO: description",
"author": "cieloazul310 <[email protected]>",
"keywords": [
Expand Down Expand Up @@ -48,12 +48,12 @@
"url": "https://github.com/cieloazul310/ol-gsi-vt/issues"
},
"dependencies": {
"@cieloazul310/ol-gsi-vt-style": "^1.4.5",
"@cieloazul310/ol-gsi-vt-style-utils": "^1.4.5",
"@cieloazul310/ol-gsi-vt-style": "^1.4.6",
"@cieloazul310/ol-gsi-vt-style-utils": "^1.4.6",
"ol-pmtiles": "^0.5.0"
},
"devDependencies": {
"@cieloazul310/eslint-config-custom": "^1.4.5",
"@cieloazul310/eslint-config-custom": "^1.4.6",
"ol": "^10.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cieloazul310/tsconfig",
"version": "1.4.5",
"version": "1.4.6",
"private": true,
"files": [
"app.json",
Expand Down

0 comments on commit f9411ef

Please sign in to comment.