Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 19, 2024
1 parent 006774f commit 26038bc
Show file tree
Hide file tree
Showing 34 changed files with 152 additions and 152 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.4.2",
"version": "0.4.3",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -99,8 +99,8 @@
"@angular/core": "^18.1.2"
},
"dependencies": {
"@agnos-ui/angular-headless": "0.4.2",
"@agnos-ui/core-bootstrap": "0.4.2",
"@agnos-ui/angular-headless": "0.4.3",
"@agnos-ui/core-bootstrap": "0.4.3",
"tslib": "^2.6.3"
},
"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.4.2",
"version": "0.4.3",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -166,8 +166,8 @@
}
},
"dependencies": {
"@agnos-ui/angular-bootstrap": "0.4.2",
"@agnos-ui/core-bootstrap": "0.4.2",
"@agnos-ui/angular-bootstrap": "0.4.3",
"@agnos-ui/core-bootstrap": "0.4.3",
"@amadeus-it-group/tansu": "^1.0.0",
"@angular/animations": "^18.1.2",
"@angular/common": "^18.1.2",
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.4.2",
"version": "0.4.3",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -115,7 +115,7 @@
"@angular/core": "^18.1.2"
},
"dependencies": {
"@agnos-ui/core": "0.4.2",
"@agnos-ui/core": "0.4.3",
"tslib": "^2.6.3"
},
"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.4.2",
"version": "0.4.3",
"scripts": {
"ng": "ng",
"dev": "ng serve",
Expand All @@ -9,7 +9,7 @@
},
"private": true,
"dependencies": {
"@agnos-ui/angular-bootstrap": "0.4.2",
"@agnos-ui/angular-bootstrap": "0.4.3",
"@angular/animations": "^18.1.2",
"@angular/common": "^18.1.2",
"@angular/compiler": "^18.1.2",
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.4.2",
"version": "0.4.3",
"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.4.2",
"version": "0.4.3",
"private": true,
"dependencies": {
"@babel/core": "^7.24.9",
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.4.2",
"version": "0.4.3",
"private": true,
"keywords": [
"css",
Expand Down Expand Up @@ -115,7 +115,7 @@
"sass": "^1.77.8"
},
"dependencies": {
"@agnos-ui/core": "0.4.2"
"@agnos-ui/core": "0.4.3"
},
"sideEffects": false
}
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.4.2",
"version": "0.4.3",
"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.4.2",
"version": "0.4.3",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -166,7 +166,7 @@
}
},
"dependencies": {
"@agnos-ui/svelte-bootstrap": "0.4.2",
"@agnos-ui/svelte-bootstrap": "0.4.3",
"@amadeus-it-group/tansu": "^1.0.0",
"@floating-ui/dom": "^1.6.8"
},
Expand Down
38 changes: 19 additions & 19 deletions demo/src/lib/stackblitz/angular-bootstrap/package-lock.json

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

4 changes: 2 additions & 2 deletions 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.4.2",
"version": "0.4.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"preview": "vite preview --outDir dist/demo/browser"
},
"devDependencies": {
"@agnos-ui/angular-bootstrap": "0.4.2",
"@agnos-ui/angular-bootstrap": "0.4.3",
"@amadeus-it-group/tansu": "^1.0.0",
"@angular-devkit/build-angular": "^18.1.2",
"@angular/animations": "^18.1.2",
Expand Down
20 changes: 10 additions & 10 deletions demo/src/lib/stackblitz/angular-daisyui/package-lock.json

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

4 changes: 2 additions & 2 deletions 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.4.2",
"version": "0.4.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"preview": "vite preview --outDir dist/demo/browser"
},
"devDependencies": {
"@agnos-ui/angular-headless": "0.4.2",
"@agnos-ui/angular-headless": "0.4.3",
"@amadeus-it-group/tansu": "^1.0.0",
"@angular-devkit/build-angular": "^18.1.2",
"@angular/animations": "^18.1.2",
Expand Down
38 changes: 19 additions & 19 deletions demo/src/lib/stackblitz/react-bootstrap/package-lock.json

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

Loading

0 comments on commit 26038bc

Please sign in to comment.