Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinderoubaix committed Dec 18, 2024
1 parent 7b19623 commit 8e4b1f5
Show file tree
Hide file tree
Showing 34 changed files with 378 additions and 61 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 component library for Angular.",
"version": "0.0.0",
"version": "0.7.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -99,8 +99,8 @@
"@angular/core": "^19.0.0"
},
"dependencies": {
"@agnos-ui/angular-headless": "0.0.0",
"@agnos-ui/core-bootstrap": "0.0.0",
"@agnos-ui/angular-headless": "0.7.0",
"@agnos-ui/core-bootstrap": "0.7.0",
"tslib": "^2.8.1"
},
"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.7.0",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -167,8 +167,8 @@
}
},
"dependencies": {
"@agnos-ui/angular-bootstrap": "0.0.0",
"@agnos-ui/core-bootstrap": "0.0.0",
"@agnos-ui/angular-bootstrap": "0.7.0",
"@agnos-ui/core-bootstrap": "0.7.0",
"@amadeus-it-group/tansu": "^2.0.0",
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
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 component library for Angular.",
"version": "0.0.0",
"version": "0.7.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -115,7 +115,7 @@
"@angular/core": "^19.0.0"
},
"dependencies": {
"@agnos-ui/core": "0.0.0",
"@agnos-ui/core": "0.7.0",
"tslib": "^2.8.1"
},
"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.7.0",
"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.7.0",
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
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.7.0",
"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.7.0",
"private": true,
"dependencies": {
"@babel/core": "^7.26.0",
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 component interface extensions necessary to use AgnosUI with Bootstrap.",
"version": "0.0.0",
"version": "0.7.0",
"private": true,
"keywords": [
"css",
Expand Down Expand Up @@ -116,7 +116,7 @@
"sass": "^1.82.0"
},
"dependencies": {
"@agnos-ui/core": "0.0.0"
"@agnos-ui/core": "0.7.0"
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^2.0.0"
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 component library.",
"version": "0.0.0",
"version": "0.7.0",
"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.7.0",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -166,7 +166,7 @@
}
},
"dependencies": {
"@agnos-ui/svelte-bootstrap": "0.0.0",
"@agnos-ui/svelte-bootstrap": "0.7.0",
"@amadeus-it-group/tansu": "^2.0.0",
"@docsearch/js": "^3.8.0",
"@floating-ui/dom": "^1.6.12"
Expand Down
66 changes: 64 additions & 2 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.

3 changes: 2 additions & 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.7.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,6 +11,7 @@
"preview": "vite preview --outDir dist/demo/browser"
},
"devDependencies": {
"@agnos-ui/angular-bootstrap": "0.7.0",
"@amadeus-it-group/tansu": "^2.0.0",
"@angular/animations": "^19.0.0",
"@angular/build": "^19.0.0",
Expand Down
38 changes: 36 additions & 2 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.

3 changes: 2 additions & 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.7.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,6 +11,7 @@
"preview": "vite preview --outDir dist/demo/browser"
},
"devDependencies": {
"@agnos-ui/angular-headless": "0.7.0",
"@amadeus-it-group/tansu": "^2.0.0",
"@angular/animations": "^19.0.0",
"@angular/build": "^19.0.0",
Expand Down
Loading

0 comments on commit 8e4b1f5

Please sign in to comment.