Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 25, 2024
1 parent 1cfb5d5 commit 31da1bb
Show file tree
Hide file tree
Showing 28 changed files with 49 additions and 49 deletions.
6 changes: 3 additions & 3 deletions angular/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/angular-bootstrap",
"description": "Bootstrap-based widget library for Angular.",
"version": "0.0.0",
"version": "0.3.1",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -69,8 +69,8 @@
"@angular/core": "*"
},
"dependencies": {
"@agnos-ui/angular-headless": "0.0.0",
"@agnos-ui/core-bootstrap": "0.0.0",
"@agnos-ui/angular-headless": "0.3.1",
"@agnos-ui/core-bootstrap": "0.3.1",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions angular/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnos-ui/angular-demo",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -159,8 +159,8 @@
}
},
"dependencies": {
"@agnos-ui/angular-bootstrap": "0.0.0",
"@agnos-ui/core-bootstrap": "0.0.0",
"@agnos-ui/angular-bootstrap": "0.3.1",
"@agnos-ui/core-bootstrap": "0.3.1",
"@amadeus-it-group/tansu": "1.0.0",
"@angular/animations": "~17.3.5",
"@angular/common": "~17.3.5",
Expand Down
4 changes: 2 additions & 2 deletions angular/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/angular-headless",
"description": "Headless widget library for Angular.",
"version": "0.0.0",
"version": "0.3.1",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -96,7 +96,7 @@
"@angular/core": "*"
},
"dependencies": {
"@agnos-ui/core": "0.0.0",
"@agnos-ui/core": "0.3.1",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions angular/ssr-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnos-ui/angular-ssr-app",
"version": "0.0.0",
"version": "0.3.1",
"scripts": {
"ng": "ng",
"dev": "ng serve",
Expand All @@ -9,7 +9,7 @@
},
"private": true,
"dependencies": {
"@agnos-ui/angular-bootstrap": "0.0.0",
"@agnos-ui/angular-bootstrap": "0.3.1",
"@angular/animations": "~17.3.5",
"@angular/common": "~17.3.5",
"@angular/compiler": "~17.3.5",
Expand Down
2 changes: 1 addition & 1 deletion base-po/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/base-po",
"description": "Base class to build page objects for end-to-end tests with Playwright.",
"version": "0.0.0",
"version": "0.3.1",
"keywords": [
"e2e",
"page-object",
Expand Down
2 changes: 1 addition & 1 deletion code-coverage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnos-ui/code-coverage",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"dependencies": {
"@babel/core": "^7.24.4",
Expand Down
4 changes: 2 additions & 2 deletions core-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/core-bootstrap",
"description": "Styles and widget interface extensions necessary to use AgnosUI with Bootstrap.",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"keywords": [
"css",
Expand Down Expand Up @@ -102,7 +102,7 @@
"sass": "^1.75.0"
},
"dependencies": {
"@agnos-ui/core": "0.0.0"
"@agnos-ui/core": "0.3.1"
},
"peerDependencies": {},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/core",
"description": "Framework-agnostic headless widget library.",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"main": "./dist/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnos-ui/demo",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -120,7 +120,7 @@
}
},
"dependencies": {
"@agnos-ui/svelte-bootstrap": "0.0.0",
"@agnos-ui/svelte-bootstrap": "0.3.1",
"@amadeus-it-group/tansu": "1.0.0",
"@floating-ui/dom": "^1.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/angular-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agnos-ui-angular-stackblitz-demo",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/angular-daisyui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agnos-ui-angular-stackblitz-demo",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/react-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agnos-ui-react-stackblitz-demo",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/react-daisyui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agnos-ui-react-stackblitz-demo",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/svelte-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agnos-ui-svelte-stackblitz-demo",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/svelte-daisyui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agnos-ui-svelte-stackblitz-demo",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnos-ui/eslint-plugin",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"main": "dist/index.cjs",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/agnos-ui",
"description": "Framework-agnostic widget library.",
"version": "0.0.0",
"version": "0.3.1",
"homepage": "https://amadeusitgroup.github.io/AgnosUI/latest/",
"bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions page-objects/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/page-objects",
"description": "Page objects to be used when testing AgnosUI-based applications with Playwright.",
"version": "0.0.0",
"version": "0.3.1",
"keywords": [
"AgnosUI",
"components",
Expand Down Expand Up @@ -66,7 +66,7 @@
}
},
"dependencies": {
"@agnos-ui/base-po": "0.0.0"
"@agnos-ui/base-po": "0.3.1"
},
"peerDependencies": {
"@playwright/test": "*"
Expand Down
6 changes: 3 additions & 3 deletions react/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/react-bootstrap",
"description": "Bootstrap-based widget library for React.",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -112,8 +112,8 @@
}
},
"dependencies": {
"@agnos-ui/core-bootstrap": "0.0.0",
"@agnos-ui/react-headless": "0.0.0",
"@agnos-ui/core-bootstrap": "0.3.1",
"@agnos-ui/react-headless": "0.3.1",
"classnames": "^2.5.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions react/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnos-ui/react-demo",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -85,8 +85,8 @@
"vite-plugin-svgr": "^4.2.0"
},
"dependencies": {
"@agnos-ui/core-bootstrap": "0.0.0",
"@agnos-ui/react-bootstrap": "0.0.0",
"@agnos-ui/core-bootstrap": "0.3.1",
"@agnos-ui/react-bootstrap": "0.3.1",
"@amadeus-it-group/tansu": "1.0.0",
"@floating-ui/dom": "^1.6.3",
"classnames": "^2.5.1"
Expand Down
4 changes: 2 additions & 2 deletions react/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/react-headless",
"description": "Headless widget library for React.",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -109,7 +109,7 @@
}
},
"dependencies": {
"@agnos-ui/core": "0.0.0",
"@agnos-ui/core": "0.3.1",
"classnames": "^2.5.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions react/ssr-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnos-ui/react-ssr-app",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"check": "wireit"
},
"dependencies": {
"@agnos-ui/react-bootstrap": "0.0.0",
"@agnos-ui/react-bootstrap": "0.3.1",
"express": "^4.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions svelte/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/svelte-bootstrap",
"description": "Bootstrap-based widget library for Svelte.",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -128,8 +128,8 @@
}
},
"dependencies": {
"@agnos-ui/core-bootstrap": "0.0.0",
"@agnos-ui/svelte-headless": "0.0.0"
"@agnos-ui/core-bootstrap": "0.3.1",
"@agnos-ui/svelte-headless": "0.3.1"
},
"peerDependencies": {
"@amadeus-it-group/tansu": "*",
Expand Down
6 changes: 3 additions & 3 deletions svelte/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnos-ui/svelte-demo",
"version": "0.0.0",
"version": "0.3.1",
"type": "module",
"private": true,
"scripts": {
Expand Down Expand Up @@ -76,8 +76,8 @@
}
},
"dependencies": {
"@agnos-ui/core-bootstrap": "0.0.0",
"@agnos-ui/svelte-bootstrap": "0.0.0",
"@agnos-ui/core-bootstrap": "0.3.1",
"@agnos-ui/svelte-bootstrap": "0.3.1",
"@amadeus-it-group/tansu": "1.0.0",
"@floating-ui/dom": "^1.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions svelte/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/svelte-headless",
"description": "Headless widget library for Svelte.",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -123,7 +123,7 @@
}
},
"dependencies": {
"@agnos-ui/core": "0.0.0"
"@agnos-ui/core": "0.3.1"
},
"peerDependencies": {
"@amadeus-it-group/tansu": "*",
Expand Down
2 changes: 1 addition & 1 deletion svelte/preprocess/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agnos-ui/svelte-preprocess",
"description": "Preprocessor to run Svelte directives server-side.",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"main": "./dist/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions svelte/ssr-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnos-ui/svelte-ssr-app",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "wireit",
Expand All @@ -9,7 +9,7 @@
"check": "wireit"
},
"dependencies": {
"@agnos-ui/svelte-bootstrap": "0.0.0"
"@agnos-ui/svelte-bootstrap": "0.3.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion verdaccio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnos-ui/verdaccio",
"version": "0.0.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 31da1bb

Please sign in to comment.