Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanquera committed Sep 8, 2024
1 parent 595f801 commit dd80d58
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 38 deletions.
2 changes: 1 addition & 1 deletion examples/with-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@ossph/temple-express": "0.1.5",
"@ossph/temple-express": "0.1.6",
"express": "4.19.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@fastify/static": "7.0.4",
"@ossph/temple": "0.1.5",
"@ossph/temple": "0.1.6",
"fastify": "4.27.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@hapi/hapi": "21.3.9",
"@hapi/inert": "7.1.0",
"@ossph/temple": "0.1.5"
"@ossph/temple": "0.1.6"
},
"devDependencies": {
"@types/node": "22.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@ossph/temple": "0.1.5",
"@ossph/temple-dev": "0.1.5"
"@ossph/temple": "0.1.6",
"@ossph/temple-dev": "0.1.6"
},
"devDependencies": {
"@types/node": "22.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@ossph/temple": "0.1.5",
"@ossph/temple": "0.1.6",
"koa": "2.15.3",
"koa-router": "12.0.1",
"koa-static": "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@ossph/temple": "0.1.5",
"@ossph/temple": "0.1.6",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-restify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@ossph/temple": "0.1.5",
"@ossph/temple": "0.1.6",
"restify": "11.1.0",
"restify-router": "0.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@ossph/temple": "0.1.5",
"@ossph/temple-dev": "0.1.5"
"@ossph/temple": "0.1.6",
"@ossph/temple-dev": "0.1.6"
},
"devDependencies": {
"@types/node": "22.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "webpack --mode production"
},
"dependencies": {
"@ossph/temple": "0.1.5",
"@ossph/temple-loader": "0.1.5"
"@ossph/temple": "0.1.6",
"@ossph/temple-loader": "0.1.6"
},
"devDependencies": {
"@types/node": "22.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/temple-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ossph/temple-dev",
"version": "0.1.5",
"version": "0.1.6",
"description": "Temple developer mode with hot page reload",
"license": "Apache-2.0",
"author": "Chris <[email protected]>",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@blanquera/types": "1.0.2",
"@ossph/temple": "0.1.5",
"@ossph/temple": "0.1.6",
"chokidar": "3.6.0",
"ws": "8.17.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/temple-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ossph/temple-esbuild",
"version": "0.1.5",
"version": "0.1.6",
"description": "ESBuild support for the Temple markup language.",
"license": "Apache-2.0",
"author": "Chris <[email protected]>",
Expand All @@ -20,7 +20,7 @@
"build": "tsc"
},
"dependencies": {
"@ossph/temple": "0.1.5"
"@ossph/temple": "0.1.6"
},
"devDependencies": {
"@types/node": "22.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/temple-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ossph/temple-express",
"version": "0.1.5",
"version": "0.1.6",
"description": "Temple plugin for Express and native HTTP.",
"license": "Apache-2.0",
"author": "Chris <[email protected]>",
Expand All @@ -18,8 +18,8 @@
"build": "tsc"
},
"dependencies": {
"@ossph/temple": "0.1.5",
"@ossph/temple-dev": "0.1.5"
"@ossph/temple": "0.1.6",
"@ossph/temple-dev": "0.1.6"
},
"devDependencies": {
"@types/node": "22.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/temple-language/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "temple-language-client",
"description": "Adds syntax highlighting, formatting, auto-completion, jump-to-definition and linting for a custom.",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"scripts": {
"build": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/temple-language/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "temple-language",
"version": "0.1.5",
"version": "0.1.6",
"description": "Adds syntax highlighting, formatting, auto-completion, jump-to-definition and linting for .tml files.",
"license": "Apache-2.0",
"icon": "temple-logo.png",
Expand Down
4 changes: 2 additions & 2 deletions packages/temple-language/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "temple-language-server",
"description": "Implementation of temple language server in node.",
"version": "0.1.5",
"version": "0.1.6",
"author": "Chris <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -12,7 +12,7 @@
"build": "tsc"
},
"dependencies": {
"@ossph/temple": "0.1.5",
"@ossph/temple": "0.1.6",
"vscode-languageserver": "8.1.0",
"vscode-languageserver-textdocument": "1.0.8",
"vscode-uri": "3.0.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/temple-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ossph/temple-loader",
"version": "0.1.5",
"version": "0.1.6",
"description": "Webpack support for the Temple markup language.",
"license": "Apache-2.0",
"author": "Chris <[email protected]>",
Expand All @@ -20,7 +20,7 @@
"build": "tsc"
},
"dependencies": {
"@ossph/temple": "0.1.5",
"@ossph/temple": "0.1.6",
"loader-utils": "3.2.1",
"schema-utils": "4.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/temple-tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ossph/temple-tailwind",
"version": "0.1.5",
"version": "0.1.6",
"description": "Webpack support for the Temple markup language.",
"license": "Apache-2.0",
"author": "Chris <[email protected]>",
Expand All @@ -20,7 +20,7 @@
"build": "tsc"
},
"dependencies": {
"@ossph/temple": "0.1.5"
"@ossph/temple": "0.1.6"
},
"peerDependencies": {
"autoprefixer": "^10",
Expand Down
11 changes: 5 additions & 6 deletions packages/temple-ui-src/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "@ossph/temple-ui-src",
"version": "0.1.4",
"version": "0.1.6",
"private": true,
"scripts": {
"build": "yarn build:tsc && yarn build:json && yarn build:block && yarn build:common && yarn build:data && yarn build:files && yarn build:field && yarn build:form && yarn build:format && yarn build:package && yarn build:popup && yarn build:table",
"build": "yarn build:tsc && yarn build:block && yarn build:assets && yarn build:files && yarn build:field && yarn build:form && yarn build:format && yarn build:package && yarn build:panel && yarn build:popup && yarn build:table",
"build:assets": "cp -rf ./src/assets ../temple-ui",
"build:block": "cp -rf ./src/block ../temple-ui",
"build:common": "cp -rf ./src/common ../temple-ui",
"build:data": "cp -rf ./src/data ../temple-ui",
"build:files": "cp README.md LICENSE ../temple-ui",
"build:field": "cp -rf ./src/field ../temple-ui",
"build:form": "cp -rf ./src/form ../temple-ui",
"build:format": "cp -rf ./src/format ../temple-ui",
"build:package": "cp ./package.live.json ../temple-ui/package.json",
"build:panel": "cp -rf ./src/panel ../temple-ui",
"build:popup": "cp -rf ./src/popup ../temple-ui",
"build:table": "cp -rf ./src/table ../temple-ui",
"build:json": "ts-node ./scripts/json.ts",
"build:tsc": "tsc"
},
"devDependencies": {
"@ossph/temple": "0.1.4",
"@ossph/temple": "0.1.6",
"@types/node": "22.1.0",
"typescript": "5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/temple-ui-src/package.live.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ossph/temple-ui",
"version": "0.1.4",
"version": "0.1.6",
"description": "Temple user interfaces",
"license": "Apache-2.0",
"author": "Chris <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/temple-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "temple-web",
"version": "0.1.4",
"version": "0.1.6",
"description": "Temple Website",
"private": true,
"scripts": {
Expand All @@ -10,12 +10,12 @@
"dev": "NODE_ENV=development ts-node ./src/index.ts"
},
"dependencies": {
"@ossph/temple": "0.1.4",
"@ossph/temple": "0.1.6",
"express": "4.19.2",
"prismjs": "1.29.0"
},
"devDependencies": {
"@ossph/temple-dev": "0.1.4",
"@ossph/temple-dev": "0.1.6",
"@types/express": "4.17.21",
"@types/node": "22.1.0",
"@types/prismjs": "1.26.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/temple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ossph/temple",
"version": "0.1.5",
"version": "0.1.6",
"description": "The reactive web component template engine.",
"license": "Apache-2.0",
"author": "Chris <[email protected]>",
Expand Down

0 comments on commit dd80d58

Please sign in to comment.